HMAC-SHA256 加密介紹
資料來源: https://marcus116.blogspot.com/2019/06/how-to-create-hmacsha256-cryptographyin-csharp.html
HMAC 全名是 Hash-based message authentication code,是一種金鑰式雜湊演算法,可以結合加密金鑰 (key) 進行加密最後輸出 64 字元的內容,對於演算法內容想了解更多可以參考:
金鑰雜湊訊息鑑別碼: https://zh.wikipedia.org/wiki/金鑰雜湊訊息鑑別碼