From owner-freebsd-questions Tue Feb 17 06:51:25 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id GAA03920 for freebsd-questions-outgoing; Tue, 17 Feb 1998 06:51:25 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from gatekeeper.barcode.co.il (gatekeeper.barcode.co.il [192.116.93.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id GAA03846 for ; Tue, 17 Feb 1998 06:51:14 -0800 (PST) (envelope-from nadav@barcode.co.il) Received: (from smap@localhost) by gatekeeper.barcode.co.il (8.8.7/8.8.7) id QAA10942; Tue, 17 Feb 1998 16:44:49 +0200 (IST) (envelope-from nadav@barcode.co.il) X-Authentication-Warning: gatekeeper.barcode.co.il: smap set sender to using -f Received: from localhost.barcode.co.il(127.0.0.1) by gatekeeper.barcode.co.il via smap (V2.0) id xma010940; Tue, 17 Feb 98 16:44:25 +0200 Message-ID: <34E9A3A1.1B46@barcode.co.il> Date: Tue, 17 Feb 1998 16:50:09 +0200 From: Nadav Eiron X-Mailer: Mozilla 3.0 (X11; I; SunOS 5.6 sun4u) MIME-Version: 1.0 To: Fred Isler CC: freebsd-questions@FreeBSD.ORG Subject: Re: Crypt, or no Crypt? References: <19980217143058.9105.rocketmail@send1b.yahoomail.com> Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Fred Isler wrote: > > Hello.... > > I've come across a situation on my web site (attempting to run Matthew > Wright's WWWBoard 2.0a message board script) which requires the > crypt() function, but I've learned that, to my knowledge, FreeBSD > doesn't include that function. It's certainly not on "my" web server, That's wrong. crypt() is included. Just try man crypt and you'll see. You'll probably be fine by simply compiling -lcrypt. Note that by default it will use the MD5 algorithm. If you need DES, install the DES distribution from sysinstall. [snip] > > Fred Isler > > == > --- > W. Fredric Isler > fred_isler@yahoo.com > _________________________________________________________ > DO YOU YAHOO!? > Get your free @yahoo.com address at http://mail.yahoo.com > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message Nadav To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message