Encrypt Online
Choose theme
Privacy All tools run entirely in your browser.

Decrypt File

Open .encr files created by this site

Safety note: Decryption runs locally in your browser. Use the same password that was used to encrypt the file.
Upload + decryptDecrypt .encr files and download the original
Supports .encr files created by this site (legacy .encrypted is also accepted).
Use the same password that was used to encrypt the file.
Decrypt File Tool

Decrypt files created by the Encrypt File tool on this site. Upload the encrypted file, enter the same password, and download the original file.

How to Decrypt a File
  1. Select the encrypted .encr file.
  2. Enter the password used during encryption.
  3. Click Decrypt File to download the original file.
What This Tool Can Decrypt
  • Files created by the Encrypt File tool.
  • Original formats including PDFs, images, documents, or archives.
  • Legacy .encrypted files from earlier versions.
If Decryption Fails

Most failures are caused by a wrong password or an unsupported file.

  • Incorrect password: Use the exact password from encryption.
  • Wrong file type: Only files encrypted by this tool are supported.
  • Corrupted file: Re-download the encrypted file and try again.

If the file still will not open, try encrypting the original file again with the Encrypt File tool and then decrypt the new file.

Do This Locally (CLI)
# Decrypt with OpenSSL (AES-256-CBC)
openssl enc -d -aes-256-cbc -in output.encr -out output.pdf
FAQ
What files can this tool decrypt?

It decrypts .encr (and legacy .encrypted) files created by the Encrypt File tool on this site.

Why does decryption fail?

Most failures come from a wrong password or a file that was not encrypted by this tool.

Does this tool upload my file?

No. Decryption runs locally in your browser and files are not uploaded.