| Encrypted mix files. | Unknown | 22:53 25-06-2005 | | |
I have it reading the mix files partially. It reads the header which tells it the correct number of files, but I cannot figure out where to put the 8 decrypted bytes in my structure.
Before I decode the data, it looks like (in hexadecimal, | being byte seperator)
239|66|e6|fa|8c|de|83|60
After decryption, it looks like
24|82|30|dF|21|0|2F|57
What do I do from here? A direct memcpy to the struct gives me invalid data. I have tried looking at the source code and I can't understand it.