secure remote password SRP_set_authenticator()

200 Views Asked by At

I am using secure remote password protocol in an embedded device that doesn't have a display to display username/pawword nor a keyboard to enter them. I have been told I can use SRP_set_authenticator() instead of SRP_set_params() which requires that I have pre-computed the SRP verifier. My question is how to retrieve the SRP verifier for my username/password? For information I have the SRP library running on MS Visual Studio I think it could help in retrieving the SRP verifier but I don't know how. is it simply by reading the verifier field of srp_st structure. I promise to endorse you if I get the answer. Thanks in advance.

0

There are 0 best solutions below