You need to email a tax return, a contract, medical records, or financial statements. You attach the file, hit send, and it travels across the internet in plain text. Your email provider can read it. The recipient's email provider can read it. Any server in between can read it. And if either email account is ever breached, the attachment is exposed.
The fix takes 30 seconds: encrypt the file before attaching it.
Encrypt before emailing. 30 seconds, AES-256, no software.
Encrypt a File →People assume email is private. It's not. Here's the actual path your email attachment takes:
At every stop, the email provider can read the contents. The attachment sits on their servers in readable form. Email providers do encrypt data at rest, but they hold the keys. A data breach, a rogue employee, or a legal subpoena can expose everything.
When you encrypt the file before attaching: even if every server is compromised, the .enc file is just encrypted noise without the password. The email infrastructure never sees your actual file contents.
Gmail's Confidential Mode adds expiration dates and prevents forwarding/copying. But it does not encrypt the attachment with your own key. Google still has access. The recipient still opens it through Google's interface. It's access control, not encryption.
For actual file-level security where only the person with your password can read the file, you need to encrypt it yourself before sending.
Microsoft 365 business accounts offer message encryption. Free Outlook.com accounts do not. Even the business version encrypts the email in transit and in Microsoft's system — Microsoft holds the keys. It doesn't give you a portable encrypted file that works outside the Microsoft platform.
Most email providers cap attachments at 25MB. For larger files:
The cloud storage provider cannot read the file because it's encrypted. The email recipient gets the link to download the .enc file and uses the password to decrypt it.
If you are regularly sharing sensitive files, make this a habit. Encrypt before attaching. Share password separately. It adds 30 seconds and eliminates the risk of email-based data exposure.
Don't send sensitive files unprotected. Encrypt first.
Encrypt Before Emailing →