Skip to main content
7BBusyBoss

Text Decrypter — Free Online AES-256

Decrypt text using your password. Paste base64 ciphertext, enter password, get plaintext instantly. In-browser AES-256-GCM, nothing stored or uploaded.

No limitsZero data leaksSuper fast

Text Decrypter

Files never leave your browser
⚠ AES-256-GCM via WebCrypto. The password is never sent anywhere. Without it the ciphertext can't be recovered.

You're on 7BusyBoss — 300+ free tools that run instantly in your browser. No signup, nothing uploaded.

Browse all File Security
About this tool

The wrong password fails loudly, not silently

Decryption requires the exact password used to encrypt. A typo or wrong password triggers an immediate error: "Decryption failed. Wrong password or corrupted file." The error deliberately does not distinguish between a wrong password and a corrupted file. This ambiguity is intentional — it prevents an attacker from using error messages to probe whether their password guess is close to correct.

Encrypted text must be base64

The tool encrypts into a binary format (7BB1 magic bytes + 16-byte salt + 12-byte IV + AES-256-GCM ciphertext + 16-byte auth tag) and encodes it as base64 so it survives copy/paste, email, SMS, and Slack without corruption. You paste the base64 back in, and decryption reverses the process by extracting the salt and IV and recomputing the key.

This tool only decrypts its own output

The 7BB1 format is proprietary to this tool. Encrypted text from other tools — even if they use AES-256-GCM — will be rejected because the magic bytes do not match. Cross-tool interoperability is not in scope. You must encrypt and decrypt with the same tool.

The password cannot be recovered

There is no password recovery, reset, or bypass. If you lose the password, the ciphertext becomes permanently inaccessible. The tool never stores, logs, or transmits the password — it stays in your browser and is used only to derive an encryption key via PBKDF2 with 200,000 iterations of SHA-256. That cost per attempt makes brute-force attacks expensive and recovery impractical.

For encrypted files rather than pasted text, see the File Decrypter, which uses the same format. For archives, see Remove ZIP Password.

How to use the Text Decrypter

Takes about a minute. No signup, no download, your data stays in your browser.

  1. 1
    Open the tool. Scroll up to the Text Decrypter above — it loads instantly in your browser, no install needed.
  2. 2
    Enter your values. The fields come pre-filled with realistic defaults so you can see how it works — replace them with your own numbers.
  3. 3
    Read the result. The output updates instantly. Copy or share it — nothing is uploaded to a server, everything stays on your device.

Frequently asked questions

Common questions about the Text Decrypter.

Can it decrypt text encrypted elsewhere?

No, it only works with its own 7BB1 format. If you encrypted text with another tool, you must decrypt it with that tool too. The magic-byte check rejects any input that was not produced here, even if the other tool also used AES-256-GCM.

What if I forget the password?

There is no recovery mechanism. PBKDF2 with 200,000 iterations makes brute-force impractical, and the password is never stored anywhere. If you lose it, the ciphertext is permanently inaccessible. Treat the password the way you would treat a seed phrase.

Why base64 instead of binary?

Base64 encoding lets encrypted text survive copy/paste, email, SMS, and chat apps without corruption. Raw binary data often gets mangled, truncated, or silently altered when it passes through text-only channels, which would make the ciphertext undecryptable.

Is the password sent anywhere?

No. All encryption and decryption happens in your browser using WebCrypto. The password never leaves your device and is not sent to any server, which is also why there is no recovery option if you forget it.

Community rating

Discussion (0)

No comments yet. Start the discussion.