AES Encrypt / Decrypter
Input
Processed as UTF-8.
Encryption output appears here, too.
Settings
• Key & IV are derived automatically using MD5 (deterministic).
• IV = MD5("iv:" + key) first 16 bytes. No separate IV input required.
• With NoPadding, plaintext byte length must be a multiple of 16.