Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 817 Bytes

File metadata and controls

11 lines (10 loc) · 817 Bytes

Cryptography

Function Name Description
AES_DECRYPT Decrypts a string produced by AES encryption.
AES_ENCRYPT Encrypts a string using AES encryption.
MD5 Computes the MD5 hash value of a string.
SHA Computes the SHA-1 hash value of a string.
SHA1 Computes the SHA-1 hash value of a string.
SHA256 Computes the 256-bit SHA-2 hash value of a string.
SHA512 Computes the 512-bit SHA-2 hash value of a string.