예제 #1
0
 private string GetDigestKey(string key)
 {
     return(MD5Utils.MD5(key));
 }
예제 #2
0
 private string GetSecretKey()
 {
     return(MD5Utils.MD5(SecretKey));
 }