DR
ProjectsExperience
Back to projects

Secure Password Manager

Security Tools
2024
in-development
Secure Password Manager - image 1

Overview

Developing a secure password manager that prioritizes user privacy through zero-knowledge architecture. The application uses Rust for memory safety and performance, implementing industry-standard encryption (AES-256-GCM, Argon2id) to ensure credentials never leave the user's device unencrypted. Planned features include browser extensions, CLI tools, and mobile apps.

Impact

Targeting enterprise-grade security with consumer-friendly usability

Key Challenges

  • Implementing secure key derivation and storage
  • Building cross-platform sync without compromising zero-knowledge
  • Balancing security with user experience

Key Outcomes

  • Core encryption module completed with passing security audits
  • CLI interface functional for basic operations
  • Desktop app prototype using Tauri framework

Technologies

RustSQLiteAES-256-GCMArgon2idTauriWebAssembly