e-CryptIt Engine Real Studio Plugin

Global Methods

Global Methods

Adler32To compute a checksum using the Adler32 algorithm.
Adler32 is much faster and almost as reliable as CRC32.
Adler32_MemoryBlockTo compute a checksum using the Adler32 algorithm on a MemoryBlock then user the Adler32_MemoryBlock function.
Adler32 is much faster and almost as reliable as CRC32.
Base64DecodeTo decode a Base64 encoded string.
Base64EncodeTo encode a string with the Base64 algorithm.
Crc16To compute a checksum using the CRC16 algorithm.
Crc16_MemoryBlockTo compute a checksum using the Crc16 algorithm on a MemoryBlock then user the Crc16_MemoryBlock function.
Crc32To compute a checksum using the CRC32 algorithm.
Crc32_MemoryBlockTo compute a checksum using the Crc32 algorithm on a MemoryBlock then user the Crc32_MemoryBlock function.
DecryptTo decrypt with the normal encryption from e-CryptitEngine use the Decrypt method.
EncryptTo encrypt with the normal encryption from e-CryptitEngine use the Encrypt method.
eCryptDecodeTo decode an eCrypt encoded string.
eCryptEncodeTo encode a string by excluding specified characters from the result, the encoded string.
eCryptEncode does not encrypt the data, use any encryption method before if encryption is required.