Decrypt with AES128
Instructions
- Enter 128bit Key as 32 hexidecimal digits, or enter the passphrase and press MD5 to use the MD5 hash of the passphrase.
- Enter 128bit Initialization Vector as 32 hexidecimal digits
- Enter data
- Decrypt
- Save the decrypted output
Notes
- The output is Base64 encoded.
- The data is encrypted with AES128 using Output Feedback chaining.
- Each message that is encrypted with the same key must have a different IV.
- The MD5 hashing is an ordinary MD5 hash, not a proper password base cryptographic scheme.