Click or drag to resize

CryptographyHelperDecryptAes256CbcHkdfHmac Method

Decrypts data produced by EncryptAes256CbcHkdfHmac.

Namespace:  WorkflowGen.My.Security
Assembly:  WorkflowGen.My (in WorkflowGen.My.dll) Version: 8.3.5.0 (8.3.5.20250916)
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