AES Encrypt / Decrypt

Encrypt and decrypt messages using AES with CBC or ECB mode and configurable key sizes.

Encrypt
Decrypt
Will be shown after encryption
How it works
Key DerivationPBKDF2 with SHA-256, 10,000 iterations
Salt128-bit random salt (stored in output)
IV (CBC mode)128-bit random IV (stored in output)
Output formatsalt(32 hex) + iv(32 hex) + ciphertext(base64)