How to View Password Hidden Behind Asterisk

Modern web-browsers, with their password saving capabilities have made us habitual of saving passwords for websites. It makes sense, not having to type passwords every time we want to log in to a website we visit often. However, it also puts us at a disadvantage when it comes to recalling passwords, when we need to log in on a new computer, or simply a borrowed device. Previously, we have written articles on how one can view saved WiFi passwords on Mac, which makes use of Mac’s Keychain application. Unfortunately, not everyone enables Keychain on their Mac, not to mention Windows users without built-in password management applications.

Don’t worry, though. This article will arm you with a very simple method to view a password hidden behind asterisks on your browsers, be it on a Mac, a Windows PC, an Android Device or even an iPhone. Read on!

Desktop/Laptop

It is extremely simple to view a password hidden behind asterisks on a desktop browser. Here’s how to do it:

On Google Chrome

Follow the steps outlined below to view a password hidden behind asterisk on Google Chrome.

1. Launch Google Chrome and navigate to the website from which you desire to view the hidden password. For example, I’m using Facebook.

2. Once the password autofills, select it and right click on it, then click on “Inspect“.

view password hidden behind asterisk inspect item in menu

3. This will open up Google Chrome’s Developer Tools.

  • The console should automatically be focussed on the line related to the password field.
  • If it is not, simply scroll down and find the line highlighted by Google Chrome.

view password hidden behind asterisk password inspect element

4. Locate the field that says “input type = password“, double click on it to begin editing, and replace the word “password” with “text”.

view password hidden behind asterisk change password type to text

5. Hit Return/Enter and on the Facebook Website, you should now be able to see the hidden password in plain text.

view password hidden behind asterisk password shown in plain text

On Safari

The process on Safari is exactly the same, except, instead of “Inspect”, Safari’s menu will say “Inspect Element”, as shown in the screenshot below:

view password hidden behind asterisk safari menu inspect element

Android

The problem with using this technique on a mobile device like an Android or an iPhone, is simply that the mobile browsers do not have options such as “Inspect Element”. But, what they do have, is a neat little feature that allows remote USB Debugging of websites when the mobile is connected to a computer running compatible browsers.

For this Android example, I’m going to use Google Chrome, as it is one of the most used browsers on Android, and I happen to have Google Chrome on my laptop as well, which means no additional downloading required.

The steps you’ll need to follow to view a password hidden behind asterisks on an Android are given below:

1. In your Android device, enable USB Debugging through Settings->Developer Options.

2. Connect your Android device to your Laptop using a USB cable. Your phone will ask you whether or not it should trust the computer for USB Debugging; tap “Ok”.

view password hidden behind asterisk usb debugging authorization

3. Launch Google Chrome on your phone and navigate to the website from which you desire to view the hidden password. For example, I’m using Twitter.

view password hidden behind asterisk launch mobile twitter

4. Launch Google Chrome on your laptop and in the address bar, type “chrome://inspect”.

  • This will open up a window with your Android device showing up under “Devices”.
  • There will also be details about the tabs open on your phone.

5. Select “Inspect” under the tab that says “https://mobile.twitter.com”

view password hidden behind asterisk devices in chrome inspect

6. This will open up the Developer Tools.

view password hidden behind asterisk developer console

7. Press “Command + F” to search and type “password” to go directly to the line corresponding to the password field.

view password hidden behind asterisk find password line

8. Locate the field that says “type = password”, double click on it to begin editing, and replace the word “password” with “text”.

view password hidden behind asterisk change password to text

9 Hit Return/Enter and the password will now be visible in plain text, both in the Developer Tools, and on your Android phone.

view password hidden behind asterisk twitter password visible

iPhone

The procedure on an iPhone is easy as well, but in typical Apple fashion, can only be done with a Mac, using Safari. I know, right?

Anyway, the steps you will need to follow are:

1. Launch Safari on your iPhone and navigate to the target website.

view password hidden behind asterisk iphone safari target website

2. On your Mac, launch Safari.

Note: You’ll first need to enable the Develop menu by going to Safari -> Preferences -> Advanced -> Show Develop menu in menubar.

Enable Develop Menu Mac

3. Connect your iPhone to your Mac. Then, click on the Develop menu in Safari on your Mac.

  • You should see the name of your iPhone visible in the Develop menu.
  • Hover on it, to reveal the website you have opened on your iPhone.

view password hidden behind asterisk

  • Click on the website, and you will be able to view its HTML code on your Mac.

view password hidden behind asterisk view html code for website

4. Search for “Password” to find the line corresponding to the password field.

view password hidden behind asterisk find password line

5. Change the value of type=”password”, from “password” to “text”.

view password hidden behind asterisk change password to text

6. Hit Return/Enter and you will now be able to see the password in plain text on your iPhone.

view password hidden behind asterisk iphone visible password

NoteSome websites, such as banking websites, disable right clicking for security purposes, therefore this method will not work for them.

SEE ALSO: How to View Saved WiFi Passwords in Windows 10

No More “Forgot Password”

Let’s face it, it’s a hassle having to click on “Forgot Password” to change your password to something else every time you forget it; and if you’re like me, you forget it too often. Even worse is trying to set a new password that is just as secure, and that complies with all the constraints that the websites impose on passwords. It’s definitely easier to use the method we described in order to view password hidden behind asterisk.

I won’t even bother asking you if you have ever forgotten a password before, because, of-course you have. Don’t tell me you haven’t. What do you do when you forget a password? Have you started using some password manager apps to not have to key in your password all the time, or did you know of this rather simple trick that we just discussed? Share your views with us in the comments section below.

comment Comments 5
  • Love says:

    nice. Back in the day (windows 95/98) i had a program that could show asterisk hidden passwords by dragging and dropping the courser in the password field. twas very useful

  • Cliff says:

    Nice..for the browser..now, how does it work for windows 10 ?

  • Kali says:

    do you know how to do this on android without usp debugger? thx!
    if not just reply to this
    …. or maybe do that trick with this pass of mine i forgot and dont want to reset its in asterisks
    **********

  • Zeon88 says:

    thanks, its help me remember my nintendo account password.

  • Manish Majhi says:

    Really loved to read this article…..

Leave a Reply