There's something strange about those file sizes. If they were a split set, wouldn't they all be the same size except for one?
The only explanation I can think of is the data was `tar`d, then `split`, then compressed (to make the varying sizes), then encrypted, which seems more than a little insane.
The files are Base64 encoded, which means they are considerably larger than their equivalent binary.
Yeah it seems strange to me too, it's possible the server I was downloading from had incomplete files... it seems like Kennedy.Warhead1, Roberts.Warhead1, and Sotomayor.Warhead1 should be 150 MB... those are the file sizes reported by the server though.
The only explanation I can think of is the data was `tar`d, then `split`, then compressed (to make the varying sizes), then encrypted, which seems more than a little insane.
The files are Base64 encoded, which means they are considerably larger than their equivalent binary.