Changelog
What's new, what's fixed, what's improved.
↓
April 4, 2026
1.0.0 Launch
- Core deniable encryption engine: AES-256-CTR + scrypt KDF + XOR composition
- SDKs for TypeScript, Python, Go, and Rust with cross-compatible KAT vectors
- MCP server for AI agent integration (11 tools, zero-knowledge local crypto)
- Seed phrase protector with BIP-39 validation and dust wallet decoy
- Secret Photos: deniable steganography (encrypted + hidden in images)
- Shamir's Secret Sharing with visual share diagram and ZIP download
- Encrypted vault with client-side encryption
- Dead man's switch with configurable check-in and encrypted email delivery
- Inheritance planning with beneficiary management
- General-purpose deniable encryption tool at /encrypt
- 22 cryptographic verification tests (entropy, chi-squared, KS, serial correlation, fuzz)
- REST API with Stripe billing (Free 500/mo, Dev $39/mo, Pro $99/mo)
- Comparison page covering VeraCrypt, PGP, Cryptee, and Stegg
- Whitepaper and 3 blog articles
- 7 API endpoints hardened: error messages sanitised, no internal leaks
- CSP, HSTS, COOP, CORP security headers across all pages
- encryptBytes critical bug fixed: raw Uint8Array where CryptoKey expected
- Mobile navigation unified across all 31 pages
- Footer added to all pages
- Service worker switched to network-first caching