Reversing Encryption Conversation
Hey. I'm just throwing around ideas here, but get this.
I was thinking I wanted to decrypt the encrypted text files that CA loads up at the beginning of each game.
I thought I could do this by counting coincidences at first, but Im having a hard time finding any real code or lessons on it. Most of the code I see is for real encryptions like DES or triple DES, but to the point. (finally)
I supposed the easiest way would be just to monitor when and how CA accesses the files and when it decrypts them I just steal the algorithm of hook its functions and somehow get it to print out a copy. Now I change a few things and run the algorithm again and it should be reencrypted and ready to load up right?
So I guess what Im asking is do you think this will work. The only problem I can for see is that perhaps the algorithms won't be symmetrical.
This isn't really a code discussion. Im just talking about possible approaches to the situation right now.