Provides simple password based authentication that uses SCRAM.
It is safe to store the user's credential on the server. This is a zero knowledge password proof, meaning if this database is compromised, a brute force attack is the only way to reveal the password.
Esempio n. 1
0
 /// <summary>
 ///
 /// </summary>
 public ScramServer()
 {
     Users = new ScramUserCredentials();
 }
 /// <summary>
 /// 
 /// </summary>
 public ScramServer()
 {
     Users = new ScramUserCredentials();
 }