This article was co-authored by wikiHow staff writer, Hannah Dillon. Hannah Dillon is a Technology Writer and Editor at wikiHow. She graduated with a B.A. in Journalism from North Dakota State University in 2013 and has since worked in the video game industry as well as a few newspapers. From a young age Hannah has cultivated a love for writing and technology, and hopes to use these passions in tandem to help others in the articles she writes for wikiHow.
This article has been fact-checked, ensuring the accuracy of any cited facts and confirming the authority of its sources.
This article has been viewed 204,642 times.
Learn more...
This article will show you how to convert passwords into text form. This method works in any browser that can inspect elements on the page (Google Chrome, Mozilla Firefox, Microsoft Edge, Safari, and more).
Quick Steps
- Put your cursor in the password field.
- Right-click and choose Inspect Element.
- Find "type=password" in the code.
- Replace "password" with "text".
- Press Enter to view the password.
Steps
Converting a Password Into Text
-
Place your cursor in the password box. There must be some text in the password box for this method to work. This can be auto-filled text or text you entered into the field yourself.
-
Right-click or control-click on the field and select Inspect Element. Once you do this, a pane will open (usually on the right side or bottom of your browser window) with a bunch of code in it. Don't worry! You don't need to know how to code to successfully complete this tutorial.
- Depending on your browser, it may just say Inspect.
- Instead of right-clicking, you can also press Ctrl+⇧ Shift+C (Windows)/⌘ Cmd+⇧ Shift+C (Mac) to open the inspection pane, then hover your cursor over the password field.
Advertisement -
Locate the part of the code that says type="password". The section of webpage code that pertains to the password field will be highlighted in the inspection pane.
-
Double-click on the word password. It will become highlighted and editable.
-
Type text and press ↵ Enter. The asterisks or dots will be changed to text so you can see what was written.
Community Q&A
-
QuestionIs there any specific software for doing so?GudishvibesCommunity AnswerNo, you need Google Chrome and that's it. No additional plugins or anything else.
-
QuestionWhat if I log in with my mobile phone, and I can't inspect the element?Community AnswerCopy the dots and send them to your computer using email or USB.
-
QuestionHow do I know the real passwords?Community AnswerWhen using Mac, you can inspect elements by highlighting the words aka dots, and then when scrolling through the elements you can come across where you would input your password, and if you look closely you can see ( ...value=*insert your password*">...).
Video
Tips
Warnings
- Make sure you have permission to view the password. Don't use this method to steal a password from someone else.Thanks