用CryptProtectData等这些加密函数Function Description 
CryptDecrypt Decrypts a section of ciphertext by using the specified encryption key. 
CryptEncrypt Encrypts a section of plaintext by using the specified encryption key. 
CryptProtectData  Performs encryption on the data in a DATA_BLOB structure. 
CryptUnprotectData  Performs a decryption and integrity check of the data in a DATA_BLOB.