Discuss this help topic in SecureBlackbox Forum
Loads the SRP credentials.
Declaration
Parameters
- Data - the string containing the SRP credentials in the following format: "<username><TAB><b64 encoded salt><TAB><b64 encoded prime><TAB><b64 encoded generator><TAB><b64 encoded verifier>".
- Username - specifies the username.
- Salt - specifies the salt.
- Prime - specifies the safe prime.
- Generator - specifies the value of the generator.
- Verifier - specifies the value of the verifier.
Description
Use this method to set the SRP credentials.
Discuss this help topic in SecureBlackbox Forum