Encrypt/decrypt Message
Encrypt or decrypt text using a passphrase. The same passphrase used for encryption must be used again to decrypt the message.
How it works
- Choose Encrypt or Decrypt mode.
- Enter a passphrase (this acts as the encryption key)
- Paste or type your message. The result is generated instantly.
Powered by
nhb-toolboxThis tool uses
Cipher class from my open-source package to encrypt/decrypt texts. Learn more