Pass Manager
A command-line password manager written in Rust. It securely stores passwords using AES-256-GCM encryption, with the encryption key provided by the user.

Project Details
Client
Bismit Panda (Me)
Year
2023
Role
Developer
Technologies
Rust
The Challenge
Ensuring zero plaintext leakage in memory.
The Solution
Wiped secrets after use and used OS-level secure storage for keys.