> -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On Behalf Of Stephen torri > Sent: Monday, November 17, 2003 6:01 PM > To: cryptopp > Subject: RE: Decryption in CFB_Mode<AES> > > > On Mon, 2003-11-17 at 14:21, Walton, Jeffrey wrote: > > Hi Stephen, > > > > Generally, one would compress first. This helps develop > entropy (iirc > > - its been a while since my crypto class). However, it may > be a moot > > point considering the algorithms you are using. > > > > Jeff > > > > It requires me to encrypt less too. > > Do you have an code example I can review? I am looking for > example of how to use the StreamTransformationFilter to > compress and encrypt a file. Of course doing the opposite to decrypt. > > Stephen > -- > Stephen Torri
Hi Stephen, My code is not elegant. I tend to perform each operation in sequence. It makes it easier to debug the code (for me). Jeff
