How to Unhide Your Password

by MattB365 in Circuits > Computers

10668 Views, 6 Favorites, 0 Comments

How to Unhide Your Password

loginpassword.jpg

Have you ever forgotten any saved password? Do you want to be rid of encrypted characters when logging in? Follow these simple steps to temporarily reveal your hidden passwords.

*Click images to enlarge*

Google Chrome: Steps 1-2

Mozilla FireFox: Steps 3-4

Safari: Steps 5-8

Microsoft Edge: Steps 9-11

How to Reveal Your Password in Google Chrome

Chrome.png
Chrome_1.png

1. Open Chrome

2. In order to reveal the hidden password, you need to be on a site that requires a login, such as Facebook.

3. Right-click (ctrl-click) on password

4. Select "Inspect" from dropdown menu

Reveal the Password

Chrome_2.JPG
Chrome_3.jpg

1. The Browser Developer Tool Console (BDTC) will appear on the right with a section highlighted

2. Find input type="password," and double-click "password" to highlight

3.Delete and replace with "text"; (it will now read as input type="text"); hit "Enter"

4. The password field should reveal a readable password

5. Exit the BDTC in the top right corner

How to Reveal Your Password in Mozilla Firefox

Firefox.png
Firefox_1.JPG

1. Open Firefox

2. In order to reveal the hidden password, you need to be on a site that requires a login, such as Facebook.

3. Right-click (ctrl-click) on password

4. Select "Inspect element" from the dropdown menu

Reveal the Password

Firefox_2.JPG
Firefox_3.JPG

1. The Browser Developer Tool Console (BDTC) will appear on the bottom with a section highlighted

2. Find input id="pass" class="inputtext" type="password" and double-click "password" to highlight

3. Delete and replace with "text"; (it will now read as type="text"); hit "Enter"

4. The password field should reveal a readable password

How to Reveal Your Password in Safari

safarilogo.png

1. Open Safari

Change Preferences

safari2.png
safari2.5.png

1. In the top left corner of the desktop, select "Safari," in the dropdown, select "Preferences"

2. In preferences, select the "Advanced" tab and click the box to select "Show develop menu in menu bar," close out the settings.

*Once completed, the computer should remember the preference*

Inspect Element

safari1.png

1. In order to reveal the hidden password, you need to be on a site that requires a login, such as Facebook.

2. Control-click on the password field (right-click)

3. Select "inspect element" from dropdown menu

Reveal the Password

safari3.png
safari4.png

1. The Browser Developer Tool Console (BDTC) will open on the bottom of the screen with a section highlighted

2. Find input type="password", and double-click "password" to highlight

3. Delete and replace with "text"; (it will now read as type="text"); hit "Enter"

4. The password field should reveal a readable password

5. Exit the BDTC in the top left corner

How to Reveal Your Password in Microsoft Edge

edge 1.png
edge 2.JPG

1. Open Edge

2. Select the “more (...)” option in the top right of the browser

3. In the dropdown, select “F12 Developer Tools” The Browser Developer Tool Console (BDTC) will open in the bottom of the screen; exit the BDTC in the top right corner

*This will only need to be done the first time. It allows for you to right click and select “inspect element”*

Inspect Element

edge 3.JPG

1. In order to reveal the hidden password, you need to be on a site that requires a login, such as Facebook

2. Right-click on password

3. Select “Inspect Element” from the dropdown menu

Reveal the Password

edge 4.JPG
edge 5.JPG

1. The BDTC will open in the bottom of the screen with a section highlighted

2. Find input name=”pass” tabindex=”2” class=”inputtext” id=”pass” type=”password” and double-click “password” to highlight

3. Delete and replace with “text”; (it will not read as type=”text”); hit “Enter”

4. The password field should reveal a readable password

5. Exit the BDTC in the top right corner