sepisoad / rpg

random password generator
GNU General Public License v3.0
8 stars 2 forks source link

feature request: pass phrases #1

Open davidlfox opened 9 years ago

davidlfox commented 9 years ago

add a dictionary and a switch for generating pass phrase of size X, where X is number of words e.g. 3.

sepisoad commented 9 years ago

I didn't get what you mean by dictionary, explain it a little more plz. BTW You can define password size using -L switch like this: rpg -L:30

davidlfox commented 9 years ago

no problem--my suggestion is to add an option to generate a pass phrase in addition the existing functions. for example, a simple pass phrase could look like:

unicorn headbutt avenue

so, maybe you don't need to add a dictionary (maybe there's a service you could use,) but an example command that may generate the above pass phrase could look like this:

rpg -P 3

which would run rpg and generate a random 3-word pass phrase.

here's a wikipedia entry on pass phrases http://en.wikipedia.org/wiki/Passphrase

sepisoad commented 9 years ago

cool, ill take a look at it definitely