That's not the point. iData is a MemoryBlock, 164 bytes long. data is a string, 164 bytes long. iData contents (as a String) is the same as data.
IVector is another MemoryBlock, Size 16, contains only zeros. IVectorOffset is 0. Once again, the same code works on Mac (IDE or compiled). I tested the Windows compiled code on my PC -> crash I then tested the IDE app on Windows, and got the same crash without Exception break in Xojo. Crash message is: Problem Event Name: APPCRASH Application Name: MyApp.exe ... Default Module name: MBS_OpenSSL_Plugin_18021.dll Default Module Version: 13.4.0.18020 Exception code: c0000005 Exception shift: 0000c6f2 Last info: The Encryption MBS plugin I'm using is not registered. I'm still in test phase. Does this mean something for you? Thanks for your help, I need it! Jean-Luc Le 07/03/2014 13:08, Christian Schmitz a écrit : > Am 07.03.2014 um 12:51 schrieb Jean-Luc Arnaud <[email protected]>: > >> Hi all, >> >> a.EncryptCFB128(idata, lenb(data), IVectorOffset, IVector, nil, 0, 0) > idata vs. data? > > Maybe you pass wrong length. > > Sincerely > Christian > _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
