Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 571 Bytes

File metadata and controls

21 lines (15 loc) · 571 Bytes

Password Manager

Test implementation of a password manager using Qt and libsodium.

I used this project to learn C++ and explore cryptography concepts.

Features

  • Secure password storage using encryption
  • User-friendly interface built with Qt
  • Random password generation
  • Auto-lock after a period of inactivity

Compile and run

  1. Ensure you have the necessary dependencies installed, including Qt and libsodium (brew install qt libsodium).
  2. mkdir build
  3. cd build
  4. cmake ..
  5. make
  6. ./passwordmanager.app/Contents/MacOS/passwordmanager