Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feature request: pass phrases #1

Open
davidlfox opened this issue Mar 16, 2015 · 3 comments
Open

feature request: pass phrases #1

davidlfox opened this issue Mar 16, 2015 · 3 comments

Comments

@davidlfox
Copy link

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

@sepisoad
Copy link
Owner

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
Copy link
Author

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
Copy link
Owner

cool, ill take a look at it definitely

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants