Provides simple password based authentication that uses Secure Remote Password.
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.
コード例 #1
0
 /// <summary>
 /// 
 /// </summary>
 public SrpServer()
 {
     Users = new SrpUserCredentials();
 }
コード例 #2
0
ファイル: SrpServer.cs プロジェクト: ibgeorge/openHistorian
 /// <summary>
 ///
 /// </summary>
 public SrpServer()
 {
     Users = new SrpUserCredentials();
 }