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".
Chrome's insane password security strategy
11–20 of 315 posts
Re: Chrome's insane password security strategy
#12has op used any other browser before? They all store pwd in the same way
Re: Chrome's insane password security strategy
#13Re: Chrome's insane password security strategy
#14Re: Chrome's insane password security strategy
#15Re: Chrome's insane password security strategy
#16Go 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
#17Added to my long list of reasons why I am not switching to Chrome.
Re: Chrome's insane password security strategy
#18has op used any other browser before? They all store pwd in the same way
Re: Chrome's insane password security strategy
#19The 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
#20Shock! 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.