How do I decrypt an encrypted text message?
Paste the full encrypted block into the tool on this page, enter the password or key it was encrypted with, and click decrypt. The original message appears immediately. The work happens in your browser, so nothing is uploaded.
Can I decrypt text without the key?
No. AES-256-GCM cannot be reversed without the key, and no online service can do it either. If you have lost the password, ask whoever encrypted the message to send it again with a password you both have.
Why does it say the decryption failed?
Usually the encrypted block is incomplete — chat and email clients often truncate long strings or insert line breaks. Confirm you copied every character. The next most common cause is a trailing space on the pasted password. Because the cipher is authenticated, any mismatch produces a clean failure rather than a corrupted result.
Can this decrypt an MD5 or SHA-256 hash?
No, and neither can anything else. Hashes are one-way functions: they deliberately destroy information, so there is no original text to recover. Services that claim to "decrypt" a hash are looking it up in a table of previously seen values, which only works for common inputs.
Is the decrypted message stored anywhere?
No. It exists only in your browser tab and is discarded when you close or reload the page. It is never written to a server, a cookie, or local storage.