Ejemplo n.º 1
0
 public static bool VerifyPassword(string password, string hashed)
 {
     return(BCryptAlgorithm.VerifyPassword(password, hashed));
 }