On 1/9/06, Support <[EMAIL PROTECTED]> wrote:
>
>
> quote for the book-
>
> "PHP scripts will invoke the encryption process, and the public key has to
> be
> on the key ring of the user invoking the encryption. On the Web server,
> PHP
> usually runs as user "nobody" or "www" or as the user for you
by using PHP to invoke the encryption process."
so how does one find out what the name would be?
- Original Message -
From: Jason Petersen
To: zedleon
Cc: php-general@lists.php.net
Sent: Monday, January 09, 2006 7:23 PM
Subject: Re: [PHP] Help getting PHP and GPG to w
On 1/9/06, zedleon <[EMAIL PROTECTED]> wrote:
>
> Has anybody had success using PHP and GPG to send encripted email from a
> form?
>
Yes. You're on the right track. The method I used was to create a temp
file with my data, encrypt it with GPG, read it back into a string, then
mail() it. (Of co
Has anybody had success using PHP and GPG to send encripted email from a
form?
Seems like people avoid this issue like the plague. Very little is written
about it.
I am trying to get a script to work that was written in the book "php
essentials" by Julie Meloni.
Am I barking up the wrong tree? An
4 matches
Mail list logo