Is Your Password Strength ?

Recently, there was posts on Password Strength - on different programming/testing Facebook community.

Here are some details:




(Note: I have translated to English)


Summary for the posts:
Secured password must have:
 At least 8 characters

A combination of: uppercase or lower case letters (A-Z or a-z), numbers (0-9) and special characters (?_!@#)

(or)

combination of: uppercase or lower case letters (A-Z or a-z), numbers (0-9) and special characters (which also includes - Alt+Special Chars)

The below table displays: An attacker can hack a password – based on the password rules implemented.









Popular Posts

JMeter Producing Error: Windows RegCreateKeyEx(...) returned error code 5

Understanding about Contract Testing