MadelineProtoDocs/docs/API_docs/constructors/securePasswordKdfAlgoPBKDF2...

916 B

title description image
securePasswordKdfAlgoPBKDF2HMACSHA512iter100000 PBKDF2 with SHA512 and 100000 iterations KDF algo https://docs.madelineproto.xyz/favicons/android-chrome-256x256.png

Constructor: securePasswordKdfAlgoPBKDF2HMACSHA512iter100000

Back to constructors index

PBKDF2 with SHA512 and 100000 iterations KDF algo

Attributes:

Name Type Required Description
salt bytes Yes Salt

Type: SecurePasswordKdfAlgo

Example:

$securePasswordKdfAlgoPBKDF2HMACSHA512iter100000 = ['_' => 'securePasswordKdfAlgoPBKDF2HMACSHA512iter100000', 'salt' => 'bytes'];

Or, if you're into Lua:

securePasswordKdfAlgoPBKDF2HMACSHA512iter100000={_='securePasswordKdfAlgoPBKDF2HMACSHA512iter100000', salt='bytes'}