---
title: PasswordHash
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/passwordhash
---

# PasswordHash

A dictionary that contains the password hash for the account.

## Declaration

```data
object PasswordHash
```

## Properties

SALTED-SHA512-PBKDF2: A dictionary that contains the entropy, iterations, and salt elements to create the password hash using the CommonCrypto libraries, or equivalent. Convert this dictionary to binary data before setting it as the value for the password hash.

## Topics

### Objects

- [PasswordHash.SALTED-SHA512-PBKDF2](devicemanagement/passwordhash/salted-sha512-pbkdf2-data.dictionary.md)

## See Also

### Miscellaneous data formats

- [ManifestURL](devicemanagement/manifesturl.md)
