Create encrypted one-time links for passwords, API keys, and sensitive notes. Each secret is destroyed after a single view or when it expires.
Recipients open the link once to read the secret. After viewing, the ciphertext is permanently deleted.
Secrets are encrypted at rest in PostgreSQL. Links contain the decryption key fragment needed to retrieve content.