One-time secret sharing

Share a secret securely. It self-destructs after being read.

Create a one-time link for credentials, API keys, or private notes. The payload is encrypted before it is stored and wiped after the first successful reveal.

Single use

Secrets are destroyed immediately after a successful reveal.

Attempt limits

Lock secrets after repeated wrong access-code attempts.

Auditable

Creation, view, lock, expiry, and burn events are recorded.

Create secret link

Receivers only see an access code prompt until the secret is successfully revealed.

Minimum 6 characters. Never share it in the link itself.

The secret is encrypted before storage, and the payload is wiped after the first successful reveal.