One time password link
Share password securely
Learn how to send a password securely to someone online free: paste the credential, add an optional hint, and copy a one time view link. After the first successful open, ShareSafeAI deletes the password_shares row so a refresh cannot recover it.
How to send a password securely to someone online
Instant messages keep history. Email is copied across devices. A one time password link is a narrower pipe: the secret is encrypted at rest with the server key, stored only in password_shares, and destroyed after the first view. If nobody opens it, expiry plus the cleanup job still remove the row.
This is a convenience tool, not a password manager. Do not use it for production root credentials if you have a dedicated secret-sharing product. Do use it when a colleague needs a WiFi passphrase, a staging login, or a one-off token and you want the transcript to hold a URL instead of the raw value.
After you generate the link, the form clears so the secret is less likely to linger on your screen. The recipient sees a warning that the view is consumed. There is no “view again†path on purpose.