This is for .NET 2.0. Is there any simple solution to automate PGP Encrytpion and Decryption in 64 bit dll. I used the OpenSource dll (NSDPGP) but i have issue in 64 bit. I think so they dont support 64 bit. I got some other solution but i dont want to use Command Prompt options, because catching exceptions regarding the issue is a problem. Looking for a solution ASAP, thanks for your time.
Chakra
Loading
gaurav agrawalPosted Jun 5, 2014, 11:17 AM
gaurav agrawalPosted Jun 5, 2014, 10:47 AM
puneet dhawanPosted May 24, 2012, 2:52 AM
Even I am having the same problem, I even compiled my application on x86 .. the nsdpgp3.dll cannot even be registered on windows 2008 64 bit machine. (I used both paths to register, windows32 and Windows\SysWOW64 for regsrv32)
Any suggestions ?
Chakravarthi KailashPosted Mar 23, 2011, 12:31 PM
Just go to the properties tab of your project and in the build option change it to X86 and compile it and check it out.
Thanks,
Chakra
vishalPosted Mar 23, 2011, 8:38 AM
I'm in a similar situation as you were. I have to send files to FTP using PGP encryption using C# , 2.0
I have to host this application on windows server 2008 R2, 64 bit server.
Were you able to setup the PGP encryption/decryption on 64 bit?
Can you please suggest what tools and code you used to accomplish the task.
Many Thanks,
vishal.
Email : [email protected]