forked from wijjo/passhash
-
Notifications
You must be signed in to change notification settings - Fork 0
/
blurb
22 lines (17 loc) · 853 Bytes
/
blurb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
What good security practice demands:
* Strong passwords that are hard to guess.
* Different passwords at each site.
* Periodically changing existing passwords.
Why you probably aren't practicing good security:
* Strong passwords are difficult to remember.
* Juggling a multitude of passwords is a pain.
* Updating passwords compounds the memorization problem.
How Password Hasher helps:
* Strong passwords are automatically generated.
* The same master key produces different passwords at many sites.
* You can quickly upgrade passwords by "bumping" the site tag.
* You can upgrade the master key without updating all sites at once.
* It supports different length passwords.
* It supports special requirements, such as digit and punctuation characters.
* All data is saved to the browser's secure password database.
* It's extremely simple to use!