Actually,  there ARE servers at both ends.  And the one I am sending to is
cut off from the net except for the SMTP mail port so I can do whatever I
want to with it.

That's an excellent idea!  *slaps head*  Why didn't I think of that? :)

Thanks Justin!

Bob

----- Original Message -----
From: "Justin French" <[EMAIL PROTECTED]>
To: "Bob Irwin" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Thursday, September 05, 2002 4:00 PM
Subject: Re: [PHP] Encryption of emails.


> Perhaps not EXACTLY what you're after, but I wrote a small, simple
function
> to encrypt a string with a key (i'll skip a long note about keeping the
key
> safe).
>
> Then I send an email with the data encrypted, and decrypt it at the other
> end (me) using a decrypt script located on my local server.
>
> It required PHP at both ends, which is a little catch.  If I move it into
> client systems, I'll look at a windows GUI to decrypt.
>
>
> Justin
>
>
> on 05/09/02 3:29 PM, Bob Irwin ([EMAIL PROTECTED]) wrote:
>
> > Hey guys,
> >
> > Can anyone recommend any PHP functions or plugins that will allow me to
send
> > encrypted emails via PHP?  Something similar to PGP would be excellent.
I
> > have use PGP with a formmail cgi previously, but obviously it'd be
easier to
> > have in-PHP support for it.
> >
> > Any suggestions are much appreciated!
> >
> > Best Regards
> > Bob Irwin
> > Server Admin & Web Programmer
> > Planet Netcom
> >
>
>
> --
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
>
>
> Scanned by PeNiCillin http://safe-t-net.pnc.com.au/
>
> Scanned by PeNiCillin http://safe-t-net.pnc.com.au/


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to