
A security-first password and secrets manager built with a strict zero-knowledge architecture. All sensitive data is encrypted client-side before storage, ensuring the backend never has access to plaintext credentials. Designed with a strong focus on cryptography, authentication security, and long-term maintainability.
Core Technical Challenge
Designing a client-side key derivation and cryptographic architecture using AES-GCM and Argon2 that guarantees zero-knowledge data isolation in the browser, preventing timing attacks and ensuring that no plaintext credentials or master keys are ever exposed to the server.



