Back to all posts
Security

Konfidant vs. Email: Why Email Isn't Secure for Sensitive Data

10 min read
By Konfidant Security Team

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:

  1. The message is stored in your Sent folder (indefinitely)
  2. The message is stored in the recipient's Inbox (indefinitely)
  3. The message passes through multiple mail servers (yours, theirs, and any relays)
  4. The message is often backed up by archival systems (corporate email retention policies)
  5. 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:

  1. You send it to Person A
  2. Person A forwards it to Person B
  3. Person B forwards it to Person C
  4. Person C has email forwarding to their personal Gmail
  5. 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:

  1. You upload a file or paste a credential
  2. The system encrypts it client-side before upload
  3. 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
  4. You get a single-use link
  5. The recipient accesses it once
  6. The encrypted file is immediately deleted from the server
  7. The link returns "410 Gone" on subsequent attempts

The result: Files exist only as long as necessary for delivery, then vanish completely.

FeatureEmailKonfidant
Sender's copyStored in Sent folder foreverNo persistent copy
Recipient's copyStored in Inbox foreverLink expires after access
Server storageIndefiniteSeconds to days (then deleted)
Forwarded copiesUncontrolledLink dies after first use
Manual deletionRequired (but doesn't affect recipient)Automatic

Solution #2: End-to-End Encryption by Default

Konfidant's encryption model:

  1. Client-side encryption: Files are encrypted in your browser using AES-256-GCM before they ever touch the server
  2. Unique keys per share: Each upload generates a fresh encryption key (no key reuse)
  3. Zero-knowledge architecture: The server stores only ciphertext; it can't read your plaintext files
  4. 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
FeatureEmail (Standard)Email (PGP/S/MIME)Konfidant
Encryption in transitSometimes (TLS)YesAlways
Encryption at restNo (or provider-held keys)YesYes (zero-knowledge)
Setup complexityNoneHigh (key exchange required)None
Adoption99%<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.

FeatureEmailKonfidant
ForwardingUnlimitedLink dies after first use
Link reuseUnlimitedSingle-use tokens
Access controlNonePassphrase, SMS verification available

Solution #4: No Persistent Copies

Email attachment lifecycle:

  1. You attach a file
  2. Recipient downloads it
  3. File exists on their device indefinitely
  4. You have no control over deletion

Konfidant lifecycle:

  1. You upload a file (encrypted)
  2. Recipient downloads it once
  3. Encrypted file is deleted from the server immediately after download
  4. 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.
FeatureEmail AttachmentKonfidant
Server-side retentionIndefiniteSeconds to days (then deleted)
Verified deletionNoYes (audit logs + cryptographic proof)
Recipient copyUncontrolledUncontrolled (but server copy is gone)
ComplianceManual processAutomatic

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
FeatureEmailKonfidant
Sent/received logsYesYes
Access logsNoYes (IP, timestamp, user agent)
Deletion logsNoYes (verified destruction)
Audit-friendlyNoYes (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

FeatureEmailEmail + PGPKonfidant
Setup complexityNoneHigh (key exchange)None
Encryption in transitSometimesAlwaysAlways
Encryption at restNoYesYes (zero-knowledge)
End-to-end encryptionNoYesYes
Adoption barrierNoneVery highNone
Expiration policiesNoNoYes (1 hour to 30 days)
Single-use linksNoNoYes
Automatic deletionNoNoYes
Audit logsLimitedNoYes (full chain of custody)
Verified deletionNoNoYes
Access controlsNoNoYes (passphrase, SMS)
Forwarding preventionNoNoYes (token invalidation)
Data residencyVariesVariesConfigurable (EU/US)
ComplianceManualManualAutomatic (GDPR, HIPAA)
CostFree (or included in workspace)Free (software)Free tier + paid plans

Real-World Scenarios

Scenario 1: Sharing API Keys with a Contractor

Email approach:

  1. Email the API key to the contractor
  2. The key sits in both inboxes indefinitely
  3. Contractor finishes the project (contract ends)
  4. You forget to rotate the key
  5. Six months later, the contractor's email is phished
  6. Attacker finds the API key via search

Konfidant approach:

  1. Upload the API key to Konfidant
  2. Set 48-hour expiration
  3. Send the link via email
  4. Contractor accesses it once
  5. Key is deleted from Konfidant's server after access
  6. 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:

  1. HR emails W-2 PDFs to all employees
  2. PDFs contain SSNs and salary information
  3. Files sit in employee inboxes indefinitely
  4. One employee has email forwarding to personal Gmail
  5. Personal Gmail account is later compromised
  6. W-2s are exposed

Konfidant approach:

  1. HR uploads W-2s to Konfidant (one per employee)
  2. Sets passphrase protection (last 4 of SSN)
  3. Sets 7-day expiration
  4. Emails employees a Konfidant link (not the PDF)
  5. Employees download their W-2s
  6. Files are deleted after download
  7. If an employee's email is later compromised, the link is already expired

Scenario 3: Sharing a Legal Settlement Agreement

Email approach:

  1. Lawyer emails settlement PDF to opposing counsel
  2. Opposing counsel forwards to their client
  3. Client forwards to their spouse
  4. Spouse has email on multiple devices
  5. Lawyer has no visibility into who accessed the document
  6. During discovery, can't prove chain of custody

Konfidant approach:

  1. Lawyer uploads settlement PDF
  2. Sets 30-day expiration
  3. Enables audit logs
  4. Sends link to opposing counsel
  5. Audit logs show: counsel accessed on Day 2 from IP X
  6. Files are auto-deleted after 30 days
  7. 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:

  1. Use a custom domain (e.g., share.yourcompany.com) to build trust
  2. Send the link via a trusted channel (authenticated Slack workspace)
  3. Include the link in a signed email (S/MIME signature)
  4. 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