i m looking for ways to decrypt a string in cobol that was encrypted in .net using RijndaelManaged. I have control of the algorithm so it doesn t need to be Rijdnael, but i just need to ensure that the data is encrypted.
Any help advice is appreciated.
Thanks Sean
[Edit] - the data is encypted in a c# windows service that i ve created. The data must be decrypted by a cobol system that will retreive the data from the windows service via tcpip. The encryption algorithm can be changed (in the windows service) and doesn t have to be Rijndael as long as cobol can decrypt it.