seQRets
Secure. Split. Share.
v1.7.2 ๐งจ Ignition
Encrypt, split, and secure your secrets with QR codes using Shamir's Secret Sharing.
XChaCha20-Poly1305 authenticated encryption (AEAD)
Argon2id key derivation (64MB memory, 4 iterations)
Shamir's Secret Sharing for threshold-based backup splitting
All cryptographic operations run entirely in your browser. Your secrets never leave your device.
seQRets is open source. You can review the code, audit the cryptography, and build it yourself.
Built with:
- Next.js + React
- Tauri v2 + Rust (desktop)
- @noble/ciphers & @noble/hashes
- @scure/bip39 (BIP-39 mnemonic support)
- shamir-secret-sharing (audited by Cure53 + Zellic)
- Tailwind CSS + Radix UI
1. Secure
Your secret is encrypted with a strong password (and optional keyfile) using military-grade cryptography.
2. Split
The encrypted data is split into multiple Qard backups using Shamir's Secret Sharing. No single Qard reveals anything.
3. Share
Print, download, or export your Qards. Give them to trusted family members, lawyers, or store in secure locations.