Account & Authentication
- Passwords are hashed client-side with Argon2 before transmission.
- TOTP-based two-factor authentication with 8 single-use backup codes.
- Any single backup code can unlock your archive (per-code escrow recovery).
- Multi-device sessions with per-device key bundles and crypto identities.
- 15-minute access tokens with 7-day rotating refresh tokens (RS256 JWT).