Home Internet hacks How To View Hidden Passwords Behind Asterisks In Web Browsers

How To View Hidden Passwords Behind Asterisks In Web Browsers

By sk
Published: Updated: 3.2K views

When we type passwords in web browsers, the passwords won't be visible and turns into asterisks or bullets. This is a security feature of all browsers to prevent the password visible to prying eyes. Sometimes, We hit "Remember me" option to save the login passwords to some websites which we visit frequently. After a while, we may forget the password. Most websites give us the option to reset passwords, however it is not necessary if you have already saved the passwords in the browser. I tested this guide on Google Chrome and Firefox, It worked well as I described below.

Warning: Those who have physical access to your Computer can easily view the saved passwords in your web browsers by using this method. Be cautious and mostly avoid saving your passwords!

View Hidden Passwords Behind Asterisks In Google Chrome

First, we will see how to view hidden passwords behind asterisks in Chrome and Chromium browser.

Open the website where you have your password saved. Right click on the password field and click on Inspect as shown in the following picture.

facebook-password

Now, the HTML editor will open. There you will see a code input type="password".

facebook-password1

Double click on input type="password" code and change it to input type="text".

facebook-password3

There it is your password.

facebook-password4

 

Don't forget to change the code from "text" to "password" after you got the password.

View Hidden Passwords Behind Asterisks In Mozilla Firefox

Open the website where you have your password saved. Right click on the password field and click on Inspect Element as shown in the following picture.

fb-password

Now, the HTML editor will open. There you will see a code input type="password". In case you can't find this line, hit Ctrl + F  and type: password in the search field and arrow to it.

fb-password1

Double click on input type="password" code:

fb-password2

And change it to input type="text" and hit ENTER to save it.

fb-password3

There you have your password.

fb-password4

Again, don't forget to change the code from "text" to "password" after you got the password.

A few days ago, while I am trying to configure my Router, I forgot the password of my broadband's username. I know the password of my Router, but I don't the know the password of my broadband connection. This simple trick helped me to view hidden passwords behind asterisks in few seconds.

You May Also Like

Leave a Comment

* By using this form you agree with the storage and handling of your data by this website.

This site uses Akismet to reduce spam. Learn how your comment data is processed.

This website uses cookies to improve your experience. By using this site, we will assume that you're OK with it. Accept Read More