Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Fri, 9 Feb 2001, Christian Reiniger wrote: > > This returns echoes the part after the | in safe-mode. > echo only outputs something. it doesn't return anything. Yup, grammar error, I meant "prints to stdout" :) > Write > $comm = "$data | " . $this->gpg_command; Didn't work that way :( > an

Re: [PHP] Mail-Encryption

2001-02-09 Thread Lic. Rodolfo Gonzalez Gonzalez
On Thu, 8 Feb 2001, Richard Lynch wrote: > Maybe you can create a custome keyring for just the web-usage of public keys > only... Hum... I wouldn't like it, anyway. Hmmm, is there any other way to pass "stdin" to an external program, other than using echo and a pipe?. I've also tried by placing

Re: [PHP] Mail-Encryption

2001-02-09 Thread Christian Reiniger
On Wednesday 07 February 2001 22:42, Rodolfo Gonzalez Gonzalez wrote: > I found a pgp class and took parts of it to work with gpg, but it > doesn't work in safe-mode. I'm using this pipe to pass the data to > encrypt to gpg: > >$comm = "echo '$data' | $this->gpg-commmand"; >$fd = popen("$

Re: [PHP] Mail-Encryption

2001-02-08 Thread Richard Lynch
AIL PROTECTED]> To: Richard Lynch <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Wednesday, February 07, 2001 3:42 PM Subject: Re: [PHP] Mail-Encryption > On Thu, 8 Feb 2001, Richard Lynch wrote: > > > You can find a long-winded post from me a year or two ago about my

Re: [PHP] Mail-Encryption

2001-02-08 Thread Rodolfo Gonzalez Gonzalez
On Thu, 8 Feb 2001, Richard Lynch wrote: > You can find a long-winded post from me a year or two ago about my trials > and tribulations (and a *lot* of help from others to get me going). I found a pgp class and took parts of it to work with gpg, but it doesn't work in safe-mode. I'm using this p

Re: [PHP] Mail-Encryption

2001-02-08 Thread Richard Lynch
> I want to send mails via the "mail"-command which are encrypted and > which uses the certificates used by Netscape Messenger and Outlook (if > you export the files, it's extention is .p12). > > - How do I generate such keys (in general) ? Install gnupg (http://gnupg.org) or PGP and use http://p

[PHP] Mail-Encryption

2001-02-06 Thread Martin Thoma
Hello ! I want to send mails via the "mail"-command which are encrypted and which uses the certificates used by Netscape Messenger and Outlook (if you export the files, it's extention is .p12). - How do I generate such keys (in general) ? - How can I send an encrypted email from an Unix-Server (