If I could trouble you again dissolved_girl I think what we spoke about above is what is causing me trouble today. I have started writing out the Non Encrypted Raw file then adding the Decrypted Raw data underneath and I can see after 16 entries the data is padded out with 16 entries of 16 then it continues correctly.
This padding out of 16s is stopping my code from running the decrypted version properly. I am reading in 14MB files of encrypted data so the below is just an excerpt but my original code above is what I am using. Is there a way to amend my original code to prevent the decrypted code from padding this data? I realise this could be a very newbie question.....Thank you Non Encrypted@[252, 72, 131, 228, 240, 232, 200, 0, 0, 0, 65, 81, 65, 80, 82, 81, 86, 72, 49, 210, 101, 72, 139, 82, 96, 72, 139, 82 The Decrypted @[252, 72, 131, 228, 240, 232, 200, 0, 0, 0, 65, 81, 65, 80, 82, 81, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 16, 86, 72, 49, 210, 101, 72, 139, 82, 96, 72, 139, 82 Run