Wednesday, March 20, 2019

How to View Hidden Passwords Behind Asterisks or Dots

The browsers hide your passwords behind asterisks or bullets to prevent anyone nearby from stealing it:
The most common method to reveal your user password is to:

Use the Inspect Element Window

  • Right-click on the password field and select Inspect element from the menu. A new window will open up with two lines of code selected.
  • Double-click on type=”password” and replace password with text. It should look like this now type=”text”.
  • Hit Enter and close the Inspect element window. 
The password will be revealed:

No comments:

Post a Comment