Hearted Youtube comments on Ask Leo! (@askleonotenboom) channel.
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
2
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
If everybody starts using passwords consisting out of four capitalized words, hackers would take a word list containing the 2000 most common English words and try combinations of those with every word capitalized and separated by space or dash or nothing (CamelCase), as 99.9% of all people pick either of these. That's called a dictionary attack (as you are using a word dictionary). They would certainly not brute force that and start with aaaaaaa; actually nobody is doing that anymore for decades anyway (common attacks use lists of known passwords or Markov chains). And testing all combinations of 4 words from a list of 2000 is only 2000^4 combinations which are 16 * 10^12 which isn't a lot. Even if you need to try all of these once with space, once with dash and once CamelCase, this only raises that number by a factor of 3, so it's 48 * 10^12. Compared to that, 14 random characters A-Z, a-z or digits are about 10^25 possibilities, that's a way bigger number (10^15 is thousand times as big as 10^12 already and we have 10^25).
Here's what I do: Not remembering passwords at all, that's what password managers are good for. There are only 6 passwords I need to remember, one is for accessing my password manager and for those I remember a sentence and take the first letter of every word. Fictional example: Alpietriyjras - How could I remember that one? "A long password is easy to remember if you just remember a sentence". Also super fast to type: Say the sentence in your head and just always hit the first letter of every word. These passwords are easy to remember bu they withstand brute force, they withstand Markov chains, they are not found and password lists and unlike words, they also withstand dictionary attacks.
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1
-
1