AES-CBC / AES-ECB Encryptor
Encrypt or decrypt with AES-256 in CBC or (educational) ECB mode using a passphrase.
CBC uses a random 16-byte IV per encryption (prepended to the ciphertext, along with the PBKDF2 salt).
Encrypt or decrypt with AES-256 in CBC or (educational) ECB mode using a passphrase.