Exemplo n.º 1
0
 public static string MD5(string str)
 {
     byte[] bytes = AuthCode.encoding.GetBytes(str);
     return(AuthCode.MD5(bytes));
 }
Exemplo n.º 2
0
 private static string CutString(string str, int startIndex)
 {
     return(AuthCode.CutString(str, startIndex, str.Length));
 }