> 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/knowledge-base/knowledge-base-articles/password-strength-rating.md).

# Password strength rating

Remote Desktop Manager's [***Password generator***](https://docs.devolutions.net/rdm/commands/tools/password/) tool as well as reports such as the [***Entry security analyzer***](https://docs.devolutions.net/rdm/commands/reports/entry-security-analyzer/) and the ***Password analyzer*** provide feedback about existing and generated passwords.

This feedback incorporates a password rating score, assessed through [Zxcvbn](https://lowe.github.io/tryzxcvbn/). The score, represented as a numerical value, is subsequently converted into a strength label, which is what Remote Desktop Manager displays. The numerical score can be accessed by exporting the ***Entry security analyzer*** into any file format (CSV, Html, Xlsx, or Xml).

Consult the table below to identify the corresponding strength label for each numerical score range.

| Strength label   | Score / score range                |
| ---------------- | ---------------------------------- |
| Encrypted        | Less than or equal to -10          |
| None             | -1                                 |
| Popular Password | 1                                  |
| Forbidden        | 2                                  |
| Very Weak        | Less than 20                       |
| Weak             | Less than 40                       |
| Good             | Less than 60                       |
| Strong           | Less than 80                       |
| Very Strong      | Less than 100                      |
| Perfect          | Anything else (cannot be achieved) |


---

# 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/knowledge-base/knowledge-base-articles/password-strength-rating.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.
