I notice the FileSource is using streams which under M$ are very expensive timewise (4.5 seconds for a 12 MB file vs .5 seconds to copy it). So I was thinking about justing using AES in ECB mode and doing the XOR work myself.
Am I going about this the hard way? Mark Jones
