Email encryption options for FreeBSD?

Kirk Strauser kirk at strauser.com
Tue Jan 20 19:55:39 PST 2004


At 2004-01-21T01:37:15Z, "W. D." <WD at US-Webmasters.com> 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."
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20040120/08965490/attachment.bin


More information about the freebsd-questions mailing list