> For the complete documentation index, see [llms.txt](https://docs.devolutions.net/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.devolutions.net/rdm/ribbon-menu-bar/reports/entry-security-analyzer.md).

# Entry security analyzer

The ***Entry security analyzer*** evaluates the strength of passwords stored in the data source. A strength password control is also displayed under most password fields of entries.

{% tabs %}
{% tab title="Windows" %}
![](https://cdnweb.devolutions.net/docs/RDMW0026_2024_2.png)

The analyzer follows a set of rules to determine the strength of the password with a score from 0 to 100. There are two categories of rules.

#### Reinforce

These are the rules which make the passwords stronger:

* The password length
* The number of uppercase letters (A-Z)
* The number of lowercase letters (a-z)
* The number of digits (0-9)
* The number of symbols (!, @, #, $, etc.)
* The number of digits or symbols in the middle of the password
* Three or more of the rules above are met

The minimum requirements for a strong password are:

* The password is at least 5 characters long
* The password contains uppercase and lowercase characters
* The password contains digits

#### Weakening

These are the rules which make the passwords weaker:

* The password contains only letters
* The password contains only digits
* The password has repeated characters
* The password has consecutive uppercase letters (two or more)
* The password has consecutive lowercase letters (two or more)
* The password has consecutive digits (two or more)
* The password has sequential letters (ABCD, DCBA)
* The password has sequential digits (1234, 4321)

### Settings

![](https://cdnweb.devolutions.net/docs/RDMW0025_2024_2.png)

<table><thead><tr><th width="202">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Show all entries</td><td>Shows you all the entries in your session, including those without password.</td></tr><tr><td>Show VPN analysis</td><td>Add the VPN Host column.</td></tr><tr><td>Show compromised password (pwned)</td><td>Show if the password has been pwned. A <a href="https://docs.devolutions.net/rdm/kb/how-to-articles/pwned-password-check/">pwned password</a> is a password that has been exposed in data breaches (i.e., they are owned/pwned by hackers).</td></tr><tr><td>Edit</td><td>Open the current entry to edit it.</td></tr><tr><td>Forbidden passwords</td><td>Create a list of prohibited passwords.</td></tr><tr><td>Export settings</td><td>Export the password analyzer settings.</td></tr></tbody></table>
{% endtab %}

{% tab title="macOS" %}
The analyzer follows a set of rules to determine the strength of the password with a score from 0 to 100. There are two categories of rules.

#### Reinforce <a href="#reinforce" id="reinforce"></a>

These are the rules which make the passwords stronger:

* The password length
* The number of uppercase letters (A-Z)
* The number of lowercase letters (a-z)
* The number of digits (0-9)
* The number of symbols (!, @, #, $, etc.)
* The number of digits or symbols in the middle of the password
* Three or more of the rules above are met

The minimum requirements for a strong password are:

* The password is at least 5 characters long
* The password contains uppercase and lowercase characters
* The password contains digits

#### Weakening <a href="#weakening" id="weakening"></a>

These are the rules which make the passwords weaker:

* The password contains only letters
* The password contains only digits
* The password has repeated characters
* The password has consecutive uppercase letters (two or more)
* The password has consecutive lowercase letters (two or more)
* The password has consecutive digits (two or more)
* The password has sequential letters (ABCD, DCBA)
* The password has sequential digits (1234, 4321)

### Settings <a href="#settings" id="settings"></a>

In a single glance you can see the strength ratings of all your stored passwords.

<table><thead><tr><th width="197">OPTION</th><th>DESCRIPTION</th></tr></thead><tbody><tr><td>Edit</td><td>Allows you to open the current entry so you can edit it.</td></tr><tr><td>Show all</td><td>When option is unchecked, only entries with actual password stored in them will be displayed.</td></tr><tr><td>Show compromised password (pwned)</td><td>Show if the password has been pwned. A <a href="https://docs.devolutions.net/rdm/kb/how-to-articles/pwned-password-check/">pwned password</a> is a password that has been exposed in data breaches (i.e., they are owned/pwned by hackers).</td></tr><tr><td>Forbidden passwords</td><td>Display the password that you have in your blacklisted forbidden password.</td></tr></tbody></table>
{% endtab %}
{% endtabs %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.devolutions.net/rdm/ribbon-menu-bar/reports/entry-security-analyzer.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
