Page 1 of 1

Encryption size maximum

Posted: Wed Jul 09, 2008 11:30 pm
by clivew
I want to use madEncrypt to encrypt files but the maximum length of the buffer is defined as a DWORD. TMemoryStream.Size is defined as Int64.
Does this mean I can only encrypt a file that is maxlongint in size?

Clive