generateSrp6Verifier

Generate a new SRP-6 verifier

static if(BOTAN_HAS_SRP6)
generateSrp6Verifier
(
in string identifier
,
in string password
,
const ref Vector!ubyte salt
,
in string group_id
,
in string hash_id
)

Parameters

identifier string

a username or other client identifier

password string

the secret used to authenticate user

salt Vector!ubyte

a randomly chosen value, at least 128 bits long

group_id string

specifies the shared SRP group

hash_id string

specifies a secure hash function

Meta