Skip to content

LucidityDesign/passwordManager

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Password manager built with C++ and QT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published