win32crypt.CryptUnprotectData

(string, string) = CryptUnprotectData(optionalEntropy, reserved , promptStruct , flags )

Parameters

optionalEntropy : buffer

The entropy passed to CryptProtectData

reserved : None

Must be None

promptStruct : PyCRYPTPROTECT_PROMPTSTRUCT/None

flags : int

Return Value

The result is a tuple of (description, data) where description is the description that was passed to win32crypt::CryptProtectData, and data is the unencrypted data.