Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/markusmueller73/pwgen

Password Generator for console
https://github.com/markusmueller73/pwgen

Last synced: 10 days ago
JSON representation

Password Generator for console

Awesome Lists containing this project

README

        

# 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 length of the password, default is 8

-d use digits

-h show this help

-l use lower case letters

-p amount of different passwords

-s use special chars

-u 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!