dcposch / scramble

Secure email for everyone
http://dcposch.github.io/scramble/
226 stars 32 forks source link

Move from Token+Passphrase to Passphrase-only login? #7

Closed dcposch closed 11 years ago

dcposch commented 11 years ago

This has a lot of interesting implications.

Pros

jaekwon commented 11 years ago

The client could optionally generate a strong passphrase with words from a dictionary, and allow the user to enter a custom passphrase if they know what they're doing.

dcposch commented 11 years ago

That's a great idea. I will pursue that even for the current, token+passphrase login system.

On Fri, Aug 30, 2013 at 1:44 PM, jaekwon notifications@github.com wrote:

The client could optionally generate a strong passphrase with words from a dictionary, and allow the user to enter a custom passphrase if they know what they're doing.

— Reply to this email directly or view it on GitHubhttps://github.com/dcposch/scramble/issues/7#issuecomment-23588093 .

dcposch commented 11 years ago

Not doing passphrase-only login. (Still doing what Jaekwon suggested, creating that as a separate issue.)