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, 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. |