Test implementation of a password manager using Qt and libsodium.
I used this project to learn C++ and explore cryptography concepts.
- Secure password storage using encryption
- User-friendly interface built with Qt
- Random password generation
- Auto-lock after a period of inactivity
- Ensure you have the necessary dependencies installed, including Qt and libsodium (
brew install qt libsodium
). mkdir build
cd build
cmake ..
make
./passwordmanager.app/Contents/MacOS/passwordmanager