updated to match recent changes

This commit is contained in:
Thilo Raufeisen 2005-10-25 19:37:32 +00:00
parent 05a9819d33
commit f89504c92e
7 changed files with 66 additions and 61 deletions

View file

@ -22,8 +22,7 @@ y9JHAWS6GctPfUHl1ZiS/1hq5s7xcWHsh7KTPwv449OsXIWFitnDH6jCL1sqQPjq
-----END PGP MESSAGE-----
';
$gnupg -> setPassPhrase ($passphrase);
$gnupg -> addDecryptKey ($fingerprint,$passphrase);
$plaintext = $gnupg -> decrypt ($mailtext);
echo "\n".$plaintext."\n";