Skip to content

pswdgn is a tool for generate password, public / private key, and other credentials.

License

Notifications You must be signed in to change notification settings

RQ-21-Engineer/pswdgn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

pswdgn

pswdgn is a tool for generate password, public / private key, and other credentials.


USAGE

Installation

using g++ :
    $ g++ pswdgn.cpp -o pswdgn

using gcc :
    $ gcc pswdgn.cpp -o pswdgn -lstdc++

using clang :
    $ clang pswdgn.cpp -o pswdgn -lstdc++

using clang++ :
    $ clang++ pswdgn.cpp -o pswdgn

how to use

docs :
   pswdgn [ -L | --length ] [NUMBER] [ -ON | --only-number ]

example :
   $ pswdgn -l 256 --all > password.txt