crypto.txt
来自「没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没的 没」· 文本 代码 · 共 58 行
TXT
58 行
## Crypto.txt - Resources for crypto-related errors and exceptions.## Copyright (C) 2002 Southern Storm Software, Pty Ltd.## This program is free software; you can redistribute it and/or modify# it under the terms of the GNU General Public License as published by# the Free Software Foundation; either version 2 of the License, or# (at your option) any later version.## This program is distributed in the hope that it will be useful,# but WITHOUT ANY WARRANTY; without even the implied warranty of# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the# GNU General Public License for more details.## You should have received a copy of the GNU General Public License# along with this program; if not, write to the Free Software# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA#Crypto_Exception=Cryptographic exception occurredCrypto_UnexpectedOperation=An unexpected cryptographic operation occurredCrypto_InvalidKeySize=Invalid cryptographic key size: {0}Crypto_HashNotComputed=Hash value has not yet been computedCrypto_InvalidBlockSize=Invalid cryptographic block size: {0}Crypto_InvalidFeedbackSize=Invalid cryptographic feedback size: {0}Crypto_InvalidIVSize=Invalid initialization vector size: {0}Crypto_InvalidCipherMode=Invalid cipher modeCrypto_InvalidPaddingMode=Invalid padding modeCrypto_InvalidStreamMode=Invalid cryptographic stream modeCrypto_NoProvider=The system does not provide support for {0}Crypto_WeakKey=DES key is weak or semi-weakCrypto_InvalidOID=Invalid object identifier string: {0}Crypto_HashInProgress=Cannot change the key while hashing is in progressCrypto_DSANeedsSHA1=The hash algorithm for DSA must be SHA-1Crypto_DSAParamsNotSet=The DSA parameters have not been setCrypto_InvalidDSAParams=Invalid DSA parametersCrypto_CannotSignWithPublic=Cannot sign values using a public keyCrypto_UnknownKey=Unknown key name: {0}Crypto_NoKeyAccess=Not permitted to access key: {0}Crypto_NeedsDSA=DSA algorithm instance requiredCrypto_MissingKey=There is no key available to perform this operationCrypto_NeedsHash=A hash algorithm instance is requiredCrypto_InvalidASN1=Invalid ASN.1 data in supplied informationCrypto_RSAParamsNotSet=The RSA parameters have not been setCrypto_InvalidRSAParams=Invalid RSA parametersCrypto_PKCS1Hash=The hash algorithm must be MD5, SHA1, SHA256, SHA384, or SHA512Crypto_NeedsRSA=RSA algorithm instance requiredCrypto_HashAlreadySet=The hash algorithm has already been setCrypto_CountAlreadySet=The iteration count has already been setCrypto_SaltAlreadySet=The salt bytes have already been setCrypto_RSAMessageTooLong=The message to be encrypted is too long for the keyCrypto_RSAKeyTooShort=The RSA key is too short for decryption operationsCrypto_RSAInvalidCiphertext=Invalid ciphertext format for RSA decryptionCrypto_InvalidHashSize=Invalid hash size for digital signature operationCrypto_CertNotSupp=Handle-based certificate construction is not supportedCrypto_MultOf16=Array must be a multiple of 16 bytes in lengthCrypto_SaltSize=Salt must be at least 8 bytes in length
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?