Voting

: three minus zero?
(Example: nine)

The Note You're Voting On

upul at tfs dot co
1 year ago
$gpg->addencryptkey('Sender public key fingerprint ');
$gpg->addsignkey('My Private key fingerprint',$passphrase);
$enc = $gpg->encryptsign(test.csv);

With the above code file gets encrypted but the file does not get signed. moreover, if I use my public key fingerprint for addencryptkey file gets encrypted and signed. Any idea for this issue?

<< Back to user notes page

To Top