Encrypt with AES128
Instructions
- Enter 128bit Key as 32 hexidecimal digits, or enter a passphrase and press MD5 to use the MD5 hash of the passphrase.
- Enter 128bit Initialization Vector as 32 hexidecimal digits
- Enter data
- Record Key in a secure location
- Record Initialization Vector (can be kept with the encrypted data)
- Encrypt
- Save the encrypted 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 encryption key.