private string GetDigestKey(string key) { return(MD5Utils.MD5(key)); }
private string GetSecretKey() { return(MD5Utils.MD5(SecretKey)); }