cipher.hyuki.com

Encrypt & decrypt your message with AES-256-CBC. No warranty. Use at your own risk.

Input

Passphrase

Encrypt & Decrypt

Output

Interoperability

  1. Create a plaintext as "infile".
  2. Execute: $ openssl enc -aes-256-cbc -in infile -out outfile -pass pass:"your passphrase" -e -base64
  3. Paste the content of "outfile" to the input textarea.
  4. Enter the passphrase.
  5. Click "Decrypt" button.