Expand description
ยงAES operations
Contains low level AES operations used by the rest of the library.
In most cases you should use the EncString with KeyEncryptable & KeyDecryptable instead.
Functionsยง
- decrypt_
aes128 ๐Decrypt using AES-128 in CBC mode. - decrypt_
aes256 ๐Decrypt using AES-256 in CBC mode. - decrypt_
aes128_ ๐hmac Decrypt using AES-128 in CBC mode with MAC. - decrypt_
aes256_ ๐hmac Decrypt using AES-256 in CBC mode with MAC. - encrypt_
aes256 ๐Encrypt using AES-256 in CBC mode. - encrypt_
aes256_ ๐hmac Encrypt using AES-256 in CBC mode with MAC. - Encrypt using AES-256 in CBC mode.
- generate_
mac ๐Generate a MAC using HMAC-SHA256.