AESEncoderDecryptGCM(String, String) Method
使用AES-GCM模式解密指定文字 (使用設定檔中的Key)
Namespace: eBizprise.Framework.EncodeHelperAssembly: eBizprise.Framework.Core (in eBizprise.Framework.Core.dll) Version: 26.0.0.0+6e92afb880fa099fdfe407c9aa8d1b17eaaf3625
public static string DecryptGCM(
string encryptedData,
string associatedData = null
)
- encryptedData String
- 加密資料 (格式: Nonce|Tag|CipherText,以|分隔的Base64字串)
- associatedData String (Optional)
- 附加驗證資料 (AAD),必須與加密時使用的相同
String解密後的明文
| Date | Version | Description |
|---|
| 2026/01/07 | 26.0.0.0 | 彙整2026年度初版,新增GCM支援 |