--- title: "securePasswordKdfAlgoPBKDF2HMACSHA512iter100000" description: "PBKDF2 with SHA512 and 100000 iterations KDF algo" nav_exclude: true image: https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png --- # Constructor: securePasswordKdfAlgoPBKDF2HMACSHA512iter100000 [Back to constructors index](/API_docs/constructors/index.html) PBKDF2 with SHA512 and 100000 iterations KDF algo ### Attributes: | Name | Type | Required | Description | |----------|---------------|----------|-------------| |salt|[bytes](/API_docs/types/bytes.html) | Yes|Salt| ### Type: [SecurePasswordKdfAlgo](/API_docs/types/SecurePasswordKdfAlgo.html) ### Example: ``` $securePasswordKdfAlgoPBKDF2HMACSHA512iter100000 = ['_' => 'securePasswordKdfAlgoPBKDF2HMACSHA512iter100000', 'salt' => 'bytes']; ```