Thesk0rn / passGen

Console password generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passGen

Run the Makefile to compile passGen.

Manual

Usage :

passGen [OPTION]...

Exemples:

passGen -o passlist -n 4
passGen -r 1000 5

-o Change output file for . 'password.txt' is the default output if none is specified
-n Create passwords for max char
-r Create random passwords of characters
-h or --help Display the help menu

Usage

Basic use is

./passGen -n 2

with 2 the numbers of maximum characters, wich will generate every possible passwords for 2 characters.

./passGen -r 1000 5

will generate 1000 passwords of 5 characters.

If you wanna change the output file, juste add the -o option like this

./passGen -o passlist -n 3

Contributions

If you want to contribute to the project please feel free to. Juste open a pull request I'll check it as soon as possible. Also if you have any ideas to improve the soft, even if you don't want to do it yourself just make sure to tell us.

About

Console password generator

License:MIT License


Languages

Language:C 99.5%Language:Makefile 0.5%