Stop forcing arbitrary password rules
181–190 of 196 posts
Re: Stop forcing arbitrary password rules
#182Re: Stop forcing arbitrary password rules
#183Earlier quoted context omitted.
There is a bank which shall remain nameless ( Schwab ) which not only silently truncates passwords to 8 characters, but also performs a case insensitive match. They say they're working on fixing it but it's taking an awfully long time.
As long as you throttle login attempts short passwords are fine. EX: 6 digit pin on a debit card might seem useless, but if you only get 3 tries per day that's just not an issue. ~10-20 failed attempts per day per IP + some rules to check for multiple IP's per account and 8 lowercase letters - most common passwords is actually reasonable.
Not if the password-hash database leaks.
Re: Stop forcing arbitrary password rules
#184 U\"&%x#vdE
Their support site has more ridiculous password rules. Like one capitalized letter, one number, one lowercase letter, one non-alphanumeric, etc.I asked the support and he said this:
Not all of our users are as savvy with security concerns.
I told them Google allows "aaaaaaab"...I wish them to get rich with their non-savvy users, best of luck to them.
Re: Stop forcing arbitrary password rules
#185Re: Stop forcing arbitrary password rules
#186Earlier quoted context omitted.
99% is probably stolen passwords and 0.0001% brute forced passwords.
No, 99% are the ones copied from a password manager application.
It's more secure to write it down on a piece of paper, then saving it on your hdd and copy/paste into the password box.
Re: Stop forcing arbitrary password rules
#187Earlier quoted context omitted.
No, 99% are the ones copied from a password manager application.
If there is a Trojan, it can read the clipboard data. But most ppl save their password unencrypted. And can then be found by exploits in browser, java, flash, etc. Or unknowingly sharing the password file on a file-sharing network :P It's more secure to write it down on a piece of paper, then saving it on your hdd and copy/paste into the password box.
Re: Stop forcing arbitrary password rules
#188Second 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
Re: Stop forcing arbitrary password rules
#189Good security strategy: Have many layers of security! For example: Limit the login attempts to max ten tries. And another layer, whether you like it or not is to make users not use their "standard" password.
More security layers: hash+random salt, SSL, password timing, logging, 2-way authentication, hiding, white-listing, ... a strong password =)
Please note the difference between cryptography and password authentication though. In cryptography, a longer key is most likely always better.
Re: Stop forcing arbitrary password rules
#190I use pwsafe for iOS (yes trusting some guy built a binary ok) to keep my many passwords for each domain. It will generate (no I don't know the RNG) passwords based on policy settings (length, characters, etc) And like the author, flat out my number one bugbear is that no matter what random(ish) password I choose before signing up, some idiot will decide that my 12 letter password is too long or my password must have…
And then you lose your phone and...