How to Reveal Hidden Passwords (Asterisks) In Web Browsers | C Programming and Computer Geeks

Search MY Blog

Thursday 19 December 2013

How to Reveal Hidden Passwords (Asterisks) In Web Browsers



In many situations that we require to know what lies behind those asterisks. In many cases for different website login's we need to enter the passwords which will be hidden form us. Here is the simple trick to reveal the passwords on our web browsers.

Revel Hidden Passwords
PASSWORD
These hidden passwords are disguised with the help of simple HTML and CSS. So just by changing the value of something specific will easily reveal what’s behind those bullets or asterisks.
Here we see how to revel the passwords in Google Chrome and Internet explorer.


Google Chrome browser
In any website which contains your saved password, right click on the password box and click on Inspect element as showed in the below picture.
Reveal hidden Passwords
Hidden Password

Now we can notice the bottom quarter of our screen filled with codes. Now we need to focus on the highlighted part to reveal the password behind the asterisks.
Reveal hidden Passwords
Reveal Password

Now look for type="password" and double click on it. Replace the word “password” with “text”.
It should now look like type="text". And hit Enter.
Reveal hidden Passwords
Password 

That’s it now you can see the text behind the asterisks.
Reveal hidden Passwords
Reveal hidden Password



Microsoft Internet Explorer
In any website which contains your saved password, Go to Tools in the Menu bar and select F12 developer tools from the list as showed in the figure.
Revealing hidden Passwords
Internet Explorer hidden Password

Search for “password” and look for type="password" and double click on it.
Revealing hidden Passwords
Revealing Hidden Password

Replace the word “password” with “text”. It should now look like type="text". And hit Enter.

Revealing hidden Passwords
Hidden Password 

That’s it now you can see the text behind the asterisks in Internet explorer.
Revealing hidden Passwords
Revealing hidden(Asterisks) Password


Click here for more Tips & Tricks

Search This Blog