Fenykepy / simplepass

A simple password manager with cli and web backends
GNU General Public License v3.0
1 stars 0 forks source link

Add a password strength indicator #17

Closed Fenykepy closed 8 years ago

Fenykepy commented 8 years ago

Add a password strength indicator (based on length, presence of uppercase chars, special chars and numbers) under all passwords input.

Fenykepy commented 8 years ago

Fixed in c8d108ccc075c541f90679f671302d01afc9d9a6

Only basic indicator based on password length. Check https://howsecureismypassword.net/ or http://passfault.com/ for more complete scan.