Date: Fri, 23 Jun 2000 07:43:08 -0400 From: "Troy Settle" <troy@picus.com> To: "Sean J. Schluntz" <schluntz@workofstone.com>, "Danny" <dannyh@idx.com.au> Cc: <freebsd-isp@freebsd.org> Subject: RE: Question about ways to do eMail authintication. Message-ID: <FCEELIAEIIECDGKKJLMIIEDPCAAA.troy@picus.com> In-Reply-To: <200006222220.PAA13281@mail.workofstone.net>
next in thread | previous in thread | raw e-mail | index | archive | help
We do this using PHP. The key we generate and email to the user is something like this: $key = substr(md5($username . $email . $time . $REMOTE_HOST),0,8) It's not perfect, but it's sufficient to prevent guessing, and has worked well enough for us over the last couple years. Similar functions are availiable in perl and can also be duplicated in a simple shell script (/sbin/md5). G'luck, -- Troy Settle Network Analyst Picus Communications 540.633.6327 ** -----Original Message----- ** From: owner-freebsd-isp@FreeBSD.ORG ** [mailto:owner-freebsd-isp@FreeBSD.ORG]On Behalf Of ** schluntz@timberwolf.workofstone.net ** Sent: Thursday, June 22, 2000 6:17 PM ** To: Danny ** Cc: freebsd-isp@freebsd.org ** Subject: Re: Question about ways to do eMail authintication. ** ** ** ** In message <00062408211500.00297@dannyh.freebsd.org>, Danny writes: ** >- Digitial Signatures? ** >- Digital signature does use the hashing technique ** >-Hope that helps ** ** I've got a couple of ideas on how to do it, but I really ** don't want to have ** to build it myself. I'm hoping someone knows of a package that does ** something like it already (like some mail-list software ** packages do, you ** have to respond to them before they subscribe you.) ** ** Thanks for the feedback though! ** ** -Sean ** ** ** To Unsubscribe: send mail to majordomo@FreeBSD.org ** with "unsubscribe freebsd-isp" in the body of the message ** To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-isp" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?FCEELIAEIIECDGKKJLMIIEDPCAAA.troy>