win32crypt.CryptUnprotectData
(str, bytes) = CryptUnprotectData(DataIn, OptionalEntropy , Reserved , PromptStruct , Flags )
Decrypts data that was encrypted using win32crypt::CryptProtectData.
Parameters
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.