manoj schrieb:
i am trying this using php on windows
$res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0
--clearsign 'd:\gp_test\tt.inmp'");
but is not working
What "is not working"?
Can you call the GPG executable at all? I.e. try to print the output of
"gpg --version" in your PHP p
Hi,
i ma very new to gnugp or gpg concept want to send signed mails using gpg . for
testing perpose i have intalled gpg at my local machine and generated the pulic
and private keys .
i am trying this using php on windows
$res=shell_exec("echo $passphrase | $gpg --passphrase-fd 0 --clearsign
'