Our app encrypts a value using RC2 in C++ code and I wrote a decryption routine in .NET
The problem is that it works fine on our dev server, which is Windows 2003 but fails on the Windows 2000 one. It's running the same code and I checked everything else and it seems there are differences in the way the 2 encrypt.
Has anyone had any experience with that?