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
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 -
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$