From owner-freebsd-questions@FreeBSD.ORG Tue Jan 20 19:55:39 2004 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 03A6016A4CE for ; Tue, 20 Jan 2004 19:55:39 -0800 (PST) Received: from kanga.honeypot.net (kanga.honeypot.net [208.162.254.122]) by mx1.FreeBSD.org (Postfix) with ESMTP id 583A043D54 for ; Tue, 20 Jan 2004 19:55:34 -0800 (PST) (envelope-from kirk@strauser.com) Received: from pooh.strauser.com (pooh.honeypot.net [10.0.5.128]) by kanga.honeypot.net (8.12.10/8.12.10) with ESMTP id i0L3tWuW050634 for ; Tue, 20 Jan 2004 21:55:33 -0600 (CST) (envelope-from kirk@strauser.com) To: freebsd-questions@freebsd.org References: <5.1.0.14.2.20040120193001.05cca510@209.152.117.178> From: Kirk Strauser Date: Tue, 20 Jan 2004 21:55:28 -0600 In-Reply-To: <5.1.0.14.2.20040120193001.05cca510@209.152.117.178> (W. D.'s message of "Tue, 20 Jan 2004 19:37:15 -0600") Message-ID: <87isj6gdlb.fsf@strauser.com> Lines: 25 X-Mailer: Gnus/5.1003 (Gnus v5.10.3) Emacs/21.3 (gnu/linux) MIME-Version: 1.0 Content-Type: multipart/signed; boundary="=-=-="; micalg=pgp-sha1; protocol="application/pgp-signature" Subject: Re: Email encryption options for FreeBSD? X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 21 Jan 2004 03:55:39 -0000 --=-=-= Content-Transfer-Encoding: quoted-printable At 2004-01-21T01:37:15Z, "W. D." 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! =2D-=20 Kirk Strauser "94 outdated ports on the box, 94 outdated ports. Portupgrade one, an hour 'til done, 82 outdated ports on the box." --=-=-= Content-Type: application/pgp-signature -----BEGIN PGP SIGNATURE----- Version: GnuPG v1.2.4 (GNU/Linux) iD8DBQBADfgz5sRg+Y0CpvERAtWjAJ9rC2lIvKJn0+x2iGmXLmOMXFAFKgCeOgV7 tTrospFJ8JZJMFZ1OWWZ/J8= =ITMb -----END PGP SIGNATURE----- --=-=-=--