Click here to Skip to main content
15,895,084 members

Comments by Ozer Karaagac (Top 37 by date)

Ozer Karaagac 14-Apr-11 8:23am View    
You're welcome. :-)
It entered my head that the files might have been encrypted for only 4GB portion and the rest would still be in unencrypted form. If so, encrypted part (say, first 4GB) could be copied out into a new file, could be decrypted there and could be merged with second part. But the encrypted part might or might not be 4GB exactly, that is, 4 * 1024 * 1024 * 1024 = 4294967296. It might be (4GB - n) where the n might be 1 or any arbitrary number.

The best way to understand this. You can inspect a file grater than 4GB with the help of a hex editor. You should inspect it in both original and encrypted form in order to find out the position where encryption ends.

The second way that comes to my mind, maybe, you can use an enhanced file comparison utility.

Regards,
Ozer
Ozer Karaagac 13-Apr-11 20:32pm View    
My 5.
Ozer Karaagac 12-Apr-11 15:53pm View    
Thanks, Espen...
Ozer Karaagac 11-Apr-11 23:53pm View    
Complete explanation. My 5.
Ozer Karaagac 11-Apr-11 22:40pm View    
Greetings, SA...