Skip to main content

Google Password Checkup – A Chrome Extension That Will Warn Users About Compromised Passwords

Google Password Checkup

On 5 Feb Google celebrated Safer Internet Day. On this day Google released two important updates to protect user data, including your usernames and passwords. Google launched a neat extension for the desktop version of chrome, is called Cross Account Protection.

To keep your usernames and passwords secure from hackers and various attacks, Google has collected a massive dump of around 4 billion compromised credentials. 

When you install the extension called Password Checkup on your chrome browser, it matches the data you have shared with Google with the one typed in and tells you if any of the entries was hacked. Then this extension will trigger an automatic warning and suggest changing your password.

It is terrible using someone else’s username and password, but it is more terrible when one actually getting into your Google account. It could be very harmful if you store card data, online banking accounts and other sensitive information online. 

Cross Account Protection extension comes in handy when some protections haven’t extended to the app you use for Google Sign in.

With this extension Google will tell apps and sites that have implemented the login option that an account was hacked. Instead of leaking all kinds of sensitive information, the breached host will only know the fact of security events happening and when did that occur. 

This beautiful feature was developed with Adobe, Open ID Foundation and Internet Engineering Task Force.
Password Checkup was developed with the support of cryptography experts at Standford University.

Protect Your Accounts In 4 Easy Steps

Google Password Checkup
With above 4 steps you can re-secure your passwords.

How Does It Work?

You need to install Password Checkup extension in your system because chrome does not come with it being inbuilt in the browser.

Password checkup compare the username and passwords provided by the users against the database of 4 billion credentials belonging to various data breaches. This extension displays a red alert box in case of positive match and suggest users to change the password.

Comments

Popular posts from this blog

Android Q Release Date, Name & Feature Rumours

It's likely we're now just a matter of weeks away from the first Android Q developer build, with a proper announcement anticipated for Google I/O on 7 May. Some of its new features have already come to light, and it's possible we could be looking at the death of the back button on Android. We already lost the recent apps button in Android 9 Pie, and now our back button could be at risk too. According to code found by XDA, the Back button's functionality could be replaced by the newly single home button. We're really not sure how we feel about this change, which will confuse many Android users upgrading from earlier operating systems. Other rumoured changes to the OS are more appealing, with some suggestion of improved RCS support that could open up the platform to third-party apps. RCS, or Rich Communication Service, is in essence a data-enabled revamp of the standard text messaging service with added bells and whistles such as read receipts, group texts, ...

Top 30 Tools That Every Programmer Should Have

This is list of few essential tools from my coding workflow. I think these tools should be part of every programmer’s toolkit. Whether you are writing simple “Hello World” program or a complex web application, these tools make your coding easier and increase productivity.  programmer 1. Devdocs.io – API documentation for all popular programming languages and framework. It also includes instant search and works offline too. 2. Glitch.com – you can create your own web apps in the browser. import GitHub repos, use any NPM package or build on any popular frameworks and directly deploy to firebase. 3. Bundlephobia.com – you can quickly find the import cost of any package in the NPM registry. 4. Babeljs.com/repl – write code in modern JavaScript and BebelJS will transform your code into JavaScript that is compatible with older browsers. 5. Codeplay.com – you can quickly build frontend responsive layouts with frameworks like Bootstrap, Materialize CSS and SemanticUI. 6. H...

What Is The Difference Between MTP, PTP, and USB Mass Storage?

We all know very well that when we connect a smartphone to a PC we usually find different options to do and select, each with their own characteristics, advantages, and disadvantages. Hence, in this explanatory tutorial, we are going to explain the 3 main connection modes, MTP, PTP, and USB Mass Storage offered by most Android devices. Hence, here in this explanatory post, we will simply show you the difference between these 3 well-known modes in Android, MTP, PTP, and USB Mass Storage. What Is The Difference Between MTP, PTP, and USB Mass Storage? When we connect a smartphone to a PC, we usually find different options to do and select, each with their own characteristics, advantages, and disadvantages. Hence, in this explanatory tutorial, we are going to explain the three main connection modes offered by most Android devices that are:- MTP PTP USB Mass Storage MTP (Media Transfer Protocol) on Android In the most recent versions of Android, the MTP is the protocol w...