Re: [crypt32] implementation of CryptProtectData/CryptUnprotectData

2005-05-18 Thread Alexandre Julliard
Kees Cook <[EMAIL PROTECTED]> writes: > Okay, cool. Alexandre, please let me know if breaking it up is > prefered, or if you want stuff arranged in some other way. I'm all ears > for suggestions. :) Breaking things up is always preferred. -- Alexandre Julliard [EMAIL PROTECTED]

Re: [crypt32] implementation of CryptProtectData/CryptUnprotectData

2005-05-17 Thread Kees Cook
On Tue, May 17, 2005 at 02:34:53PM +0900, Mike McCormack wrote: > >ChangeLog: > > Implements a best-guess of CryptProtectData/CryptUnprotectData. > > Wow. That's alot of work :) Heh, yeah, it has been. But, I want it to get accepted, so I'll keep working on it. :) > This patch looks OK to

Re: [crypt32] implementation of CryptProtectData/CryptUnprotectData

2005-05-16 Thread Mike McCormack
Kees Cook wrote: Hi, I'm back again. :) This implements the crypt32 functions CryptProtectData and CryptUnprotectData, using a best-guess at the true Windows opaque data format and encryption methods. It attempts to follow the "details" in the MSDN article that described CryptProtectData. Please