Create strong passwords that you can remember
I was reading a nice post on Lifehack.org about creating strong passwords. The suggestion as always was great but I decided to share a little trick to create passwords that you can easily remember and are also strong.
The key is to substitute alphabets with either numbers or symbols while you mix cases.
A little example where I want to have a password “simple” which is easy to remember and guess too but to make it a little difficult I will substitute the characters in the phrase with numbers and mix cases.
In the word “simple” the character ‘i’ looks like the number 1 and character ‘e’ looks like the number 3, so my simple password becomes s1mPl3. In the above combination I capitalized the 4th alphabet which was a result of the numbers I used in the password; 1 + 3 = 4. Creating such type of passwords are pretty hard to guess and brute force.
This is just a simple algorithm I used to create a strong password that is very hard to crack, even though the password is still “simple” to you it may pretty hard for others to figure out.
The best way is to assign the numbers to the characters randomly and use some logic to capitalize the characters randomly. The replacement of numbers with characters in the above example is just one of the thousands you can choose and create.
Hope you liked this small trick? Do let me know in your comments of whether this is something that will help you create stronger passwords.
Comment Using Facebook
One Response to this Article | Share your Opinions/Comments
We moderate comments to prevent spam. Moderation is done within few hours. Please try and stay on topic and refrain from using abusive language. If you think there is a problem with this post, please email the post author or send us an email at tips@techie-buzz.com with the URL and the problem you see and we will rectify it as soon as we can.

"In the above combination I capitalized the 4th alphabet…"
I think you meant the 4th "letter", not "alphabet".