Encrypt Online
Theme

Decrypt File

Open .encr files created by this site

Safety note: Use the same password that was used to encrypt the file, and verify the restored file before sharing it.
Choose + decryptDecrypt .encr files and download the original
Supports.encr files created by this site (older.encrypted files are 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. Choose the encrypted file, enter the same password, and download the recovered 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.
  • Older .encrypted files and earlier .encr versions remain readable.
  • Current files authenticate the stored filename and media type; treat metadata restored from older files cautiously.
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 a file made by the matching OpenSSL recipe
openssl enc -d -aes-256-cbc -pbkdf2 -iter 100000 -md sha256 \ -in output.openssl-aes -out output.pdf

This command expects OpenSSL enc output, not a .encr file from this page. The formats are not interchangeable. For OpenSSL data, use the OpenSSL AES Decrypt Checker or review the OpenSSL decryption guide before changing settings.

FAQ
What files can this tool decrypt?

It decrypts.encr files and older.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.

What does this tool restore?

Decrypt an encrypted file with its password and restore the original file. Verify the result before sharing it.