Encrypt and decrypt text with a key
Text Encryptor obfuscates text with a password-based XOR cipher and Base64 encoding, entirely in your browser. It's a quick way to make text unreadable to a casual viewer without the password, though it is not a substitute for strong encryption standards like AES when protecting truly sensitive information.
Is Text Encryptor completely free to use?
Yes, it's 100% free with no signup and no limits on how much text you can process.
How secure is this encryption?
It uses a password-based XOR cipher followed by Base64 encoding — not AES or any "military-grade" standard. It's a fast way to obfuscate text so it isn't readable at a glance, but it shouldn't be relied on to protect highly sensitive or confidential information.
What if I forget my key?
The text can't be recovered without the exact original key — there's no password recovery option.
Is my data uploaded anywhere?
No, encryption and decryption both happen entirely in your browser — your text and key are never sent to a server.