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 + decrypt
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
- Select the encrypted
.encrfile. - Enter the password used during encryption.
- 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
.encryptedfiles 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.pdfFAQ
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.