Should you rotate a password after sharing it?
The case for rotation
The classic advice is clear: once a password has been shared, rotate it. The reasoning is sound — every person who has seen a credential is a potential point of compromise. The more copies of a password exist, the larger the attack surface.
But in practice, password rotation after every share is rarely done. It is disruptive, easy to forget, and creates its own risks when the rotation itself is handled carelessly (by emailing the new password, for example).
So what is the right answer?
It depends on what you shared and how
Not all credential sharing is equal. The risk profile differs significantly based on:
- What the credential accesses — a root server password vs. a shared marketing account carry very different consequences if compromised
- Who you shared it with — a trusted colleague vs. a temporary contractor vs. an external client
- How you shared it — via an encrypted one-time link vs. via email
- Whether the recipient still needs access — ongoing access vs. a one-time handover
When rotation is clearly the right call
Rotate immediately when:
- You shared credentials via an insecure channel (email, chat, SMS)
- The recipient was temporary and no longer needs access
- You are off-boarding an employee or contractor
- You handed over credentials to a client at end of project
- There is any suspicion the link was intercepted or forwarded
In these cases, rotation is not paranoia — it is basic hygiene.
When rotation is less critical
If you used a one-time encrypted link to share a password, the situation is meaningfully different:
- The credential was never stored in plain text outside the secure system
- The link self-destructed after the recipient opened it
- There is no copy sitting in an inbox
The recipient still has the password in their head (or their password manager), so rotation is still theoretically the cleanest outcome. But the acute risk of an intercepted email or a breached inbox does not apply.
For lower-stakes credentials shared via a one-time link with a trusted party who still needs ongoing access, rotation is optional rather than required.
Building rotation into your workflow
If you decide rotation is part of your process, make it practical:
- Change the password in the system first, before or immediately after the handover
- Share the new password via a one-time link, not by replying to the original message
- Confirm receipt before assuming the new credential is in the recipient's hands
- Revoke the old credential if the system supports session invalidation
For critical systems, consider building rotation into your project close-out checklist as a non-negotiable step.
The one-time link advantage
Using a one-time sharing tool does not eliminate the need to think about rotation, but it significantly reduces the window of exposure. You know the credential was retrieved exactly once, by the intended recipient, and is not sitting in an email archive waiting to be discovered.
That is a meaningful improvement over the status quo for most teams, even before rotation enters the picture.