Re: GPG encryption and decryption in windows

2011-06-10 Thread Steve Strobel
My question is how to get rid of the passphrase prompt during runtime in windows platform? This may be completely unrelated, but I also ran into a problem where I was prompted for a passphrase when the real issue was something else. Running on an Ubuntu host trying to connect to and Ubuntu

Re: GPG encryption and decryption in windows

2011-06-09 Thread Scott Lambdin
On Thu, Jun 9, 2011 at 4:36 AM, wrote: > Hi, > > > > I’m trying to use GPG on windows to encrypt and decrypt some XML messages. > ON windows I’m able to encrypt with the passphrase of the message sender > passed as below: > > gpg --passphrase $passphrase$ --no-secmem-warning -e -

GPG encryption and decryption in windows

2011-06-09 Thread Sethukumar.R
Hi, I'm trying to use GPG on windows to encrypt and decrypt some XML messages. ON windows I'm able to encrypt with the passphrase of the message sender passed as below: gpg --passphrase $passphrase$ --no-secmem-warning -e -u $senderUserName$ -r $receiverUserName$ $xmlFileName$