Ejemplo n.º 1
0
 public static string Hash(string key, string str)
 {
     return(CryptUtil.HmacSHA256(str, key));
 }