How to Receive and Decrypt an Encrypted File
Received an encrypted file but not sure how to open it? This guide walks recipients through decrypting files shared via SecureMint — whether it's a self-decrypting HTML, a .enc file, or a shared link. Everything happens in your browser with zero installs, and the sender's zero-knowledge setup means no third party ever sees your file.
Steps
Identify the file type you received
Check whether you received a self-decrypting .html file, a .enc file, or a SecureMint share link. Each has a slightly different decryption flow, but all work in a standard browser.
Open it in your browser
Self-decrypting HTML: double-click to open. .enc file: go to SecureMint /receive and drop the file. Share link: click the URL — the decryption key is in the URL fragment and never sent to the server.
Enter the password from the sender
Type the password shared by the sender through a separate channel (phone call, chat, etc.). Decryption runs 100% in your browser via AES-256-GCM.
Download the decrypted file
Once decryption succeeds, the original file is restored and downloaded automatically. AES-GCM authenticates the file, so any tampering is detected.
Why It's Secure
- Always receive the password through a separate channel from the file itself (never in the same email).
- Verify the sender's identity before opening — phishing can deliver fake encrypted files too.
- Self-decrypting HTML files work completely offline — verify by disconnecting from the internet.
- Check file integrity: AES-256-GCM automatically rejects tampered ciphertext.
FAQ
Do I need to install anything to decrypt?
I lost the password — can I still open the file?
Is it safe to open an unknown encrypted file?
Related Tools
Related Articles
How to Create Self-Decrypting Files
Create password-protected HTML files that recipients can decrypt in their browser. No software needed. AES-256-GCM encryption.
How to Encrypt Files for Free
Encrypt any file for free with AES-256-GCM in your browser. No upload, no signup. Your file never leaves your device.
How to Send Files Securely
Learn how to send files securely with end-to-end encryption. Free, no signup. AES-256-GCM encryption with zero-knowledge design.