---
title: PasswordHash.SALTED-SHA512-PBKDF2
framework: devicemanagement
role: symbol
role_heading: Object
path: devicemanagement/passwordhash/salted-sha512-pbkdf2-data.dictionary
---

# PasswordHash.SALTED-SHA512-PBKDF2

A dictionary that contains the elements to create the password hash.

## Declaration

```data
object PasswordHash.SALTED-SHA512-PBKDF2
```

## Properties

entropy: The derived key from the password hash; for example, from CCKeyDerivationPBKDF(). iterations: The number of iterations; for example, from CCCalibratePBKDF() using a minimum hash time of 100 milliseconds, or if unknown, a number in the range of 20,000 to 40,000 iterations. salt: The 32-byte randomized data; for example, from CCRandomCopyBytes().
