# Password Protected Applications

### Overview <a href="#overview-0" id="overview-0"></a>

Password Protected Applications is a Launcher feature that ensures only authorized users can access certain files, programs, or device settings. It requires users to enter a password before launching any application, shortcut, or folder. This helps protect sensitive data from unauthorized use and provides greater security for users.

### User Guide <a href="#user-guide-1" id="user-guide-1"></a>

Password protection is crucial for businesses that need to safeguard important company files such as customer information or financial data. The Password Protected Applications feature helps secure corporate information or sensitive data on Android enterprise devices.

1. When a user selects an item that is password protected, a dialog will open and prompt the user to enter a password.
2. The user has 3 attempts at entering the password correctly before the dialog closes.
3. After the dialog closes, the user can select the item again to enter the correct password.

### Feature Configuration <a href="#feature-configuration-2" id="feature-configuration-2"></a>

To set up the Password Protected Applications feature for a particular device profile or device group, please follow the steps below:

#### Setting Up Password-Protected Items <a href="#setting-up-password-protected-items-3" id="setting-up-password-protected-items-3"></a>

To set up password-protected applications, shortcuts, and folders, administrators must add the password in the configuration using the SHA256 format:

```json
"layouts" : {
    "Associates": [
        {
            "package": "com.bluefletch.ems.support",
            "password": "d9b5f58f0b38198293971865a14074f59eba3e82595becbe86ae51f1d9f1f65e",
        }
    ]
} 
```

{% hint style="info" %}
Password Protected Applications Feature was introduced in Launcher 3.13.24.
{% endhint %}


---

# Agent Instructions: 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.bluefletch.com/bluefletch-enterprise/product-guides/bluefletch-launcher/configurable-layouts/password-protected-applications.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.
