passwdgen


Random password generator

passwdgen is a random password generator.

It can generate multiple types of password: * Alphanumeric. (By default) * Only upper characters. * Only lower characters. * Only numbers. * Right hand writable passwords. * Left hand writable passwords.

Usage

$ passwdgen [OPTIONS] -A : Uppercase alphabetical characters. -a : Lowercase alphabetical characters. -1 : Numeric characters. -r : Right hand alphabetical and numeric characters. -l : Left hand alphabetical and numeric characters. -m MIN-LENGTH : Minimum length of the generated password. -M MAX-LENGTH : Maximum length of the generated password. -n NUM-PASSWORDS : Generates number of passwords. -h : Shows this help message.

Project Information

Labels:
password random generator C