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.