Google Announces "Password Alert" To Protect Against Phishing Attacks
HughPickens.com writes: Google has announced Password Alert, a free, open-source Chrome extension that protects your Google Accounts from phishing attacks. Once you've installed it, Password Alert will show a warning if you type your Google password into a site that isn't a Google sign-in page. This protects you from phishing attacks and also encourages you to use different passwords for different sites, a security best practice. Once you've installed and initialized Password Alert, Chrome will remember a "scrambled" version of your Google Account password. It only remembers this information for security purposes and doesn't share it with anyone. If you type your password into a site that isn't a Google sign-in page, an alert will tell you that you're at risk of being phished so you can update your password and protect yourself.
Google warning us about other people trying to get our informations.
Get free satoshi (Bitcoin) and Dogecoins
Because telling you as you're typing your password into a phishing page is already too late. Javascript key logging anyone?
It's sad how far Slashdot has fallen.
Put on the popcorn and wait for the fireworks show that arises when people who use the same password they use for google on other sites.
Still its an interesting idea, that might be usable in a general purpose extension that maintains hashes and URLs and then hashes every input box and compares it to the databse / urls -- and if it finds a hash match but the URL is wrong throw up an alert.
Way more useful than a google only one that only works in chrome and only when you are signed in.
Can you please stop with this plebs speak? This is a site for nerds, not for non-technical people. Say "hash" when you mean "hash". I mean is researching actual technical info so hard? For everyone not wanting to click links: its comparing the first 37 bits of the hash, using the SHA-1 hash mechanism. And yes its salted.
Ah! Yes, that makes sense if it's only catching the page by your having entered the password.
So like the cops... it shows up only after the crime has been committed, and only protects some of the population (Google passwords) and not the rest of the population (e.g. your banking password isn't protected, because it's not a Google site).
Seems slightly less than useful.
I disagree.
If you use Gmail as your primary e-mail then your Google password is the crown jewel of your online identity, since every other site out there (including your bank) uses e-mail as the password reset channel. Sure it might be nice if the tool were more general-purpose (though that would require changing the hashing strategy, which intentionally uses relatively few bits as a security measure to protect against brute force), but if you can protect only one password, your e-mail password is the one.
For people who use not just Gmail but lots of Google services, it's even more critical. I store lots of important stuff in Drive, have my phone report my exact location, have my whole address book synced, etc., etc. It doesn't concern me to have so many eggs in one basket because I trust Google to maintain good security, but it can only be as good as my authentication. I use 2FA, but there's still value in being careful with such an important password.
Note to ACs: I usually delete AC replies without reading them. If you want to talk to me, log in.
Users who are savvy enough to find and install this extension are less likely to fall for phishing.
Users who may fall for phishing may not hear about the extension or do not know how to install it.
Why not build it in the browser itself?
Google is on to something, but the implementation is wrong. First of all, this facility should be built in to browsers, not added as an extension. Secondly, it needs to be generalized: Just as browsers currently ask "Would you like to save this username/password for www.somesite.example", they should also ask "Would you like to lock this username/password combination to www.somesite.example?" and offer the usual "Yes / No / Not now" choices.
If you say "Yes", then the browser should alert you every time it sees that password on a different site.
Then why isn't Chrome's list of saved non-Google passwords encrypted in a way that only Chrome can decrypt, such as with a key derived from the user's Google account password?