How to open dots in a password. Life hack under code: how to find out the password if it is hidden by asterisks in the browser

The free utility that we will look at today is the Password Cracker program, which allows you to see the password under the asterisks. This utility is free and can be downloaded from the link at the bottom of the article. Installing it is very simple, it doesn’t even require installation or additional files, so let’s look at the main functionality of this free program.

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

So, if you see asterisks in front of you and have completely forgotten your password, then the free Password Cracker utility will help you find 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 click the “Enable” button, then place 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 finding out your forgotten password is not difficult. 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 publicly 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 that is very resistant to hacking is used - AES-128. And in the archives where it was used as protection, none of the known techniques are 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 problem manually! And even with this program it will take quite a lot of time to calculate the required combination.

So, Rar Password Cracker selects a password based on the principle of searching through possible variants of 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 using the program more reliable and convenient. And if you are well versed in utility configurations, then with proper settings, the search process can be parallelized, which will significantly reduce 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

Suppose you are on the authorization page on one of the resources in Opera. When enabled autofill 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 You should 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 required line.

The attribute of interest here is type, just change its value from " password" on " text"—the key under the asterisks will be open.

However, upon subsequent update page 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 saved keys from various resources.

Google Chrome

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

Then, in the same way, type change to " text».

After which we get open, hiding earlier code.

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

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

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

We use mozilla firefox

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

You can see the information you are interested in through your browser settings in the section Protection – .

Then press the button Display.

There are also many special extensions and programs that allow you to see the data hidden behind the points, not only in browsers, but also in many other programs. For example, consider Password Cracker. Press the button Turn on, move the cursor to the required area and get the information you need.

I present to your attention an article about recovering forgotten passwords behind asterisks. Natural recovery their forgotten passwords!!! In relation to other people's passwords, this is already breaking, but “we” are not involved in such matters. Plus I’ll tell you how it all works and summarize with a short review of free programs on the topic (View Password, Password Cracker, Hidden Password, Hackpass, Asterisk Logger, Asterisk Key, Open Pass).

How is the password hidden behind the asterisks?

Instead of boring theory, I’ll give an example of creating a program (in the programming language - Delphi) with a password hidden behind asterisks and tell you how it all works ( do not be afraid):

It is no secret for any programmer (I remind you - Delphi) that the Edit component has a PasswordChar property (password input character), the default value of the property is “#0″ , that is, no character (plain readable text). If you change the symbol to * (you can specify any character, for example a smiley), then during the program operation all the characters that the user enters will be displayed in this line as asterisks. Moreover, this will not have any effect on the text itself, it will simply not be visible at the time of entry...

Added to the test program “Manually open password” button By clicking on it, the PasswordChar property of the Edit components changes to the same default value (the password will become readable and you can see the text 12345).

See the screenshot of the program at the coding stage (click to enlarge):

Developer: Mazov Gosha,Program size: 40 KB

  • Hidden Password

Developer: Savchenko Viktor,Program size: 28 KB

Developer: Sistematik,Program size: 238 KB

  • Asterisk Logger

Developer: NirSoft,Program size: 26 KB

  • Asterisk Key

Developer: Passware,Program size: 456 KB

  • Open Pass

Developer: S&A Company,Program size: 5 KB

The most compact and famous program for viewing passwords hidden behind stars.

In the test program, in the last field (the one that hides the password with emoticons), the standard text encoding has been changed. As a result, the last three programs from the list () were able to display the hidden password.

Notes:

  • In some programs, it is not the password that is hidden behind the asterisks, but the same asterisks (or any other sign) - they simply “symbolize” the password (for example, the QIP program version 8.0.8.0).
  • Is it possible to display the password behind asterisks in the browser this way? – No, in the browser there are asterisks hidden under the asterisks!

Many users like to rely on good system memory and save their passwords everywhere in programs, as you can see, everything is easily recognized. I advise you to either store everything in your head or use programs for storing passwords (KeePass).

Users have more than once encountered situations where they need to see a password hidden under asterisks. The functions of modern browsers allow you to save passwords for forms, that is, after re-entering the resource, you will see the entered data: login and password, and you no longer need to enter them again, you just need to click the Login button.

Of course, the password saving function is very useful, but not secure, since an attacker can easily find out the hidden password under the asterisks or capture data from the browser (cookies, passwords, histories, bookmarks, etc.). It’s not a fact that some hacker will be interested in you, but it’s better to play it safe and not save passwords, but write them down on a piece of paper or store them in a special software database.

We have moved a little away from the topic, because now we have to understand how to see the same password under the dots, stored in the Password field. Go!

How to see the password under asterisks in the browser without programs

There are countless sites on the Internet that allow users to log in using data such as login and password; these can be forums, online stores and regular blogs. The data entry format is the same in most cases. So, how can I see the password in this form in the browser if it is hidden?

Using the element code

  1. Enter any password for the experiment in the field.
  2. Right-click on the field and select "View code".
  3. A window opens with the HTML code of the entire page, but a certain block must already be selected.
  4. In the Input block we find the attribute "type", where the value is written "password".
  5. Double-click on the word and delete it or change it to the value “text”.
Click to enlarge image

Done, now instead of dots or asterisks, the password will be visible in the form we wanted.

The example is considered in the Google Chrome browser. Same thing with other observers. For example, in Opera, right-click and select “View element code”. The Yandex browser and others have a similar principle.

In Microsoft Edge it's a little different:

  1. Open the login form of any site in Microsoft Edge.
  2. Press F12 to open Developer Tools.
  3. Click on the “Select element” icon (Ctrl+B) and point the cursor at the password form.
  4. Remove the password value from the type attribute.

Click on image to enlarge

Hidden password through browser settings

Any browser has a function for saving passwords, and you can view them there (Read:). In the latest version of Google Chrome this is done as follows:

  1. Click on the three dots at the top right.
  2. Select an item "Settings".
  3. Go to the “Passwords” section.
  4. We see hidden saved passwords that need to be revealed.
  5. To view the hidden password, click on the eye icon.
  6. A window will open where you need to enter the password, PIN code or pattern that was configured when you turned on the computer. If a password is not set on the computer, the password will be displayed immediately. Reading...

Important! For security purposes, it is better to delete all saved passwords from the browser and store them in a more secure place, for example, the KeePass 2 program.

Script to view password under asterisks

There is a method that allows you to view all passwords available in forms. If the element code fails to reveal the password, this method will be used.

Here is the javascript code:

Copy JavaScript code

javascript:(function())(var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j

We go to the site where you need to enter a password. We write something in the field, and then paste this code into the address bar. Don't rush to press Enter, since at the very beginning of the code you need to write "javascript:". When inserted for the first time, this part of the code is cut off.


Click to enlarge the picture

Now press Enter and see the password, which is in the corresponding field.

To avoid inserting the script every time, let's do the following:

  • Right-click on the bookmarks bar and select “Add Page”.
  • The name can be anything.
  • Paste the code into the URL field.
  • Click “Save”.

Now, every time you need to see the hidden password under the dots, click on this tab and the script will be activated.

How to see the password instead of dots using an extension

Google Chrome

There is a ShowPassword extension for this browser. It is open source, which means you won’t find any viruses or other unclean heresies there. Install the extension and try it in action.

After activation, enter data on any site and simply hover the mouse cursor over the Password field. The password will be displayed immediately.

ShowPassword offers 4 options to view your masked browser password:

  • Mouse over – hover the mouse cursor;
  • Double Click – double click;
  • On Focus – one click on the field shows the password;
  • Press Ctrl Key – press the mouse while holding the Ctrl key.

Mozilla Firefox

From the extension store, install Show/hide passwords. Now the user can easily find out the hidden password in the browser. A “Show” and “Hide” button will appear next to the field.

For security purposes, developers of online services, programs, and games cover the password with asterisks in the browser and software interface. By default, visual viewing of this data is not possible. However, users need to remove the symbolic mask in the field, that is, make the key visible in the registration or authorization form. As a rule, you need to view the password behind the asterisks in order to re-enter it or remember the symbol combination.

This article will tell you how to view the password under asterisks in various ways in the browser and programs.

Note. Reading a key instead of dots in Methods No. 1 and No. 2 is demonstrated using the example of the Google Chrome browser.

Method No. 1: opening through code modification

Note. This method allows you to display the password under the dots in the mail services Mail.ru and Gmail.

1. To find out the password behind the asterisks in the form in which it was typed, place the cursor in the field.

2. Click the right mouse button. From the contextual list of options, select View Element Code.

3. In the “INPUT” tag, change the value of the TYPE attribute from “password” to “text”.

4. After modifying the HTML markup, you can see the key under the dots in its original form (unencrypted).

Method number 2: display in the web browser manager

1. To find out the password under the asterisks you need to configure your browser first(include the appropriate options):

click the “three dots” icon in the top panel;

in the list of commands, click “Settings”;

click “Show advanced settings”;

in the “Passwords and Forms” block, click on the checkboxes in both options “Enable autofill ...”, “Offer to save ...”.

After entering your credentials, click the “Save” button in the request panel.

2. To open the key (if it is in asterisks), go to the “Passwords and Forms” block again. In the line “Suggest to save…. » Click “Configure”.

3. In the manager panel, in order to decrypt the key, left-click on the entry.

4. Click the "Show" option. After this, the key can be read and copied.

Method No. 3: using special utilities

Desktop special utilities display hidden fields not only in browsers, but also in programs. The contents of the specified rows appear directly in the form or in the viewer interface.

Below are the most popular solutions.

A tiny tool. Opens data in rows automatically after hovering the cursor (data appears in an additional panel).

Can remove “masks” in Internet Explorer.

Reads all passwords every 3 seconds and displays them in a separate window. But it can also remove asterisks in individual lines by hovering the cursor.

An improved version of the once very popular Open Pass program.

Automatically finds hidden fields in forms. Comes in two versions for 32- and 64-bit architectures. Does not require installation into the system.

Successful recovery of hidden data!