Skip to content

markusmueller73/pwgen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

pwgen

password generator for the console

Simple program to get passwords on the console. Try 'pwgen -h' to get the options.

Usage:

./pwgen [ARGUMENTS]

Arguments:

-c <NB>	length of the password, default is 8

-d <NB>	use digits

-h     	show this help

-l <NB>	use lower case letters

-p <NB>	amount of different passwords

-s <NB>	use special chars

-u <NB>	use upper case letters

The option is used for the amount of chars of the type or you choose 0 (NULL) to disable this type of char.

Have fun!

About

Password Generator for console

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages