RQ-21-Engineer / pswdgn

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

License:MIT License


Languages

Language:C++ 61.5%Language:Shell 25.0%Language:Makefile 7.9%Language:Pascal 5.5%