Exemple #1
0
 public static string GetMd5UTF8(string data)
 {
     return(MD5Util.ComputeHashUTF8(data));
 }