Earlier quoted context omitted.
In the 1980s I don't think hashing passwords was common, it would have taken too much processing power, and the database fields on the mainframe don't support weird characters or a length of more than 8 characters. I wish this wasn't the case, but these systems are so old behind the scenes, that lots of it simply can't be changed without massive re-engineering. I have friends that work for a company who transfer COBO…
It will take these organisation years and lots of money to rebuild their reputations when their security malpractices catch up with them.
We'd lose our security certificate if we allowed pasting
161–170 of 225 posts
Re: We'd lose our security certificate if we allowed pasting
#162It always concerns me when big companies like this do weird things when it comes to passwords. Why do banks for instance have stupid password requirements; max lengths, disallowing certain characters, etc. Surely if they are hashing the passwords in any form then it doesn't matter how long the password is or what characters it contains. I understand perhaps the view is some people are not good at remembering password…
In the 1980s I don't think hashing passwords was common, it would have taken too much processing power, and the database fields on the mainframe don't support weird characters or a length of more than 8 characters. I wish this wasn't the case, but these systems are so old behind the scenes, that lots of it simply can't be changed without massive re-engineering. I have friends that work for a company who transfer COBO…
Still, when you pin code is limited to 1 million combinations, all the hashing in the world isn't going to save you. You need to keep your DB secure, no matter what, and that's where resources were applied.
Re: We'd lose our security certificate if we allowed pasting
#163Earlier quoted context omitted.
That was probably to prevent SQL injection, right?
Citi is the same way... Nothing in their policy about what isn't allowed[0] and they updated their system one weekend and my password quit working because it had % in it. I called tech support over it and they offered no additional guidance. https://www.accountonline.com/cards/svc/OutsideView.do?forwa...
Re: We'd lose our security certificate if we allowed pasting
#164Before laughing at how stupid this is, remember that your debit card is secured by a password that consists of exactly four decimal digits. I really wonder when this is finally going to change, but I hear some futuristic banks allow up to six digits already.
Re: We'd lose our security certificate if we allowed pasting
#165Earlier quoted context omitted.
I have had quite a few sites block my account for three bad password attempts and I had to actually call the company to unlock the account (this was always a financial services company). It's quite annoying as none of the sites warned me about the impending account block after the first or second try. I guess it's an inconvenience that is worth it for the extra anti-brute-force security. Being locked out due to someo…
It's always annoyed me how people set the lockout after n attempts value to ~3 or 4. Why not 100? It makes almost no difference in your chances at brute forcing a password, but means that the real user trying all the passwords they might have used won't get locked out mid way.
The Linux way sounds better, but the OpenBSD way is better. If you want people to use passwords, don't do petty nagging of them when they make a mistake.
On Linux when I mistype a password, I control-Z the "su" session and launch a new one instead of sitting around like a scolded schoolboy waiting for the binary to give me another chance.
Re: We'd lose our security certificate if we allowed pasting
#166Re: We'd lose our security certificate if we allowed pasting
#167Re: We'd lose our security certificate if we allowed pasting
#168Earlier quoted context omitted.
That's nothing, mine's a 5 digit pin code which they only validate 3 of in a random order (to annoy keyloggers, I assume) plus the last 4 digits of my phone number. Edit: This feels like the scene where Mel Gibson and Rene Russo compare scars in Lethal Weapon 3.
Sounds like AIB. If you use the app they don't even ask for the last 4 digits of your phone number.
Re: We'd lose our security certificate if we allowed pasting
#169Re: We'd lose our security certificate if we allowed pasting
#170[deleted]
Never trust the client['s computer]. Disabling pasting is trusting the client's computer. Security in depth ends where the Internet starts.