str = CryptEncrypt(Final, Data
, Hash
, Flags
)
Encrypts and optionally hashes data
Parameters
Final : int
Boolean, use True if this is final encryption operationData : buffer
Data to be encryptedHash=None : PyCRYPTHASH
Hash to be updated with data passed in, can be None
Flags=0 : int
Reserved, use 0 if passed in