Skip to content

bielxvf/passmanpp

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 

Repository files navigation

passmanpp

Simple password manager written in C++ Heavily inspired by another password manager written in C: https://github.com/bielsalamimo/passman

Dependencies

cxxopts to parse command-line arguments, you will need it set up before building

crypto++ to encrypt and decrypt files

Build

git clone https://github.com/bielsalamimo/passmanpp
cd passmanpp
mkdir build
cd build
cmake .. && make

A binary executable will be created on build which you can run with the command ./passmanpp

Install

Firstly, build the passmanpp binary, then run sudo install -D passmanpp /usr/bin/ while in the build directory to install it globally

TODO

  • Create a password (-n, --new arg)
  • Print a password (-p, --print arg)
  • List passwords (-l, --list)
  • Remove a password
  • Remove all passwords
  • Copy password to clipboard
  • Rename a password
  • Backup into a tarball
  • Restore passwords from tarball backup

LICENSE

See LICENSE

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published