Reveal Hidden Password
In this article I am going to show you how to reveal password on web browsers.
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.
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.
Add caption |
No comments:
Post a Comment