Hi Guys...
Password Strength has become a very serious subject in Server's world, and there seems to be NO CONSENSUS about what defines the strength of a password...
So, some take a 'probability count' approach to define the PWD Strength, others just make sure that the PWD contains a minimum amount of characters, being them alphanumeric, Upper and Lower cased and with symbols...
I found a "code snippet" that I was thinking of adapting to my needs, but readding on, I found the comments on the bottom to be very elucidative, thus making me even more confuse about the way to go!
Anyone wants to share insights?
Here's the code I was about to adapt... (PS, I found other snippets, but it was that comment that made me create this post)
http://codereview.stackexchange.com/questions/40944/verifying-password-strength-using-javascript
Password Strength has become a very serious subject in Server's world, and there seems to be NO CONSENSUS about what defines the strength of a password...
So, some take a 'probability count' approach to define the PWD Strength, others just make sure that the PWD contains a minimum amount of characters, being them alphanumeric, Upper and Lower cased and with symbols...
I found a "code snippet" that I was thinking of adapting to my needs, but readding on, I found the comments on the bottom to be very elucidative, thus making me even more confuse about the way to go!
Anyone wants to share insights?
Here's the code I was about to adapt... (PS, I found other snippets, but it was that comment that made me create this post)
http://codereview.stackexchange.com/questions/40944/verifying-password-strength-using-javascript