The CryptProtectData function performs encryption on the data in a DATA_BLOB structure. Typically, only a user with the same logon credential as the encrypter can decrypt the data. In addition, the encryption and decryption usually must be done on the same computer.
3/16/2007 1:39:46 PM - -204.16.176.130
Used to pass data to and from CryptProtectData, CryptUnprotectData
3/16/2007 2:15:45 PM - c.durkin-208.186.175.2
The CRYPTPROTECT_PROMPTSTRUCT structure provides the text of a prompt and information about when and where that prompt is to be displayed when using the CryptProtectData and CryptUnprotectData functions.
3/16/2007 2:15:33 PM - jachymko-213.199.128.149
CryptProtectData and CryptUnprotectData dwFlags
3/16/2007 1:41:45 PM - -202.1.96.195
The CryptUnprotectData function decrypts and does an integrity check of the data in a DATA_BLOB structure. Usually, only a user with the same logon credentials as the encrypter can decrypt the data. In addition, the encryption and decryption must be done on the same computer.