# Password Security Hardening and Change Password using UI

## 1. Password Security Hardening

Changed encryption algorithm to pbkdf2 with the following parameters:

`Digest: sha512`

`Iterations: 600 000`

## 2. User passwords upgrade path

Following Guardian instance upgrade, at the first login existing users are prompted to change the password which would be encrypted using the new method.

<figure><img src="/files/qyOPIkO62MmF3rKRyV7p" alt=""><figcaption></figcaption></figure>

## 3. Change user password

Users can change passwords using the new option in their profile page.

<figure><img src="/files/zFeYcleeO8TFf0h2dZfI" alt=""><figcaption></figcaption></figure>

<figure><img src="/files/A4aVAFKmgA5rsXynHtTi" alt=""><figcaption></figcaption></figure>


---

# 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://guardian.hedera.com/guardian-dev/guardian/standard-registry/password-management/change-password/password-security-hardening-and-change-password-using-ui.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.
