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.

Password share FAQ

Is this a one time view link for sharing a password?
Yes. The first successful open decrypts the value and deletes the database row immediately.
Can someone recover it after viewing?
No. Refreshing the page shows a gone state. We cannot retrieve it for you either.
Why is there a hint field?
So you can say which account the password belongs to without putting the password in chat. The hint is stored in plaintext and shown on the view page.
Should I send the link in the same chat as the username?
Prefer splitting context when you can. The link is as sensitive as the password once it is created.