On 22.06.2012, at 15:11, David Arenas wrote: > Hi everybody, > > AES maybe has disadvantage, but this is not a disadvantage, this is a bug.
Right. My big problem is that I can't reproduce a crash here. It's working fine for me. Can you provide an example which crashes? > The XOR with large keys is really easy to crack, I was testing in the past, > so XOR is not enough secure method.... The big problem with data handler is, that AES needs block aligned data, but we also have requests for just a few bytes. So XOR is much easier to handle in this case. We could have an optimized XOR maybe? Like including an offset and including current file position? That would still be faster than re reading blocks. Greetings Christian -- Real Studio Conferences, Training and Meetings. More details and registration here: http://www.monkeybreadsoftware.de/realbasic/events/ _______________________________________________ Mbsplugins_monkeybreadsoftware.info mailing list [email protected] https://ml01.ispgateway.de/mailman/listinfo/mbsplugins_monkeybreadsoftware.info
