Skip to content

belajarqywok/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

About

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 61.6%
  • Shell 25.0%
  • Makefile 7.9%
  • Pascal 5.5%