On Tue, 2003-11-18 at 20:57, Scott Barnhart wrote:
> Stephen,
> 
> That's where it gets more tricky.  I have always used the
> DefaultEncryptorWithMAC for most of my encryption needs, and it is already
> setup to just plop it in the same way I did with Gzip and Base64Encoder. So
> most of your questions are over my head.  The class DefaultEncryptorWithMAC
> uses DES-EDE2 and HMAC/SHA-1 to do its thing, but it uses Password-Based
> encryption, instead of real keys, so I am not exactly sure how that would
> affect things.
> 
> However, if you just copy the code for DefaultEncryptorWithMAC, and change
> its algorithm from DESede to AES, and pass in a real key and IV instead of a
> passphrase, you should be able to put something together.
> 
> I do sympathize with what you are going thru - everytime I try to do
> anything other then what has already been coded in test.cpp by Wei, I end up
> killing myself for days to figure it out.
> 
> Scott Barnhart

Thanks. I will look into it.

Stephen

Reply via email to