A random password generator
A powerful random password generator that creates secure passwords based on specified rules. Controls password length, character types, and minimum digits of digits and special characters.
pass-gen [flags]
-A, --ambiguous include ambiguous characters
-d, --digits include digits
-h, --help help for pass-gen
-l, --length uint8 password length (default 16)
-D, --min-digits uint8 minimum digits of digits (default 3)
-S, --min-symbols uint8 minimum digits of symbols (default 2)
-s, --symbols include symbols
- pass-gen completion - Generate the autocompletion script for the specified shell