# Password Manager

{% hint style="info" %}
对应的[官方页面地址](https://contributing.bitwarden.com/architecture/sdk/password-manager/)
{% endhint %}

Password Manager SDK 专为 Bitwarden 内部使用而设计，支持管理加密数据、密码库访问权限和用户身份验证等关键功能。该 SDK 使用 Rust 语言编写，用途广泛，可绑定多种平台，包括移动客户端（Kotlin 和 Swift）和网页客户端（JavaScript/TypeScript）。

本章节将指导如何使用 SDK 进行开发，以确保在移动和网络平台上的兼容性。它将涵盖结构化代码的最佳实践，解决特定平台的难题，并确保您的实现能够在 Bitwarden 移动和 Web 应用程序中无缝运行。


---

# 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://dev.ppgg.in/architecture/sdk/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.
