Why? Because they AUDIT YOUR PASSWORD FOR "SWEAR" WORDS. I shit you not: http://goldmanosi.blogspot.com/2013/09/united-healthcare-aud...
Stop forcing arbitrary password rules
21–30 of 196 posts
Re: Stop forcing arbitrary password rules
#22I'd probably sacrifice my firstborn if Microsoft would finally wake up and accept passwords longer than 16 goddamn characters...
Re: Stop forcing arbitrary password rules
#23Second worst password rule: preventing to paste in the password field. As seen at The OS X FileVault dialog, PayPal, Blizzard and many more....
Chrome hackaround: 1. Right-click the field, Inspect element. 2. Go to Console tab, type: $0.value = 'mypassword'; $0 is the last selected element: https://developer.chrome.com/devtools/docs/commandline-api
1. click on the input field. 2. Type document.activeElement.value = 'MyPassword'; into the console.
Re: Stop forcing arbitrary password rules
#24Second worst password rule: preventing to paste in the password field. As seen at The OS X FileVault dialog, PayPal, Blizzard and many more....
99% is probably stolen passwords and 0.0001% brute forced passwords.
Re: Stop forcing arbitrary password rules
#25Re: Stop forcing arbitrary password rules
#26Re: Stop forcing arbitrary password rules
#27Re: Stop forcing arbitrary password rules
#28I agree with the point the author is making and generally am just as annoyed by arbitrary password rules; nevertheless: > chili dog monkey nutso Is definitely not 18 quintillion years at best it's approximately 250000^4 which is 2^72. A good (though still requiring some memorizing effort approach) would be something along the lines of https://github.com/bitcoin/bips/blob/master/bip-0039.mediawi... which uses a standa…
XKCD's diceware argument fails under certain conditions. Computationally very hard to crack, but when plucked from actual phrases that have been uttered; weak. So to give an example, any natural language phrase like: "I took a walk in a park" is easier to crack. I am certain there is somebody coding an infinite-monkey-type bruter to crack diceware as we speak: https://en.wikipedia.org/wiki/Infinite_monkey_theorem
Let's assume a word list of 7776 words. All words are lower case alpha. The attacker has pur wordlist. And the attacker knows there are seven words in the passphrase.
That's still 7776^7.
Even if we prune the wordlist ("I'm not using 'zerg' in my phrase", "I rolled 11111, that's not random so I'll roll again") it's still not an attackable space.