Konfidant vs. Email: Why Email Isn't Secure for Sensitive Data
Email is 50 years old. It was designed in 1971, when the internet was a network of a few dozen academic computers, all implicitly trusted. Security wasn't a consideration. Privacy wasn't a concern. The goal was simply to deliver messages.
Today, we use that same protocol to send:
- API keys and database passwords
- Signed contracts with Social Security numbers
- Employee W-2s and payroll data
- Medical records and patient health information
- Bank account details and wire transfer instructions
We've bolted on encryption, spam filters, and phishing detection, but the fundamental architecture hasn't changed. Email is still designed for delivery, not security.
This guide explains why email is fundamentally insecure for sensitive data, compares it to purpose-built secure sharing tools like Konfidant, and shows you when (and how) to stop using email for confidential information.
Why Email Isn't Secure: The Five Fundamental Problems
Problem #1: Email Is Designed for Persistence, Not Privacy
How email works:
When you send an email with an attachment:
- The message is stored in your Sent folder (indefinitely)
- The message is stored in the recipient's Inbox (indefinitely)
- The message passes through multiple mail servers (yours, theirs, and any relays)
- The message is often backed up by archival systems (corporate email retention policies)
- If either party uses email forwarding, copies exist in those inboxes too
The problem:
Email is designed to never lose a message. That's great for work communication. It's terrible for sensitive data.
Every copy of the email is a potential breach target. A credential you emailed six months ago is still sitting in:
- Your sent folder
- The recipient's inbox
- Your organization's email backup
- The recipient's organization's email backup
- Any forwarded copies (personal Gmail accounts, etc.)
Real-world example: A developer emailed AWS credentials to a contractor in January. In July, the contractor's email account was phished. The attacker searched the compromised inbox for "password" and found the credentials still sitting in the email thread. The credentials had never been rotated. Total damage: $89,000 in unauthorized compute usage.
Problem #2: Encryption Is Inconsistent (or Absent)
Email has three encryption problems:
1. Encryption in transit is not universal
TLS (Transport Layer Security) encrypts email between mail servers, but:
- Both the sender's and recipient's mail servers must support TLS
- TLS can be downgraded by attackers (STARTTLS stripping)
- Intermediate mail relays may not use TLS
Result: Your email might travel unencrypted across parts of the internet.
2. Encryption at rest is not standard
Even if your email is encrypted in transit, it's typically stored unencrypted (or encrypted with provider-held keys) on mail servers.
This means:
- Gmail, Outlook, and other providers can read your emails
- Law enforcement can subpoena plaintext emails
- A breach of the mail server exposes email contents
3. End-to-end encryption is rare and hard to use
PGP (Pretty Good Privacy) and S/MIME offer end-to-end encryption, but:
- Both parties must set up key pairs
- Key management is complex (exchanging public keys, verifying fingerprints)
- Most email clients don't support it by default
- Adoption is less than 1% of email users
Result: In practice, almost no one uses end-to-end encryption for email.
Problem #3: You Lose Control After Hitting Send
What happens when you email a file:
- You send it to Person A
- Person A forwards it to Person B
- Person B forwards it to Person C
- Person C has email forwarding to their personal Gmail
- Person C's Gmail is later compromised
You have zero visibility and zero control over steps 2-5.
With traditional file sharing (Dropbox, Google Drive), you can:
- See who accessed the file
- Revoke access retroactively
- Set expiration dates
With email, you can't do any of that. Once you hit send, the file is out of your hands.
Problem #4: Email Attachments Are Permanent Copies
When you attach a file to an email:
- The recipient downloads it to their device
- The file exists independently of your control
- Even if you "delete" the email, the recipient still has the attachment
This violates data minimization principles:
- GDPR requires limiting data retention to what's necessary
- HIPAA requires secure disposal of protected health information
- SOC 2 requires data lifecycle management
Email attachments create uncontrolled copies that persist indefinitely, making compliance difficult or impossible.
Problem #5: No Audit Trail
For regulated data (PII, PHI, financial records), you need to prove:
- Who accessed the data
- When they accessed it
- From where (IP address, device)
- When the data was deleted
Email provides none of this.
You can see when an email was sent, but you can't track:
- Whether the recipient opened it
- Whether they downloaded the attachment
- Whether they forwarded it
- When (or if) they deleted it
During compliance audits, this is a red flag. Auditors interpret lack of logs as negligence.
How Konfidant Solves These Problems
Konfidant is purpose-built for secure, temporary file and credential sharing. Here's how it addresses each of email's fundamental weaknesses:
Solution #1: Ephemeral by Design (Zero Persistence)
How Konfidant works:
- You upload a file or paste a credential
- The system encrypts it client-side before upload
- You set an expiration policy:
- Time-based: Delete after 1 hour, 24 hours, 7 days, etc.
- Access-based: Delete after first download
- Hybrid: Whichever comes first
- You get a single-use link
- The recipient accesses it once
- The encrypted file is immediately deleted from the server
- The link returns "410 Gone" on subsequent attempts
The result: Files exist only as long as necessary for delivery, then vanish completely.
| Feature | Konfidant | |
|---|---|---|
| Sender's copy | Stored in Sent folder forever | No persistent copy |
| Recipient's copy | Stored in Inbox forever | Link expires after access |
| Server storage | Indefinite | Seconds to days (then deleted) |
| Forwarded copies | Uncontrolled | Link dies after first use |
| Manual deletion | Required (but doesn't affect recipient) | Automatic |
Solution #2: End-to-End Encryption by Default
Konfidant's encryption model:
- Client-side encryption: Files are encrypted in your browser using AES-256-GCM before they ever touch the server
- Unique keys per share: Each upload generates a fresh encryption key (no key reuse)
- Zero-knowledge architecture: The server stores only ciphertext; it can't read your plaintext files
- Envelope encryption: The encryption key itself is encrypted and embedded in the access token
What this means:
- Konfidant's servers never see your plaintext data
- A breach of Konfidant's infrastructure exposes only ciphertext
- Law enforcement subpoenas can't produce plaintext files
- Even Konfidant employees can't read your files
| Feature | Email (Standard) | Email (PGP/S/MIME) | Konfidant |
|---|---|---|---|
| Encryption in transit | Sometimes (TLS) | Yes | Always |
| Encryption at rest | No (or provider-held keys) | Yes | Yes (zero-knowledge) |
| Setup complexity | None | High (key exchange required) | None |
| Adoption | 99% | <1% | Default |
Solution #3: Single-Use Links (No Forwarding)
Email forwarding chain:
- You → Person A → Person B → Person C → ...
- No visibility, no control
Konfidant:
- You → Link → First person who opens it → Link dies
- Forwarding the link is useless — it's already burned
This doesn't prevent the recipient from copying the file, but it prevents the access mechanism from being reused indefinitely.
Example: You share an API key via Konfidant. Your teammate opens the link and downloads the key. They forward the link to a contractor. The contractor clicks it and gets "410 Gone — this link has already been used." The contractor messages your teammate, who realizes the mistake and generates a fresh share with a new key.
| Feature | Konfidant | |
|---|---|---|
| Forwarding | Unlimited | Link dies after first use |
| Link reuse | Unlimited | Single-use tokens |
| Access control | None | Passphrase, SMS verification available |
Solution #4: No Persistent Copies
Email attachment lifecycle:
- You attach a file
- Recipient downloads it
- File exists on their device indefinitely
- You have no control over deletion
Konfidant lifecycle:
- You upload a file (encrypted)
- Recipient downloads it once
- Encrypted file is deleted from the server immediately after download
- Recipient has a local copy, but the server-side copy is gone
Why this matters for compliance:
- Data minimization: GDPR requires limiting retention. Konfidant auto-deletes.
- Right to erasure: GDPR's "right to be forgotten" requires permanent deletion. Konfidant provides verified deletion logs.
- Breach exposure: If Konfidant's server is breached a week after you shared a file, that file no longer exists.
| Feature | Email Attachment | Konfidant |
|---|---|---|
| Server-side retention | Indefinite | Seconds to days (then deleted) |
| Verified deletion | No | Yes (audit logs + cryptographic proof) |
| Recipient copy | Uncontrolled | Uncontrolled (but server copy is gone) |
| Compliance | Manual process | Automatic |
Solution #5: Full Audit Trails
Konfidant logs (when enabled):
- Upload events: Who created the share, when, file metadata
- Access events: Who accessed the link, when, from which IP, user agent
- Deletion events: When the file was destroyed, hash of deleted ciphertext
- Access attempts: Failed access attempts (expired links, wrong passphrases)
Use cases:
- Compliance audits: Prove files were delivered securely and deleted afterward
- Incident response: Determine who accessed a leaked link
- Legal discovery: Provide immutable chain-of-custody logs
| Feature | Konfidant | |
|---|---|---|
| Sent/received logs | Yes | Yes |
| Access logs | No | Yes (IP, timestamp, user agent) |
| Deletion logs | No | Yes (verified destruction) |
| Audit-friendly | No | Yes (immutable logs) |
When to Use Konfidant vs. Email
Use Konfidant for:
1. Credentials and Secrets
- ✅ API keys, database passwords, OAuth tokens
- ✅ SSH keys, SSL certificates
- ✅ Temporary access credentials for contractors
Why Konfidant: Burn-after-reading ensures credentials are accessed once, then destroyed. No persistent copies in email archives.
2. Confidential Documents
- ✅ Signed contracts, NDAs, term sheets
- ✅ M&A documents, earnings reports (pre-announcement)
- ✅ Attorney-client privileged communications
Why Konfidant: Time-limited access and automatic deletion enforce data minimization. Audit logs prove secure handling.
3. Sensitive Personal Information (PII/PHI)
- ✅ Employee W-2s, SSNs, performance reviews
- ✅ Medical records, patient test results
- ✅ Financial records, bank account details
Why Konfidant: GDPR and HIPAA require secure handling and audit trails. Konfidant provides both.
4. Time-Sensitive Data
- ✅ Embargoed press releases
- ✅ Temporary passwords for onboarding
- ✅ One-time verification codes
Why Konfidant: Expiration policies ensure data doesn't outlive its purpose.
Use Email for:
- ✅ General work communication (meeting notes, status updates)
- ✅ Public information (links to blog posts, marketing materials)
- ✅ Non-sensitive files (images, drafts, public documents)
When email is fine: If the data is already public or low-sensitivity, email's persistence is a feature, not a bug.
Use Both (Email + Konfidant Link):
Pattern: Send an email with a Konfidant link in the body (not an attachment).
Example email:
Hi Sarah,
I've securely shared the production database credentials with you via Konfidant.
Link: https://share.konfidant.app/d/abc123xyz...
Passphrase: [sent separately via Slack]
This link expires in 24 hours and will self-destruct after first access.
Best,
Alex
Why this works:
- Email provides context and notification
- Konfidant provides secure delivery
- The sensitive data isn't in the email itself
Feature Comparison: Konfidant vs. Email
| Feature | Email + PGP | Konfidant | |
|---|---|---|---|
| Setup complexity | None | High (key exchange) | None |
| Encryption in transit | Sometimes | Always | Always |
| Encryption at rest | No | Yes | Yes (zero-knowledge) |
| End-to-end encryption | No | Yes | Yes |
| Adoption barrier | None | Very high | None |
| Expiration policies | No | No | Yes (1 hour to 30 days) |
| Single-use links | No | No | Yes |
| Automatic deletion | No | No | Yes |
| Audit logs | Limited | No | Yes (full chain of custody) |
| Verified deletion | No | No | Yes |
| Access controls | No | No | Yes (passphrase, SMS) |
| Forwarding prevention | No | No | Yes (token invalidation) |
| Data residency | Varies | Varies | Configurable (EU/US) |
| Compliance | Manual | Manual | Automatic (GDPR, HIPAA) |
| Cost | Free (or included in workspace) | Free (software) | Free tier + paid plans |
Real-World Scenarios
Scenario 1: Sharing API Keys with a Contractor
Email approach:
- Email the API key to the contractor
- The key sits in both inboxes indefinitely
- Contractor finishes the project (contract ends)
- You forget to rotate the key
- Six months later, the contractor's email is phished
- Attacker finds the API key via search
Konfidant approach:
- Upload the API key to Konfidant
- Set 48-hour expiration
- Send the link via email
- Contractor accesses it once
- Key is deleted from Konfidant's server after access
- Six months later, even if the contractor's email is compromised, the link returns "410 Gone"
Bonus: You rotate the key after the project ends (because you set a calendar reminder when creating the share).
Scenario 2: Sending Employee W-2s
Email approach:
- HR emails W-2 PDFs to all employees
- PDFs contain SSNs and salary information
- Files sit in employee inboxes indefinitely
- One employee has email forwarding to personal Gmail
- Personal Gmail account is later compromised
- W-2s are exposed
Konfidant approach:
- HR uploads W-2s to Konfidant (one per employee)
- Sets passphrase protection (last 4 of SSN)
- Sets 7-day expiration
- Emails employees a Konfidant link (not the PDF)
- Employees download their W-2s
- Files are deleted after download
- If an employee's email is later compromised, the link is already expired
Scenario 3: Sharing a Legal Settlement Agreement
Email approach:
- Lawyer emails settlement PDF to opposing counsel
- Opposing counsel forwards to their client
- Client forwards to their spouse
- Spouse has email on multiple devices
- Lawyer has no visibility into who accessed the document
- During discovery, can't prove chain of custody
Konfidant approach:
- Lawyer uploads settlement PDF
- Sets 30-day expiration
- Enables audit logs
- Sends link to opposing counsel
- Audit logs show: counsel accessed on Day 2 from IP X
- Files are auto-deleted after 30 days
- During discovery, lawyer provides audit logs proving secure handling and deletion
How to Migrate from Email to Konfidant
Step 1: Identify High-Risk Email Usage
Audit your sent folder for:
- Keywords: "password", "key", "secret", "confidential", "SSN", "bank account"
- Attachments: PDFs, spreadsheets, ZIP files
Flag these for Konfidant migration.
Step 2: Set Team Policies
Document when to use Konfidant vs. email:
Example policy:
- Credentials (API keys, passwords): Always use Konfidant, max 24-hour expiration
- Contracts/NDAs: Use Konfidant with 7-day expiration
- PII/PHI: Use Konfidant with audit logs enabled
- General files: Use email or Google Drive
Step 3: Update Email Templates
Before:
Hi Sarah,
Attached is the production database password.
Best,
Alex
After:
Hi Sarah,
I've securely shared the production database password with you via Konfidant:
[Konfidant link]
This link expires in 24 hours and will self-destruct after first access.
Best,
Alex
Step 4: Train Your Team
Onboarding checklist:
- Show team how to create Konfidant shares
- Explain why email is insecure for sensitive data
- Demonstrate setting expiration policies
- Cover access controls (passphrase, SMS)
Step 5: Rotate Old Credentials
Any credential you emailed in the past:
- Rotate it immediately
- Share the new credential via Konfidant
- Delete old email threads (though they may persist in backups)
Frequently Asked Questions
Isn't email encryption (TLS) enough?
No. TLS encrypts email in transit between mail servers. It doesn't:
- Encrypt email at rest on servers
- Prevent the recipient from forwarding the email
- Provide audit trails
- Auto-delete files after delivery
TLS is better than nothing, but it's not sufficient for sensitive data.
What about encrypted email services like ProtonMail?
ProtonMail and Tutanota offer end-to-end encryption and are much better than standard email. However:
- Both parties must use the same service (or PGP)
- Attachments still create persistent copies
- No automatic expiration or single-use links
- Not purpose-built for temporary file sharing
Use case: ProtonMail is great for ongoing private communication. Konfidant is better for one-time secure file delivery.
Can't I just password-protect a ZIP file and email it?
This is better than nothing, but:
- The ZIP file sits in inboxes indefinitely
- The password is often sent via the same channel (email), defeating the purpose
- ZIP encryption (especially older versions) is weak
- No audit trail of access
- No automatic deletion
Konfidant is better because:
- Files auto-delete after delivery
- Strong encryption (AES-256-GCM) by default
- Access controls (passphrase) separate from delivery channel
- Audit logs track access
What if the recipient doesn't trust clicking links?
Valid concern (phishing awareness is good).
Solutions:
- Use a custom domain (e.g.,
share.yourcompany.com) to build trust - Send the link via a trusted channel (authenticated Slack workspace)
- Include the link in a signed email (S/MIME signature)
- Verbally confirm you sent it (for very sensitive shares)
Does Konfidant prevent screenshots?
No. Once the recipient downloads the file, they can screenshot, copy, or save it locally.
What Konfidant prevents:
- Server-side persistence (file deleted after download)
- Link forwarding (single-use tokens)
- Compliance violations (audit logs + auto-deletion)
Think of it as controlled delivery, not DRM.
The Bottom Line
Email was built for a different era. It's optimized for reliable delivery, not secure delivery. For general work communication, that's fine. For sensitive data, it's a liability.
Every time you email a password, contract, or confidential file, you're creating:
- Persistent copies across multiple systems
- Uncontrolled forwarding chains
- Compliance gaps (no audit trails, no auto-deletion)
- Permanent breach exposure (files that outlive their purpose)
Konfidant flips the model:
- Ephemeral by design (auto-deletion)
- Zero-knowledge encryption (server never sees plaintext)
- Single-use links (no forwarding)
- Full audit trails (prove secure handling)
The strongest security is data that doesn't persist. Konfidant makes that the default.
Ready to stop emailing sensitive data? Try Konfidant's secure file sharing →
Ready to secure your team's secrets?
Stop leaving credentials in Slack. Start using burn-after-reading encryption.
Get started free