Skip to content

Latest commit

 

History

History
32 lines (25 loc) · 1.56 KB

README.md

File metadata and controls

32 lines (25 loc) · 1.56 KB

Actions Status Actions Status Actions Status

Warning : Until a stable version is released, password can't be guaranted to be the same across version and/or platform.

PassCoder2

PassCoder2 is a simple C99 crossplatform cli database-less password manager. You just have to remember a passphrase and use a tag to recover your password. The tag can be the website name, your email adress or any other string.

How To Use

Just run the cli and you'll be prompted to write your passphrase and tag. There is also some parameters that can be input. Use only ASCII character to be sure to have same result on any OS

usage: PassCoder2.exe [-hv] [<tag>] [-p <phrase>] [--version]

  <tag>                     target tag
  -p, --phrase=<phrase>     private phrase
  -h, --help                display this help and exit
  -v, --verbose             verbose output and exit
  --version                 display version info and exit

External Library

Todo

  • Secure password input
  • Build only a lib and not the cli
  • GUI with auto send to clipboard
  • TU on multiple platform to check consistensy