Decrypt a String with the AES encryption standard.
Decrypt a String with the AES encryption standard. Private key must have a length of 16 bytes
An hexadecimal encrypted string
The key used to encrypt
The decrypted String
Decrypt a String with the AES encryption standard using the application secret
Decrypt a String with the AES encryption standard using the application secret
An hexadecimal encrypted string
The decrypted String
Encrypt a String with the AES encryption standard.
Encrypt a String with the AES encryption standard. Private key must have a length of 16 bytes
The String to encrypt
The key used to encrypt
An hexadecimal encrypted string
Encrypt a String with the AES encryption standard using the application secret
Encrypt a String with the AES encryption standard using the application secret
The String to encrypt
An hexadecimal encrypted string
Signs the given String with HMAC-SHA1 using the application’s secret key.
Signs the given String with HMAC-SHA1 using the given key.
Cryptographic utilities.