envisiondesign
Programmer
I am being asked to support an app written in C# that I know very little about. I believe it was intended for .NET 2.
This app creates a file(internal local server), encrypts it (GNUPG)(internal local server) and FTPs it to a server (external).
When we were with vendor A everything worked. That was until Oct 07
We have a new vendor now and when we run the app we get this error.
CryptographicException: Length of the data to decrypt is invalid.
The file gets created and encypted just fine (if we manually send it, they can read it fine) and if I comment out the part where the ftp "do upload" occurs I get no error.
Unfortunately, I have very little understanding of the details of what's going on at this level.
Thoughts?
If you choose not to decide you still have made a choice; choose life.
This app creates a file(internal local server), encrypts it (GNUPG)(internal local server) and FTPs it to a server (external).
When we were with vendor A everything worked. That was until Oct 07
We have a new vendor now and when we run the app we get this error.
CryptographicException: Length of the data to decrypt is invalid.
The file gets created and encypted just fine (if we manually send it, they can read it fine) and if I comment out the part where the ftp "do upload" occurs I get no error.
Unfortunately, I have very little understanding of the details of what's going on at this level.
Thoughts?
If you choose not to decide you still have made a choice; choose life.