Am 21.06.2012 um 19:27 schrieb David Arenas: > Hi everyone, > > Actually the OpenMovieWithCustomQTDataHandlerMBS method crash when you are > decrypting a mov file using AES algorithm (Sync or Async). This method crash > from 2010. Maybe Christian will must try to find a solution, or delete this > method from the Quicktime plugin because is impossible use this method in a > production environment.
Well, AES has a big disadvantage. It reads/writes in blocks which makes performance here very bad. Please consider using the simple XOR with large random key. 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
