A modern C++ password manager providing a simple graphical user interface built with ImGui. Passwords are securely stored in a local JSON file using libsodium for encryption and hashing.
This application provides a simple and secure way to store multiple passwords locally. It is designed for use on a single computer by different users (family members, teachers, or company employees) who want to manage their passwords without relying on the Internet.
All sensitive data is encrypted and protected using modern cryptographic primitives from the libsodium library.
- User registration and login
- Vault unlocking with a unique master key
- Secure storage of encrypted passwords
- Local JSON-based storage (offline)
Apache License 2.0
- Clone the repository:
git clone https://github.com/ERENGG7/Password-manager.git