At 2004-01-21T01:37:15Z, "W. D." <[EMAIL PROTECTED]> writes:

> I'd like to use the PHP mail() function to send back some sensitive
> information.  The command pkg_info doesn't show any encryption packages
> installed.
>
> Does anyone have some experience with sending out encrypted emails?

Why not:

1) Install the security/gnupg port.
2) Generate a keypair for the email recipient.
3) Craft your script to use the "gpg" program to encrypt the outbound email
   with the public key generated in step #2.
4) mail()
5) Profit!

-- 
Kirk Strauser

"94 outdated ports on the box,
 94 outdated ports.
 Portupgrade one, an hour 'til done,
 82 outdated ports on the box."

Attachment: pgp00000.pgp
Description: PGP signature

Reply via email to