Toolonit
  1. Home
  2. Encrypt
  3. Encrypt / Decrypt

Encrypt & Decrypt Text – AES, ChaCha20 and 8 More Ciphers

Encrypt text with a password or your own key and IV, or decrypt text someone sent you, with ten ciphers: AES, ChaCha20, Triple DES, DES, Blowfish, Twofish, RC4, Camellia, Serpent and SM4. For new data, choose AES in GCM mode or ChaCha20-Poly1305, which also detect a wrong password or a changed text; the older ciphers are here to read and write data for systems that still use them. With a password, every cipher uses the Salted__ format of openssl enc -pbkdf2, and the page shows the matching openssl command wherever OpenSSL has that cipher and mode. Everything happens in your browser, so your text, passwords and keys never leave your device; it's free and needs no sign-up.