Light Crypt Web tool

This page is for encrypting and decrypting text.

Plain text:


Cipher text:


Passphrase:(Hide)
  1. Encryption using GnuPG passphrase only encryption. Please use it for a bit of encryption.
  2. You can decrypt ciphertext encrypted here by using GnuPG even without this page.
  3. GnuPG Encrypt command sample : gpg -ca --no-emit-version --cipher-algo AES256 < YOUR_PLAIN_TEXT
  4. GnuPG Decrypt command sample : gpg < YOUR_CIPHER_TEXT
  5. The plaintext character code is UTF-8.