Ignis is a minimal, zero-knowledge secret sharing platform. It allows you to share sensitive information like passwords, API keys, or private notes securely.
Zero-Knowledge Privacy
Your data is encrypted locally in your browser
using the Web Crypto API. The decryption key is stored in the URL fragment (#), which is never sent to the servers.
Ephemeral by Design
Secrets are automatically deleted after they are viewed or after their time-to-live expires. Once deleted, they are gone forever.