Share secrets that disappear.
End-to-end encrypted. Zero knowledge.
What is Vaulted?
Free, anonymous secret sharing with client-side AES-256-GCM encryption. Your key never leaves your browser — we never see your plaintext. Set view limits and expiration, share the link, and it self-destructs.
- Encryption
- AES-256-GCM
- Architecture
- Zero-knowledge
- View limits
- 1–10 or unlimited
- Max expiry
- 30 days
Prefer the terminal?
npx vaulted-cli "my-api-key"Same encryption, same links — from your command line. Learn more about the CLI
Free security tools
Client-side tools that never send data to a server. View all tools
Use in CI/CD?
- uses: vaulted-fyi/share-secret@v1
with:
secret: ${{ secrets.API_KEY }}Share encrypted secrets in GitHub Actions workflows. Learn more about the GitHub Action