Password Strength
Passwords are always hard to remember, particularly the higher security versions with numbers, letters, and in some cases even symbols are accepted and recommended. This is exasperated when common words are not allowed (because “dictionary searches” can be applied to try to crack a basic password). There is a legitimate way around this, without making it too hard to remember the password as well.
Now “password” is not a good one to use, and is probably the one that is most used, but we can add some extra features to it to make even the worst password a little more secure.
Instead of “password”, consider “pazz1110d”, “P455w0RD”, “pr0Wzz4dpassW0rd” as a few examples. Not that I am recommending any of these be used, but they are already significantly more secure than the original.
You can use some thing like a Password Strength checker (such as this one from Microsoft)
The above passwords came out with the following results:
password: weak
pazz1110d: medium
P455w0RD: strong
pr0Wzz4dpassW0rd: best
The last one looks hard to remember, true – it is pretty secure, but it is password written in a mirror, with letter substitution.
P455w0RD is still a pretty good result.

Recent Comments