Link Search Menu Expand Document

Constructor: passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow

Back to constructors index

This key derivation algorithm defines that SRP 2FA login must be used

Attributes:

NameTypeRequiredDescription
salt1bytesYesOne of two salts used by the derivation function (see SRP 2FA login)
salt2bytesYesOne of two salts used by the derivation function (see SRP 2FA login)
gintYesBase (see SRP 2FA login)
pbytesYes2048-bit modulus (see SRP 2FA login)

Type: PasswordKdfAlgo

Example:

$passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow = ['_' => 'passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow', 'salt1' => 'bytes', 'salt2' => 'bytes', 'g' => int, 'p' => 'bytes'];