Earlier quoted context omitted.
> don't even let you type your password in. Instead you have to use their janky on-screen keyboard to fumble your way through login. Wow that's just insane. I'm glad I haven't run across any services like that. I'm not sure what their line of thought it; it only inconveniences normal users. A person attempting to try multiple passwords can likely figure out how to get around that restriction without issue.
> I'm not sure what their line of thought it; It's theoretically a defense against key loggers. Of course, if someone has compromised your machine to the point where they're tracking key strokes there's no reason to assume they can't also grab your mouse presses and websites. This isn't even their worst security practice. What truly got me to leave was their security questions: they're presented as multiple choices.…
The “Cobra Effect” that is disabling paste on password fields
51–60 of 450 posts
Re: The “Cobra Effect” that is disabling paste on password fields
#52The worst is websites which not only disable pasting but don't even let you type your password in. Instead you have to use their janky on-screen keyboard to fumble your way through login. I got so fed up with TradeKing (which has horrible security practices in general) that I close my account.
This one at least makes some sort of sense; it's designed to prevent keyloggers from reading your password when you type it in. You can just MiTM the connection though.
Re: The “Cobra Effect” that is disabling paste on password fields
#53Earlier quoted context omitted.
If you are security conscious at all, you'd be generating a public/private key pair for website authentication, only using HTTPS and potentially preferring TOR. I mean, a username+password field is SO FAR from good security practices, it's almost a joke.
I assume you're being farcical, but I would love if more sites offered authentication schemes beyond usernames and passwords. These days, I will refuse to log in to any website which doesn't support https.
Re: The “Cobra Effect” that is disabling paste on password fields
#54Not that I think it's a good reason, but I think the rationale behind disabling paste is to prevent users from implementing their own "password managers" via a .txt file full of passwords on their Desktop (more common than you'd think).
Why though? A .txt file on the desktop is actually probably a lot more secure than using the same shitty password on every site.
Re: The “Cobra Effect” that is disabling paste on password fields
#55https://github.com/jswanner/DontFuckWithPaste
(I usually keep it disabled, but enable it when I'm about to use a site that has paste disabled on any fields.)
Re: The “Cobra Effect” that is disabling paste on password fields
#56Earlier quoted context omitted.
This one at least makes some sort of sense; it's designed to prevent keyloggers from reading your password when you type it in. You can just MiTM the connection though.
Modern keyloggers track mouse and take screenshots on clicks.
(Curious as to whether it would actually work though.)
Re: The “Cobra Effect” that is disabling paste on password fields
#57Re: The “Cobra Effect” that is disabling paste on password fields
#58Earlier quoted context omitted.
Modern keyloggers track mouse and take screenshots on clicks.
I know of some of those sites that randomise the location of keys and then hide the key labels on mousedown, I assume to try and avert that issue. (Curious as to whether it would actually work though.)
Re: The “Cobra Effect” that is disabling paste on password fields
#59The worst is websites which not only disable pasting but don't even let you type your password in. Instead you have to use their janky on-screen keyboard to fumble your way through login. I got so fed up with TradeKing (which has horrible security practices in general) that I close my account.
Re: The “Cobra Effect” that is disabling paste on password fields
#60The worst is websites which not only disable pasting but don't even let you type your password in. Instead you have to use their janky on-screen keyboard to fumble your way through login. I got so fed up with TradeKing (which has horrible security practices in general) that I close my account.
HSBC has this really odd system where they only ask for the (e.g.) 1st, 6th, and 7th characters of your password. That implies that they store plaintext or something reversible...