Password algorithm
Passwords! They are a topic in themselves, whether they are easy to remember, long and difficult, whether to use the Ñ or weird symbols…
We are not going to solve this problem here, but I will comment on a technique that many geeks use to remember them more easily and increase their complexity so that cracking them is practically impossible today.
The most important keys to have strong passwords are:
- Must have characters, numbers and symbols
- Must be easy to remember
- Must be different for each website
Therefore, we will start by using a part that is easy to memorise and contains the different elements:
BeerShouldCost1$-
But now we must add something so that each password is different on each website where we register. To do this we can use something from the website or company to add to the end of our password.
For example, the number of letters in the name of the application, or the last three letters, in reverse. In the case of Instagram, it has 9 letters and the last three letters are “ram”, the other way round would be “mar”. This way our password would look like this:
BeerShouldCost1$-9mar
And this algorithm can be used for all our different applications and websites:
- Facebook — BeerShouldCost1$-8koo
- Medium — BeerShouldCost1$-6mui
- Santander — BeerShouldCost1$-9red
Get creative and create your own algorithm to remember your passwords and stay safer, because even if a password is stolen, it won’t be valid on any other website.