Live data from Hacker News

Chrome's insane password security strategy

blog.elliottkember.com

11–20 of 315 posts

Re: Chrome's insane password security strategy

#11

No, no, no, no, NO! What do you think "store password" means, when you click it? If you can fire up your browser and log in without ever typing in a password how could you EVER assume your passwords are stored in anything but plaintext? I'm sorry, this article just shows stupidity of the user rather than "Chrome’s insane password security strategy".

Logging in without typing a password is quite different from making your password visible in plain text. I take it you're a developer.

Re: Chrome's insane password security strategy

#14
I’d rather have them show the passwords with a "show" button so the browser doesn’t give the user an idea of a fake security, because the other option would be a pseudo encryption. Most people would think it’s safe while actually someone with a little bit of knowledge could download a tool or even a browser extension which would just dump all stored passwords..

Re: Chrome's insane password security strategy

#15
This is hardly news but I found it very useful from time to time. Sure, asking for the master password would be the secure way to go but it would also be a pain in the ass. Your account should be protected by a password and you should log out when you're not around your computer. If you fail to do so it's your fault and no one else's.

Re: Chrome's insane password security strategy

#16
Shock! Firefox is insafe too! Call the presses, write the blogs!

Go to any page where browser (Chrome or Firefox) pre-fills password. Click on the password, click on "inspect element", change the type of the form input from "password" to, say, "pasword". You just broke the internet security.

Re: Chrome's insane password security strategy

#19
Given that the input password type auto filled by browsers offers no security, I propose a new standard input type called passwordhash.

The actual password would have to be backed in RAM if the field is set to editable. But if it isn't, upon editing it would clear the current input.

Having hashes stored instead of actual passwords is of course not a total solution because someone savvy enough could use those same hashes to login to your services - but it definitely is better than plaintext - and will help stop novices from jacking your passwords. This of course requires both web dev and browser acceptance, I believe it's the future way to go

With the salt option, a website could use a different salt for changing your password or for doing certain 'secure' actions. This would prevent wholesale catastrophe when an account is hijacked, effectively a salt-based level system.

Thoughts?

Re: Chrome's insane password security strategy

#20
post #16

Shock! Firefox is insafe too! Call the presses, write the blogs! Go to any page where browser (Chrome or Firefox) pre-fills password. Click on the password, click on "inspect element", change the type of the form input from "password" to, say, "pasword". You just broke the internet security.

Firefox does have a master password.
Post reply on HN