Text Encryption/Decryption

RC4 / Rabbit use passphrase mode and do not need IV

What is Text Encryption?

Symmetric encryption converts plaintext to ciphertext using a shared secret key. Supports AES, DES, 3DES, RC4 and Rabbit algorithms.

Key Features

  • Multiple algorithms.
  • Custom key: text/Hex/Base64 formats.
  • Modes & padding: CBC/ECB, PKCS7.
  • Local encryption: CryptoJS in browser.