pydawan / passwdgen

Passwdgen - Password Generator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

passwdgen

PASSWDGEN - Password Generator

Generates simple passwords and prints to standard output.

Parameters

-a, --amount

Sets the amount of passwords to be generated.

-h, --help

Shows to help

-l, --length

Sets the length of the password.

-v, --version

Shows the version number of this program.

EXEMPLOS:

passwdgen -a 5

Generates 5 passwords with the 8 characters (default)

passwdgen -l 20

Generates a password with 20 characters.

passwdgen -al 3 5

Generates 3 passwords with 5 characters.

passwdgen -la 3 5

Generates 5 passwords with 3 characters.

About

Passwdgen - Password Generator

License:GNU General Public License v2.0


Languages

Language:C 100.0%