ποΈ aes_decrypt
Uses the specified Advanced Encryption Standard (AES) algorithm and the encryption key to decrypt a string.
ποΈ aes_encrypt
Uses the specified Advanced Encryption Standard (AES) algorithm and an encryption key to encrypt a string.
ποΈ base64_decode_binary
Decodes a Base64-encoded string and return a BINARY.
ποΈ base64_decode_string
This function is the same as [from_base64](from_base64.md).
ποΈ from_base64
Decodes a Base64-encoded string.
ποΈ md5
Uses the MD5 Message-Digest Algorithm to calculate the 128-bit checksum of a string.
ποΈ md5sum
Calculates the 128-bit checksum of multiple strings.
ποΈ md5sum_numeric
Calculates the 128-bit checksum of multiple strings.
ποΈ sha2
Calculates the SHA-224 hash value, SHA-256 hash value, SHA-384 hash value, or SHA-512 hash value of a string.
ποΈ sm3
Uses the SM3 digest algorithm to encrypt a string into a 256-bit hexadecimal string.
ποΈ to_base64
Converts a string into a Base64-encoded string.