예제 #1
0
 public static string hash(string tohash)
 {
     return(Sha256.ComputeHash(Encoding.ASCII.GetBytes(tohash)).ToUpperInvariant());
 }