Click or drag to resize

CryptographyHelperDecryptAes256CbcHkdfHmac Method

Decrypts data produced by EncryptAes256CbcHkdfHmac.

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 9.3.0.0 (9.3.0.20251001)
Syntax
public static string DecryptAes256CbcHkdfHmac(
	string encryptedData,
	string masterKey
)

Parameters

encryptedData
Type: SystemString
The encrypted string
masterKey
Type: SystemString
The master key used for encryption

Return Value

Type: String
The decrypted string
See Also