Skip to content

v49480nd-km/pgm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

74 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PGM

image

PGM is a Password Generator and Manager tool written in C. The goal in mind is to generate password pairs with user given ids up to four characters.

They are stored encrypted in a format similar to

ytbe - areallystrongpasswordyoucouldntguessbecauseyouarentsmartenoughtolol

Installation

NOTICE: IT IS NOT FINISHED

git clone https://github.com/v49480nd-km/pgm.git
cd pgm/build
cmake ..
make

Usage

pgm -h # commands
pgm -s # set passphrase
pgm -g # generate pair
pgm -l # list pairs
pgm -d # delete a pair
pgm -D # delete all pairs

Contributions

Read CONTRIBUTING.md

Releases

No releases published

Packages

No packages published