Open the Vootkit workspace.
01Text Encrypt / Decrypt
AES-encrypt a message with a password.
- 1Choose toolOpen the Vootkit workspace.
- 2Add inputProvide the content or settings.
- 3ProcessLet the browser do the work.
How to use Text Encrypt / Decrypt
Provide the content or settings.
02Let the browser do the work.
03Copy, download or continue.
04Your files stay private
Your work is processed locally in your browser where possible and is never added to a Vootkit upload library.
Learn more about privacySending a password or a recovery phrase through chat leaves it sitting in someone else’s message history indefinitely. Encrypting it first means the copy in that history is useless without a key you shared another way.
What Text Encrypt / Decrypt does
Encrypts text with AES-GCM at 256 bits, deriving the key from your passphrase with PBKDF2 at 150,000 iterations of SHA-256. That iteration count is what makes a weak passphrase expensive to attack rather than instant.
AES-GCM is authenticated encryption: it detects tampering as well as preventing reading, so altered ciphertext fails to decrypt rather than producing plausible nonsense.
The cryptography
| Cipher | AES-GCM, 256-bit |
|---|---|
| Key derivation | PBKDF2, <strong>150,000 iterations</strong>, SHA-256 |
| Authenticated? | Yes — tampering is detected, not silently accepted |
| Implementation | The browser’s own Web Crypto — no library |
| Runs | Entirely on your device |
| Passphrase recovery | <strong>Impossible — there is no reset</strong> |
| Weak point | Your passphrase, always |
| Share the key | Through a different channel from the ciphertext |
Detailed steps
- Paste the text and choose a strong passphrase.
- Encrypt, and send the ciphertext.
- Send the passphrase by a different route — if both travel through the same chat, you have gained nothing.
Worth knowing
Send the ciphertext and the passphrase through different channels. Encrypted text in an email with the password in the next paragraph is exactly as exposed as sending it in plain text — anyone who reads one reads both. Message the passphrase, or say it aloud.
Frequently Asked Questions
What if I forget the passphrase?
The text is unrecoverable. There is no reset, no backdoor and no support route, because the key exists only in your head — that is the property that makes the encryption meaningful. Write it somewhere safe before you rely on it.
How strong is this?
AES-256 in GCM mode is the standard used for classified government material, and 150,000 PBKDF2 iterations makes brute-forcing a passphrase slow. The cryptography is not the weak point; your passphrase is.
Is my text sent anywhere?
No. It uses the browser’s built-in Web Crypto and runs entirely on your device. Nothing is transmitted, which is the only arrangement under which encrypting on a website makes sense.
Can I use this for files?
It handles text. For a file, the practical route is a password-protected archive, or Protect PDF if the file is a PDF.
Is Text Encrypt / Decrypt free?
Yes. The Vootkit free plan includes 5 tool runs a day. Upgrade to Vootkit Pro for unlimited daily use, an ad-free workspace and saved workflows.
Are my files uploaded?
No. Text Encrypt / Decrypt runs entirely in your browser — your file is processed on your own device and never sent to a server. There is nothing for us to store or delete.
Do I need to install anything?
No. Text Encrypt / Decrypt works in any modern browser on desktop, tablet or phone. Open the page and start.
How often can I use it? Is there a daily limit?
On the free plan you get 5 tool runs a day. When you reach the limit you'll see a prompt to upgrade, and it resets the next day. Vootkit Pro removes the cap entirely for unlimited daily use.
Recently viewed
This tool processes everything locally in your browser. You can disconnect from the internet after the page loads and it will still work.