Cryptography utilities for AES encryption and decryption. It also has base64 encoding and decoding utilities.
Exception class representing an error during decryption process.
Decodes the specified base64-encoded string.
Encodes the specified data into a base64-encoded string.
Decrypts the specified AES encrypted data using the provided key.