PasswordKdfAlgo

Key derivation function to use when generating the password hash for SRP two-factor authorization

메서드 스키마는 레이어 84부터 사용할 수 있습니다. 전환 »

Constructors

Constructor Description
passwordKdfAlgoUnknown Unknown KDF (most likely, the client is outdated and does not support the specified KDF algorithm)
passwordKdfAlgoSHA256SHA256PBKDF2HMACSHA512iter100000SHA256ModPow This key derivation algorithm defines that SRP 2FA login must be used

Related pages

Two-factor authentication

How to login to a user's account if they have enabled 2FA, how to change password.