Activecrypt Online Help Prev Next
About ActiveCrypt
About
ActiveCrypt overview
How to ...
How to make pair of keys
Create new public key from private
How to decrypt string
How to encrypt string
How to save keys
Free keys
Programmer reference
Hash
Hash overview
Methods
HashFile
HashVariant
Properties
Error
Crypt
Encryption overview
Methods
DecryptFile
DecryptVariant
EncryptFile
EncryptVariant
FreeKey
LoadKeyFromString
LoadKey
Properties
AddCRLF
Error
KeySize
Base64
Base64 overview
Methods
DecodeFile
DecodeVariant
EncodeFile
EncodeVariant
Properties
AddCRLF
Error
Sign
Sign overview
Methods
FreeKey
LoadKey
LoadKeyFromString
MakeVariantSignature
MakeFileSignature
VerifyFileSignature
VerifyVariantSignature
Properties
AddCRLF
Error
RSACrypt (old, use Crypt)
Methods
FreeKey
GenerateCouple
GeneratePublicKey
GetVersion
LoadKeyFromString
LoadKey
PublicEncrypt
PrivateDecrypt
SaveKeyToString
SaveKey
Properties
About
Async
Error
Events
OnDecryptionFinished
OnEncryptionFinished
OnError
OnKeyGenerationFinished
Disclaimer

List of possible error values and thier's meaning

ERR_OK 0 No error.
ERR_INVSIZE 101 Invalid key size.
ERR_RSAGENERR 102 Error generating RSA key.
ERR_UNKNRSAGEN 103 Unknown error while generating pair.
ERR_BIOERR 104 BIO error.
ERR_PUBENCERR 105 Public encrypt error.
ERR_CANTOPENFILE 106 Can not open file.
ERR_UNKNLOADKEYERR 107 Unknown error while loading key.
ERR_UNKNSAVEKEYERR 108 Unknown error while saving key.
ERR_ERRWRITINGTOFILE 109 Error writing to file.
ERR_ERRCREATINGFILE 110 Error creating file.
ERR_ERRWRITINGPRKEY 111 Error writing private key.
ERR_DECRYPTERR 112 Decrypt error.
ERR_ERRREADINGFILE 113 Error reading file.
ERR_ERRGETFILESIZE 114 Error getting file size.
ERR_ERRREADINGKEY 115 Error reading key from file.
ERR_UNKNDECRYPTERR 116 Unknown error while decrypting text.
ERR_BADPRIVATEKEY 117 Bad private key.
ERR_BADPUBLICKEY 118 Bad public key.
ERR_BADKEY 119 Bad key.
ERR_UNKNGENPUB 120 Unknown error generating public key.
ERR_ERRGENPUBKEY 121 Error generating public key.
ERR_SWLIMIT 122 Shareware limitation.
ERR_UNKNENC 123 Unknown error while encryption.
ERR_ERRREADINGKEYSTR 124 Error reading key from string.
ERR_SYMMENCERR 125 Symmetric encryption error.
ERR_UNKNMETHOD 126 Unknown method.
ERR_BADSRC 127 Malformed input
ERR_B64DEC 128 Base64 decode error
ERR_B64ENC 129 Base64 encode error
ERR_KEYTOOSHORT 130 Key is too short
ERR_SIGN 131 Sign creation error
ERR_VERIFY 132 Sign verify error
This HTML Help has been published using the chm2web software.