How to choose a secure Password(English Version)
Most Steemit users probably use a password manager to store their passwords(I mean steem even tells you to get one), but especialy a password manager needs a good main password. So how do you choose one? You could obviously use something like this qD$UEHwf3g1Gxm22 but that is hard to memorise and if you loose whatever your wrote it down on, you'll be in big trouble. So let's take a look at how to come up with a better one.
How do Hackers get our Passwords?
First of all we'll have to ask ourselves, how hackers even get our passwords out of the (hopefully) encrypted text on websites.
This is done with one of two attacks, the first one being a brute force attack, where the attackers pc randomly puts the letters together until it found the password. If your password is long enough though, it's easy to protect youselve against those.
So let's take a look at the second type of attack, the dictionary attack, in which the hackers uses a dictionary with the most commonly used words(for passwords)and tries to form the words in this dictionary with the letters from the site. Preventing this also isn't really hard though, you'll just have to use words that are rarely used in your language, like ray.
Steps for those who want it even more secure:
- Use words from multiple languages(if you can speak multiple languages)
- Put a - or ! or whatever randomly in one of the words(makes dictionary attacks even harder)
- Choose words, that mean something else, when you align the letters in another order.(hard to do, not very effective, but good if you want as much secutity as possible)
I hope this post was helpful for you to make better decisions on what your passwords are. Have a good one.
Leave How to choose a secure Password(English Version) to:
Read more #security posts
Best Posts From uncontinued account
We have not curated any of codingnick's posts yet. But you can encourage our curation team to review posts by visiting them regularly and by referring other readers. Because we give priority to frequently read content.
More Posts From uncontinued account
- How Tor / the "Dark - Net" works and why you should care
- Steganographie Erklährung
- Playing Kerbal Space Programm
- Why I play Kerbal Space programm(from a programmers perspective)
- How to choose a secure Password(English Version)
- Wie man sich für ein gutes Passwort entscheidet(German Version)
- Why working with Time (Zones) is your biggest Enemy as a Programmer
- The most common interview question for programmers[English/German]
- Corrupting software by changing its bits
- Why crypto gets more and more popular (how to make better code)
- Why Computer Bugs are one of the most dangerous things on earth
- How 2FA Works(Two Factor Authentification)
- How to make Money as a programmer
- Game Programming Challenges
- The best ways to collect your (coding) ideas
- How variables work(The legend of Zelda for NES as example)
- How to come up with programming ideas
- The danger of man in the middle attacks and the green padlock in your browser
- The most important protection when coding a website. #Cross Site Scripting(XSS)
- How to make your posts look better with simple coding