Contents

PasswordHash.SALTED-SHA512-PBKDF2

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

Declaration

object PasswordHash.SALTED-SHA512-PBKDF2

Properties

NameTypeDescription
entropy Requireddata

The derived key from the password hash; for example, from CCKeyDerivationPBKDF().

iterations Requiredinteger

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 Requireddata

The 32-byte randomized data; for example, from CCRandomCopyBytes().