PassTransfer vs Email for Passwords — The Security Difference
Why a secure link is safer than email for sharing passwords. A concrete comparison.
Switch to secure sharingMost people know, at some level, that emailing passwords is not ideal. In practice, it happens constantly anyway — because email is fast, familiar, and already open in every browser. The credential needs to get somewhere, the email client is right there, and the abstract risk feels distant.
This page makes the comparison concrete. Not in the language of theoretical attack surfaces, but in terms of what actually goes wrong, what the real-world consequences are, and what the effort of switching actually looks like.
How Email Credential Sharing Actually Works (And Why It Fails)
Here is a typical email credential sharing flow:
- You have a credential to share. You open your email client.
- You type the password in the body of the email. Maybe you type it in the subject line. Maybe you attach a file.
- You click send.
- The email lands in the recipient's inbox. They read it, note the password, and go on with their work.
- The email remains in your sent folder. It remains in their inbox. Possibly in their archive. Possibly in your organisation's email backup. Possibly in a third-party email security scanning system that processed it in transit.
That is where the problem starts. Not in the transmission itself — though that has its own risks — but in the persistence. The credential now exists in multiple places you do not control, indefinitely, until someone actively deletes it. The blog covers why emailing passwords is almost always a bad idea with more real-world examples.
The Seven Ways Email Fails for Credentials
1. Email Is Permanently Archived
Unless you and the recipient both actively delete the email, the sent copy, and any backup copies, the credential persists. Most organisations run email archiving systems for compliance. Your IT administrator, your email security vendor, and possibly your email hosting provider all have indexed, searchable copies of that email.
When you share a credential via email, you are not sharing it with one person. You are sharing it with your email infrastructure.
2. Email Servers Are High-Value Attack Targets
Email servers are attacked constantly and breached regularly. Major providers including Microsoft Exchange and Google Workspace have experienced significant security incidents. Smaller organisations running their own mail servers often have inconsistent patching and security practices.
A credential in an email archive is a credential sitting in a high-value target, indefinitely.
3. Forwarding Is Effortless
You send a credential to one trusted person. That person has a legitimate reason to bring in a colleague. They forward the email without thinking twice about the credentials in the thread. Three forwards later, the credential has reached people you never intended to share it with, and you have no visibility into any of this.
4. Reply-All Is a Constant Hazard
In active email threads, reply-all is a reflex. A credential shared in a thread can be re-exposed to a distribution list, a group alias, or an external party who was cc'd on an earlier message, simply because someone hit the wrong button.
5. The Credential Has No Lifecycle
An emailed credential has no expiry. It is valid until someone changes it. If a project ends, a contractor moves on, or a system is decommissioned, the credential in that email archive remains accessible. Two years later, a former contractor whose email account is compromised may still have access — because the credential was never rotated, and the email with it is still in their archive.
6. Email Provides No Evidence of Access
You sent the credential. Did the recipient receive it? Did they read it? Did they use it? Email provides no reliable answers to these questions. You are operating in the dark about whether the sharing was successful and whether the credential has been accessed by the intended person or someone else.
7. Plain-Text Email Is Not Encrypted End-to-End
Standard SMTP email does not provide end-to-end encryption. TLS in transit protects the connection between mail servers but not the content stored on those servers. S/MIME and PGP exist but are almost never used in practice. The vast majority of business email — including email with credentials in the body — is stored in plaintext on the server.
For the compliance angle on these failure modes, see why email is not an option for secure password sharing.
What Secure Link Sharing Actually Does Differently
A one-time encrypted sharing link like PassTransfer provides changes the model fundamentally:
The Credential Is Not in the Link
What you send via email (or chat, or any channel) is a URL — a link. The URL contains no credential information. If someone intercepts the link before it is accessed, they get a URL that may or may not still be valid, pointing to an encrypted payload. The credential itself is not in transit in any way you can search, index, or archive.
The Credential Is Deleted After Access
Once the recipient clicks the link and retrieves the credential, it is deleted from storage. Not archived. Not marked as read. Deleted. The link, if clicked again, returns nothing. The email or chat message that contained the link is now inert — it points to a credential that no longer exists.
This single property eliminates the persistence problem entirely. The email archive can be searched for that link URL forever. It will never yield the credential.
Expiry Closes the Window
If you set a 48-hour expiry and the recipient never opens the link, the credential is automatically invalidated at 48 hours. There is no lingering valid credential waiting in an archive to be used. You know the link has expired and can create a new one if needed.
Forwarding Becomes Harmless (Within Limits)
If the link is forwarded, that is still acceptable — because the link only works once. The first person to access it gets the credential. If the intended recipient accesses it first, any forwarded copy is already worthless. This does not replace trust-based access management, but it dramatically limits the blast radius of a forwarding incident.
Side-by-Side Comparison
| Property | PassTransfer | |
|---|---|---|
| Credential persists after sending | Yes — indefinitely in sent/inbox/archive | No — deleted after retrieval |
| Encrypted at rest | No (in most implementations) | Yes |
| Archived by email system | Yes | No (the link is archived, not the credential) |
| Access visible to sender | No | Expiry status visible |
| Credential auto-expires | No | Yes — configurable TTL |
| Safe to forward | No — credential travels with the forward | Effectively yes — link only works once |
| Affected by recipient mailbox breach | Yes — credential retrievable | No — credential already deleted if accessed |
| Requires recipient account | No | No |
| Works with existing workflows | Yes | Yes — send the link by any method you choose |
| GDPR-appropriate | Generally not | Yes |
The "Two-Email Method" Is Not a Real Solution
Some people use a partial mitigation: send the username in one email and the password in a second email, or via a different channel. The theory is that intercepting one message is insufficient.
In practice, this provides minimal protection:
- Both emails still persist in archives
- Both emails are still in the same inbox, which is typically the attack surface
- The attacker who compromises an email account gets both emails
- It adds friction without meaningfully changing the risk profile
The two-email method is security theatre. It makes the sender feel like they are being careful without addressing the actual problem.
The Real Objection: "Email Is Just Easier"
This is the honest objection and it deserves an honest answer.
Sending a password in the body of an email is: open email, type, send. Approximately 15 seconds.
Sharing a password via PassTransfer is: open browser tab, type the credential, click create, copy the link, paste it into an email, send. Approximately 45 seconds.
That extra 30 seconds is the entire argument for continuing to use email for credentials. And it is actually a valid concern — security tools that add significant friction get bypassed. People find workarounds. Policies get ignored.
But 30 seconds is a trivial cost compared to the consequences of a credential breach. And the PassTransfer flow is simple enough that it becomes routine quickly. The mental overhead disappears once it is part of your workflow.
The right response to "email is easier" is: make the secure method close enough to email in friction that the choice is easy. A browser tab, a few keystrokes, a link to paste. That is PassTransfer.
A Practical Scenario: The Cost of Getting It Wrong
A web agency sends a client's hosting credentials via email after completing a project handover. Three things happen:
- The email sits in the account manager's sent folder for two years.
- The agency's email system is breached in a credential stuffing attack.
- The attacker searches the compromised email archive for "password" and "login." They find the hosting credentials, still valid.
The client's website is compromised. The agency faces a data breach notification obligation, potential GDPR enforcement, and a client relationship that may not survive. The cost of the breach — remediation, notification, legal advice, lost client — is many thousands of euros or pounds or dollars.
The cost of using a one-time link instead of plain-text email: 30 extra seconds per credential shared.
Making the Switch
Switching from email to PassTransfer does not require a complex rollout:
- Bookmark PassTransfer (or your company's branded Pro subdomain)
- Next time you need to share a credential, open it instead of your email draft
- Create the link, paste it in the email instead of the credential
- Done
You do not need to change your email client, your workflow, or the channel you communicate through. You just change what you put in the message — a link instead of a credential.
For teams, sharing the link to your Pro subdomain and explaining the one-sentence policy ("share credentials via the secure link, not in email text") is sufficient to change team behaviour.
The email habit is strong. But once you understand concretely what happens to an emailed credential — where it goes, how long it stays, what can go wrong — the 30-second overhead of the secure alternative stops feeling like a cost and starts feeling like obvious insurance.
Curious how the dedicated tools compare to each other? See the complete overview of secure password sharing tools.
Start sharing passwords securely
Create an encrypted, one-time link. Free and without an account.