How to reveal hidden password in web browsers


Reveal Hidden Password

In this article I am going to show you how to reveal password on web browsers.
 
facebook email password

Remember that when you enter password in password field on any web browser then it will be save somewhere in back end.Its just a matter of time when hackers figure it out where your password place.

For the security reasons password field in all browsers is masked with “asterisks” which won’t allow any third person (even you) to read the original typed password.

Reveal password behind asterisk and dots in different web browsers

For Chrome:

Go to any website where you can enter username and password.Enter your username in username filed eg(demo@gmail.com) and password in password field eg(password)then right click on password field,a file will appear.click on "Inspect element".A HTML code will appear.In that code search for "password" and replace it with "text"password will appear behind the asterisks.

sigh in with google
reveal hidden password in web browser
reveal password

For Mozilla Firefox:

Go to any website where you can enter username and password.Enter your username eg(demo@gmail.com) and password in password field eg(password)then right click on password field,a file will appear.click on "Inspect element"A java-script code will appear.In that code replace "password" with "text"password behind asterisks will appear.


reveal hidden password in web browsers
Add caption

NOTE: 

You can try these steps with other web browsers and the result will same.Although there are also many other tools and codes which helps to reveal behind asterisks.For security keep your "antivirus" up to date and "firewall" to avoid stealing passwords.

No comments:

Post a Comment