Ejemplo n.º 1
0
 public static bool validationU(string userID_, string pw_)
 {
     return(validateUser(userID_, Helper.calculateMD5Hash(userID_ + pw_)));
 }
Ejemplo n.º 2
0
 public string SHA512(string password)
 {
     return(Helper.calculateMD5Hash(nickname + password));
 }