CoreHMAC_SHA1 Method
取得HMAC-SHA1加密字串
Namespace: eBizprise.FrameworkAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
public static string HMAC_SHA1(
string encryptKey,
string data
)
- encryptKey String
- 加密金鑰
- data String
- 文字
Stringstring
string contextHash = CertEncoder.HMAC_SHA1(contextJson);
| Date | Version | Description |
|---|
| 2020/05/05 | 1.0.4.0 | 增加MD5加密、SHA1雜湊與HMAC-SHA1加密功能 |
| 2020/05/14 | 1.0.5.0 | 修正MD5加密、HMAC-SHA1加密功能不做特殊置換處理 |
| 2020/05/21 | 1.0.6.0 | 實測調整 |
| 2025/09/19 | 25.0.0.0 | 彙整2025年度初版 |