[PHP] Signing Files with PGP

2001-12-20 Thread J.Mueller, pro.vider.de GmbH
Hello List, I try to setup a script which automatically signs a file with PGP. With the system command this looks like that: % /usr/local/bin/pgps -u Juergen -ato test1.sig ~/test1.txt A private key is required to make a signature. Need a pass phrase to decrypt private key: 1024 bits, Key

Re: [PHP] Signing Files with PGP

2001-12-20 Thread Brian Clark
* J.Mueller, pro.vider.de GmbH ([EMAIL PROTECTED]) [Dec 20. 2001 04:17]: Hello List, Howdy.. I try to setup a script which automatically signs a file with PGP. [...] When I use something like $command=/usr/local/bin/pgps -u Juergen -ato test1.sig ~/test1.txt; exec($command,$answer);

Re: [PHP] Signing Files with PGP

2001-12-20 Thread Jon Farmer
is not a drug. [EMAIL PROTECTED] Sent: Thursday, December 20, 2001 2:37 PM Subject: Re: [PHP] Signing Files with PGP * J.Mueller, pro.vider.de GmbH ([EMAIL PROTECTED]) [Dec 20. 2001 04:17]: Hello List, Howdy.. I try to setup a script which automatically signs a file with PGP. [...] When I