Search found 1 match

by clivew
Wed Jul 09, 2008 11:30 pm
Forum: madBasic
Topic: Encryption size maximum
Replies: 0
Views: 16364

Encryption size maximum

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