chriszarate / supergenpass

A free bookmarklet password generator.
https://chriszarate.github.io/supergenpass/
GNU General Public License v2.0
418 stars 160 forks source link

feature request: special character support #65

Closed brianclements closed 9 years ago

brianclements commented 9 years ago

Some websites require at least 1 special character for their password. What I've done so far is just append it to whatever the output of SGP is, but I think it'd be cool to have a checkbox that could insert some of these characters when required so that I can have consistent behavior that I don't have to think about. Not sure how easy a different encoding is to implement, but something to think about.

chriszarate commented 9 years ago

See FAQ:

https://github.com/chriszarate/supergenpass/wiki/FAQ#site-x-has-different-password-requirements

I've chosen to keep SGP simple and not try to be inclusive of ever-increasing complexity requirements. You could look at other implementations, also in the wiki, for other approaches.

brianclements commented 9 years ago

fair enough.