> ## Documentation Index
> Fetch the complete documentation index at: https://developers.particle.network/llms.txt
> Use this file to discover all available pages before exploring further.

# Master Password & Payment Password

> Overview of the two types of passwords available in Particle social logins SDKs.

Within **Particle social logins SDKs**, users can set up two different passwords. Each serves a distinct purpose in securing accounts and authorizing actions.

***

## Master Password

* **Purpose:** Encrypts and backs up the user’s local MPC key share.
* **Ownership:** Known only to the user — Particle never stores it.
* **Recovery:** Cannot be reset or recovered if forgotten.
* **Usage:** Provides an additional encryption layer for secure wallet recovery across devices.

<Note>If the user forgets the Master Password, the encrypted key shard becomes inaccessible.</Note>

***

## Payment Password

* **Purpose:** Used as a second verification step before signing transactions.
* **Flexibility:** Can be disabled or reset by the user at any time.
* **Experience:** Adds a layer of security without affecting wallet recovery.

***

<Frame caption="Master Password & Payment Password in the Particle Auth flow">
  <img src="https://mintcdn.com/particlenetwork-fccf74d2/qB8nYCJPEodZ_ZLJ/social-logins/configuration/images/password.png?fit=max&auto=format&n=qB8nYCJPEodZ_ZLJ&q=85&s=4055c7a9ecf8519b63f58ca3b3ea926b" alt="Master Password & Payment Password" width="200" data-path="social-logins/configuration/images/password.png" />
</Frame>
