How to see the password under the asterisks, and not only in the browser. We look through the password hidden by dots or asterisks A program that shows passwords

- the main means of protecting information. Passwords are used almost everywhere: to turn on a computer, to access files, to view e-mail, or to log into your personal account on websites. A typical computer user has to remember at least a dozen different passwords. Therefore, it is not surprising that sometimes these passwords are forgotten.

At first glance, a forgotten password is a disaster. It will no longer be possible to access what is protected by this password. However, sometimes not everything is so scary. For example, if your password is saved on your computer and is displayed as dots or asterisks, then the likelihood that you will be able to recover it is quite high.

As you may have guessed, in this article we will talk about how to see the password under the asterisks. We will look at three ways at once that will allow you to do this easily without much effort.

The password under the asterisks in the browser is easy prey. It is very easy to learn it, it does not even require any additional software.

If you are using the Google Chrome browser, right-click on the text box with the password below the asterisks, and select View Element Code.

After that, you will see a window with the HTML code of this page. The line with the password entry form will be highlighted.

Next, you need to change the type of this field from "type="password"" to "type="text"". To do this, right-click on the selected line (the line with the password field) and select the “Edit as HTML” item in the menu that appears.

After that, you will have the opportunity to edit this line.

In order to change the type of the text field, you need to replace type="password" with type="text". You do not need to change any other parameters for this period. After you have edited the line, press the F2 key to disable the HTML code editing mode.

After these manipulations, the password on the page will become visible.

Similarly, you can see the password under the asterisks in the Mozilla Firefox browser. To do this, open the page with the saved password, right-click on the field with asterisks and select "Inspect element".

After that, the HTML code of the page will open in front of you, in which the line for entering the password will be highlighted.

As before, you need to change the type of the text field from type="password" to type="text". To do this, double-click on the type="password" parameter.

After that, you can edit this parameter. After changing the text field type, the password under the asterisks will become visible.

In the Internet Explorer browser, everything is done exactly the same.. Open the password page under the asterisks, click on the password field with the right mouse button and select the “Check element” item.

After that, the HTML code of the page will open in front of you.

Double click on the parameter you want to edit.

In the text field that appears, change "password" to "text" and the password for the pages becomes visible.

How to see the password under the asterisks in the browser settings

In addition, there is another way to find out passwords under asterisks in your browser. To do this, just enter the program settings and view the saved passwords.

In the Google Chrome browser, this is done as follows. Open the main menu and go to "Settings".

In Settings, scroll down the page and click on the "Show advanced settings" link. And then click on the link "Manage saved passwords", which is located in the "Passwords and forms" section.

In order to see the password, just select the desired site from the list and click on the "Show" button.

The Mozilla Firefox browser also has this feature. In order to see it, you need to open "Settings", go to the "Protection" tab and click on the "Saved passwords" button.

After that, a window will open in front of you, in which you need to click on the "Display passwords" button.

After that, you can view all passwords under asterisks in the Mozilla Firefox browser.

View passwords in other programs

The browser is far from the only program that saves passwords. If you need to view the saved password in your FTP client or other program, then you need to resort to using third-party programs.

In order to see the password under the asterisks in other programs, you can use the pwdcrack program. This program is completely free and can be downloaded from the website.

To use this program, you need to click on the "Enable" button and hover over the password field. After that, pwdcrack will display the password you need.

Hello everyone Today I will tell you how to see the password under the dots. Some users are looking for this information on the Internet, looking for some programs, but in fact, you don’t need to look for anything guys.

But why is the password hiding under the dots at all, what's the fun in that? I, too, at one time could not understand why this was needed at all, because it only causes inconvenience, because it is invisible, but then I understood everything. The fact is that the password is a super-secret infa, you understand? And so if you enter a password, and there is someone nearby, then this someone can see your password! That's why he's hidden

But few people know that in order to find out the password under the dots, there is a function for this in any browser. So, here is the field for you, in which there is a password under the dots, see:


This is Google Chrome open, now what should I do? You need to right-click on this field with these points and select View code there:


Then you will open a window where there will be a lot of any code. I forgot to say that for convenience you need to do all this when the browser is open in full screen. It's just more convenient that way. Well, you will see a window with the code, a code fragment will be selected there, look how I have it selected:


Now the most important thing. This code is the inside of the site, so to speak. What is highlighted, it usually starts on input, and this is a tag, well, this is not particularly important. The main thing here is this part, see:


If you decipher it, well, not just what I highlighted with a frame, but in general what is highlighted in blue, then this is what happens. This is the input tag, the text input tag. This tag has parameters, they are listed there, there is a type parameter, there is a class parameter, and others. Here, the type parameter is set to password, this is precisely so that the password is dots. You just need to change this value. It will be enough just to literally change the word password, to anything, as long as it is not password, well, for example, I just add one. But how to change? Double-click on password, then the word password will be highlighted like this:



And then just enter a unit there to get it like this:



If you did everything correctly, then the changes will automatically take effect, so to speak, and immediately where you have a password under the dots, then now you will not have dots, the password will be displayed:


The panel itself with the code can already be closed:

Well guys, is everything clear? I hope that everything is clear and as you can see, it’s easy to find out the password under the dots and you don’t need to download any programs

For other browsers, everything is similar. In Yandex Browser, you also right-click on the field and there is an item Explore element:



In Mozilla, you need to click on Explore element:


In the Internet Explorer browser, you may have a button like this next to the password:

If you hold it down, the password will be displayed. But it will be visible only if this button is pressed. But just in case, I’ll also say that here, well, to see the password without this button, you need to right-click on the password field, select Check element there:

And then, just like in Mozilla, a code will appear below, where you yourself already know what to do:


Well, that's all guys, as you can see, there is nothing complicated here. But, to be honest, before, well, when I didn’t know how to see the password under the dots, I couldn’t even think that everything was so simple. I hope that everything was clear to you here, and if I wrote something wrong, then I'm sorry. I wish you good luck in life, so that everything in it is good for you

15.12.2016

Suppose you are on the authorization page on one of the resources in Opera. When enabled autocomplete forms, data login And password may already be entered. Everything is clear with the login - it is displayed immediately, while the password is presented in the form of dots or asterisks. This is what it looks like when you try to sign in to your Google account.

Finding out what is hidden under the stars is quite simple through element source code. IN Opera right-click in the field with asterisks and select the item in the context menu.

Below you will see developer panel, the cursor will be in the desired line.

Attribute is of interest here type, just change its value from " password" on " text» - the key under the asterisks will be opened.

However, upon subsequent update pages of this resource, the key will again be hidden behind dots or asterisks.

Saved user keys can also be seen in browser settings. For operas this data is in settings, chapter Safety- field Passwords.

Here you can open and see stored keys from various resources.

Google Chrome

In Chrome, the principle of opening data is similar. The context menu item of interest is . In Yandex browser, this item has the same name.

Then just the same type change to " text».

After which we get open, hiding earlier code.

In the Chrome settings, the necessary information can be viewed in the section Manage saved passwords settings (click Show additional).

Here in the field Passwords and forms click Tune(or Control) next to the item Prompt to save passwords.

Next to the points of the required resource, click Show- the required data will open.

Using mozilla firefox

In the Mozilla Firefox browser, the corresponding menu item has the name Explore element.

The free utility that we'll look at today is the Password Cracker program, which allows you to see the password under the asterisks. This utility is free, and you can download it from the link at the bottom of the article. Installing it is very simple, it does not even require installation and additional files, so let's deal with the main functionality of this free program.

Used by Password Cracker to gain access to certain files when they are protected by an unknown password. It will help ensure that any protection is removed, except for VBA projects. The program itself can float on top of windows, fall into the tray, it weighs quite a bit, only 10Kb.

So, if you see stars in front of you and completely forgot your password, then the free Password Cracker utility will help you see it. Let's say you don't remember it for your "ICQ" or mail, document or social page, but the password is there in the form of asterisks. And the question arises - how to see the password instead of asterisks?

First, you need to press the "Enable" button, then put the cursor on the field where the "stars live". Then the password will be restored in the program window or on the same screen. So now it's easy to find out your forgotten password. And Password Cracker also shows passwords in the Explorer Internet browser, in a tooltip that appears next to the private password field.

The program interface is multilingual, that is, you can use both the Russified version and the original. The utility is suitable for the following operating systems: Windows 98, ME, 2000, XP, 7, 8, 2003, Vista.

There are several varieties of Password Cracker, for example, this is Rar Password Cracker. It is also free and freely available.

This utility does not crack the password, but rather guesses it. Indeed, to protect the data used in Rar, starting from version 2.9 and higher, an algorithm is used that is very resistant to hacking - AES-128. And in the archives where it was used as a defense, none of the known tricks is suitable. Only sequential selection of characters can work. This is the main task of Rar Password Cracker, because it is simply impossible to solve such a task manually! And even with the help of this program, it will take a fairly large amount of time to calculate the required combination.

So, Rar Password Cracker selects a password based on the principle of enumeration of possible characters and / or using passwords from a special list. This program can save the results of work, or rather its current state. This feature makes the use of the program more reliable and convenient. And if you are well versed in utility configurations, then with proper settings, the enumeration process can be parallelized, which will significantly reduce the search time. In addition, Rar Password Cracker can save possible password options to a file.

Download a program that allows you to see the password under the asterisks

Passwords have long been considered one of the most reliable means of protection and control. With the advent of the Internet, absolutely nothing has changed in our lives, rather, on the contrary, these secret combinations are now even more important than ever. On the one hand, it is convenient to keep your data password-protected, but on the other hand, you have to keep not always obvious combinations in your head, and their number can be in the tens. Therefore, there is absolutely nothing strange that passwords are forgotten.

Browser developers took care of the user so that he would get into such awkward situations as little as possible, and provided for the possibility of saving the password in the browser. But, for the sake of confidentiality, their appearance is encrypted with dots or asterisks, but sometimes you still need to see the value. That is why today we will talk about how to see the password instead of dots.

Let's say the input line is in the browser, and our secret combination is stored in it. There are many examples of this. For example, the question often arises: how to see the password in Odnoklassniki instead of dots? Such a task confuses an ordinary user, because, it would seem, there is nothing easier, but it cannot be solved. However, everything is quite simple, and this does not require complex knowledge and skills at all - everyone can handle it.

Regardless of which browser you prefer to use, the scheme is the same everywhere. For this:

  1. We turn to the form that contains our secret code encrypted with asterisks;
  2. Right-click on this field and select:
    • For Google Chrome - "View element code";
    • For Mozilla - "Explore element";
    • For Internet Explorer - "Inspect Element";
  3. Further, a panel with the HTML code of the page will appear at the bottom of our browser window, and the line we need will be highlighted in blue;
  4. After we click on it with the right mouse button and select "Edit as HTML" in the menu that appears;
  5. A text field will open in which we will need to find the structure type=”password” and replace "password" with "text" so that it turns out type="text";
  6. After finishing editing, press F2 - the editing mode will turn off, and you can see the hidden password.


Completely without extraneous programs and special knowledge, we answered the question of how to see the password in the browser instead of dots.

Saved Account Manager

All popular browsers record user data with which he logs in to various services. Through this function, you can also find out the forgotten combination.
For example, in Google Chrome, to do this, you need to go to "Settings", then scroll down the page and click "Show advanced settings", and then select the "Manage saved passwords" item. An additional window will open in which you can choose from which of the services you need to find out the password.


A similar feature is also available in Mozilla Firefox. You need to go to "Settings", the "Protection" tab and click on the "Saved passwords" button. An additional window will appear in which you can see the combinations you are interested in.

Universal Utility

With the browser, everything is clear. But how to see the password in third-party programs on the computer instead of dots? A special utility called PWDCrack is perfect for this. It is absolutely free and distributed by the developer.
The principle of its operation is outrageously simple - click on the "Enable" button, hover over the password field, and it will be displayed in the PWDCrack program. The software DOES NOT steal passwords and has been tested by millions of users.

What about smartphones?

If you needed to know how to see the password instead of dots on iOS, then we have to disappoint you - this function is not directly provided to the user. The most real and simple way, as in the case of a computer, will be the first - through the source code. Unfortunately, the built-in browsers do not allow viewing it, so for iOS, it is recommended to download the Source Browser application from the AppStore for this purpose, and for Android, the VT View Source browser.

That's all. We will be happy to answer any questions in the comments!