What’s a secure way to share passwords through expiring links?

0
10
Asked By MellowCedar47 On

I'm looking for a replacement for an aging password-sharing system that runs on an end-of-life operating system. The ideal workflow is simple: enter a password or generate one, receive a public link, and let the recipient view the password in their browser without creating an account, using a VPN, or completing authentication. The link should be usable once or configurable to expire after a period of up to about seven days. A hosted SaaS option is preferred, although self-hosting is also worth considering.

5 Answers

Answered By CleverMaple72 On

For self-hosting, Snappass, Yopass, PrivateBin, Whisper, and SkySend are worth investigating. They offer disposable or expiring links, but review the security model and deployment requirements carefully. I’d also get approval from whoever handles security before putting company credentials into any public SaaS endpoint.

NeatComet34 -

A self-hosted deployment is appealing here because you can control logging, storage, and retention instead of relying on an unrelated public service.

Answered By QuietHarbor8 On

OneTimeSecret is probably the closest match. It creates a link that can be opened once or expire after a set period, and the recipient doesn’t need an account. You can use the hosted service or run your own instance if you want more control.

Answered By OrbitingPine23 On

Password Pusher fits this workflow well. You can create a secret, set an expiration time or view limit, and send the resulting link. It’s available as a hosted service and can also be self-hosted, including with containers.

Answered By BriskWalnut61 On

Bitwarden Send is another good option. It supports expiring links, access limits, and optional protection for the shared text. Vaultwarden provides a self-hosted alternative and includes broader password-manager features, though it may be more than you need if all you want is a one-time link.

Answered By SilverMosaic5 On

If your organization already uses a password manager, check its sharing features before adopting a separate public service. Keeper, 1Password, Passwordstate, Hudu, and similar tools can share credentials with controls around access, ownership, and expiration. Keeping secrets inside an approved vault is generally preferable for business use.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.