AES Encrypt / Decrypt
Encrypt and decrypt data using AES-128/256 CBC/CTR
Encrypt and decrypt data using the Advanced Encryption Standard (AES) with support for AES-128 and AES-256 in CBC and CTR modes. Uses SHA-256 key derivation from a passphrase. IV is automatically generated and prepended to the ciphertext for easy decryption.
AES Encrypt / Decrypt