On Tue, Apr 29, 2003 at 12:11:36AM +0100, ImagingStuff wrote: > How is this normally done? I read somewhere that it is usually passed as > the first block of the encrypted stream - is that standard?
That should be fine, or you can pass it any other way that is convenient. > Is there support for this in cryptopp? No directly. You'll have to extract the IV out and pass on the rest of the encrypted stream to Crypto++ seperately.
