Text Encryptor / Decryptor
Encrypt any text with a password and decrypt it back — simple XOR encryption that runs entirely in your browser.
What Does This Tool Do?
Encrypts text using XOR cipher with your password, then encodes the result as Base64. To decrypt, paste the encrypted string and enter the same password.
Key Features
Password Protected
Text is encrypted with your chosen password.
100% Private
Encryption runs in your browser — nothing sent to servers.
Encrypt & Decrypt
Switch between modes with the same tool.
Instant
Encrypts immediately.
How to Use This Tool
- Select Encrypt or Decrypt mode.
- Enter your password.
- Paste the text.
- Click Process.
How It Works
XOR cipher combines each character's ASCII code with the corresponding password character's code. The result is Base64 encoded for safe text storage.
Common Use Cases
💡 Simple Privacy
Obscure text from casual viewing.
💡 Notes
Store private notes with basic encryption.
💡 Learning
Understand basic symmetric encryption concepts.
Frequently Asked Questions
Is XOR encryption secure?
XOR is a simple cipher — not suitable for sensitive data. For real security, use AES (e.g. via OpenSSL or a proper encryption library). This tool is for casual privacy only.
Related Tools
Link to This Tool
Copy and paste the code below to link to this tool from your website:
<a href="https://adedx.com/tools/text-encryptor/">Text Encryptor / Decryptor — AdeDX Free Online Tools</a>