TripleDES decryption works, but has some scrambled text in the middle
问题 I'm working on decrypting something I didn't create. The authors encrypted it from a java program, and I'm trying to decrypt it in C#. They have given me the logic behind their encryption (the integer key array, encoding type, and TripleDES), and I've been trying to figure this out. Long story short, I have been able to decrypt most of the text, however, the middle is always scrambled. I've researched this a lot trying to figure it out, notably, the issue of Java's negative byte numbers. This