# Password Manager

The **Password Manager SDK** allows you to offer your users all the features of a modern password manager application, with the flexibility to create the ideal experience for your customers. Passwords can be a serious security vulnerability for many people. Creating and using unique, secure passwords for each site can be challenging, so people fall into the trap of creating weak passwords or re-using the same ones across multiple sites. The Sudo Platform provides an easy-to-use and convenient password manager that will enable your users to create, store and use secure passwords in a way that seamlessly integrates with their digital identities.

### Key Features

|                                                                                                                       |                                                                                                                                                                                          |
| --------------------------------------------------------------------------------------------------------------------- | ---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [Client-side Encryption](/guides/password-manager/password-vault-security.md)                                         | Encrypt your user's vault items with the user's master password and secret code on the client side and never send over the raw vault items.                                              |
| [Secure Vault Storage](/guides/password-manager/password-vault-security.md)                                           | Protect your users' vault data with multi-factor authentication, including secure remote password (SRP) comprised of the user's master password and secret code.                         |
| [Powerful Credential Management](/guides/password-manager/managing-password-vault-items.md)                           | Provide your users with a multi-platform solution for storing all their sensitive data, such as login credentials, generated passwords, credit cards, and bank account info.             |
| [Strong Password Generator](/guides/password-manager/password-utilities.md#generating-passwords)                      | Encourage healthy password hygiene by allowing users to quickly and securely generate strong, unique passwords for each login credential they create.                                    |
| [Account Backup & Recovery](/guides/password-manager/accessing-the-password-manager.md#generating-the-rescue-kit-pdf) | Assist your users in securely backing up and storing their master password and secret code, the two critical components to accessing and decrypting their sensitive password vault data. |

### Next Steps

* Integrate the **Password Manager SDK** into your [web](/guides/password-manager/integrate-the-password-manager-sdk.md#integrate-the-js-sdk), [iOS](/guides/password-manager/integrate-the-password-manager-sdk.md#integrate-the-ios-sdk), and [Android](/guides/password-manager/integrate-the-password-manager-sdk.md#integrate-the-android-sdk) applications
* Learn more about [Sudo digital identities](/concepts/sudo-digital-identities.md) and other core concepts


---

# 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.sudoplatform.com/guides/password-manager.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.
