> For the complete documentation index, see [llms.txt](https://intune.everything365.online/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://intune.everything365.online/intune-endpoint-hardening/account-protection/store-passwords-using-reversible-encryption.md).

# \*Store passwords using reversible encryption

{% hint style="info" %}
Level 1 (L1) Corporate/Enterprise Environment (general use)

1.1.7 (L1) Ensure 'Store passwords using reversible encryption' is set to 'Disabled' (Automated)
{% endhint %}

{% tabs %}
{% tab title="Description" %}
Store passwords using reversible encryption This security setting determines whether the operating system stores passwords using reversible encryption. This policy provides support for applications that use protocols that require knowledge of the user's password for authentication purposes. Storing passwords using reversible encryption is essentially the same as storing plaintext versions of the passwords. For this reason, this policy should never be enabled unless application requirements outweigh the need to protect password information. This policy is required when using Challenge-Handshake Authentication Protocol (CHAP) authentication through remote access or Internet Authentication Services (IAS). It's also required when using Digest Authentication in Internet Information Services (IIS).

{% embed url="<https://learn.microsoft.com/en-us/windows/client-management/mdm/policy-csp-devicelock#cleartextpassword>" %}
{% endtab %}

{% tab title="CSP" %}
./Device/Vendor/MSFT/Policy/Config/DeviceLock/ClearTextPassword
{% endtab %}

{% tab title="Recommended Setting" %}
Format: int\
Value: 1 (Disabled)
{% endtab %}

{% tab title="Available in Settings Catalog" %}

{% 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://intune.everything365.online/intune-endpoint-hardening/account-protection/store-passwords-using-reversible-encryption.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.
