defuse / passgen

A password generator.
78 stars 25 forks source link

Variable Passphrase Length [feature request] #34

Closed ghost closed 9 years ago

ghost commented 9 years ago

It would be nice if I could pass length (number of words) as an argument.

Examples: "passgen -w 6" yields a 6-word passphrase. "passgen -h 10 -p 4" yields 4 hex passwords truncated to 10 characters.

defuse commented 9 years ago

Duplicate of #25.