Yeh, you mean read and write in chunks like you do in stdio. But to make it secure, 
you need to add some random data to the message, or successive messages can open you 
to differential attacks, no?

I chose the later option and just stuffed two char "noise" itoa of a byte of random 
data at the front end of each block. All I do is prune it off on decrypt.

-----Original Message-----
From: Michael Hunley [mailto:[EMAIL PROTECTED]
Sent: Tuesday, April 08, 2003 5:49 AM
To: [EMAIL PROTECTED]
Subject: RE: Dumb question.

Reply via email to