We have a windows service program written in vb.NET (framework 4). This service will pick up the file from path A, processes it and creates output file(XML file) to path B. This output file is in .IN type.
We want to perform encryption on this .IN file and convert it into .PGP type which is later picked up through FTP.
Previously we were using cryptocx v5 in our code in windows 2003 server and here encryption worked perfectly.
Now we have migrated our application to windows 2012 R2 server (64 bit) and here while performing encryption we are getting an error pop up.
We tried installing cryptocx v5 and V7 software’s, but we are getting same error pop up.
How to perform encryption (.pgp) on our windows 2012 R2 server (.net Framework 4)?