Encrypt text and files. Right in your browser.
encryptor encrypts on your device with AES-256-GCM and a generated 130-bit password. Nothing is uploaded. The server never sees your content or password.
Free. No account, no tracking, no cookies. Open-source offline edition on GitHub.
Tools
Four tools, one format. Everything runs locally.
Encrypt text
Encrypts your message with a generated password, ready to paste.
OpenDecrypt text
Decrypts text, including version 2 text with your own password.
OpenEncrypt file
Encrypts a file with its name and type under a neutral filename.
OpenDecrypt file
Restores the original file and name from version 3 or version 2.
OpenHow it works
Choose text or a file.
encryptor processes it locally, right in your browser. Nothing is uploaded.
A password is generated.
It has 130 bits. Argon2id derives a key, and AES-256-GCM encrypts the data.
Send over two channels.
Send the result one way and the password another, for example, by phone.
Time to crack
Guessing one generated password would take about 500 billion times the age of the universe.
Calculated for 1 million RTX 5090 GPUs, each paying the full Argon2id cost per guess (about 3,000 guesses per second per GPU). Average case: half of all possible passwords.One file. No internet.
Download index.html and open it with a double-click in any current desktop browser. It encrypts and decrypts files and text just like this website, reads version 2 data, and never connects to the network. It fits on any USB drive.
Free and open source under the MIT License. Check the file against the SHA-256 checksum in the release.
encryptor for Mac.
encryptor for Mac is free and runs on macOS only. You download it directly from encryptor.app, not from the App Store.
No Windows version. On some operating systems, security just doesn't pay off. Shout-out to Redmond.
On Windows? encryptor.app works in your browser.
More about encryptor for MacQuestions
Is encryptor free?
Yes, encryptor is free: no ads, no premium tiers, no account, and no cookies. The upcoming encryptor for Mac is free as well, with no subscription or in-app purchases.
Does encryptor upload my files?
No, encryption and decryption run entirely in your browser on your device. Your files, text, and passwords are never uploaded, and our server never sees them.
How secure is encryptor?
encryptor uses AES-256-GCM and Argon2id with a generated 130-bit password. It does not hide the approximate file size, and it cannot protect a compromised device.
Does encryptor work offline?
Yes, with the offline edition, a single index.html from GitHub that works without an internet connection. It is open source under the MIT License, together with the format specification.
What encryptor doesn't protect
- Metadata. The approximate file size and who talks to whom stay visible.
- A compromised device. If the device itself is infected, encryptor can't help.
- A lost password. Without it, the data is gone. There is no recovery.
- A password sent with the file. Always use a separate channel.