Password Manager

This is a command line based password manager with encryption.

Features

  • Logging in with password
  • Adding, updating and removing passwords
  • Search feature
  • Viewing all passwords

How to build

mkdir build
cd build
cmake ..
make
./PasswordManager