Adler32 | To compute a checksum using the Adler32 algorithm. Adler32 is much faster and almost as reliable as CRC32. |
Adler32_MemoryBlock | To 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. |
Base64Decode | To decode a Base64 encoded string. |
Base64Encode | To encode a string with the Base64 algorithm. |
Crc16 | To compute a checksum using the CRC16 algorithm. |
Crc16_MemoryBlock | To compute a checksum using the Crc16 algorithm on a MemoryBlock then user the Crc16_MemoryBlock function. |
Crc32 | To compute a checksum using the CRC32 algorithm. |
Crc32_MemoryBlock | To compute a checksum using the Crc32 algorithm on a MemoryBlock then user the Crc32_MemoryBlock function. |
Decrypt | To decrypt with the normal encryption from e-CryptitEngine use the Decrypt method. |
Encrypt | To encrypt with the normal encryption from e-CryptitEngine use the Encrypt method. |
eCryptDecode | To decode an eCrypt encoded string. |
eCryptEncode | To 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. |