Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 239 Bytes

File metadata and controls

15 lines (13 loc) · 239 Bytes

PasswordManager

PasswordManager written in C++20.

Installation

Clone the repository
mkdir build
cd build
cmake ..
cd src
make
./PasswordManager

After you compiled the binary just run ./PasswordManager -h to see how to use..