From owner-freebsd-questions Sun Feb 11 21:49:25 2001 Delivered-To: freebsd-questions@freebsd.org Received: from datasphereweb.com (c182500-a.frndl1.wa.home.com [24.10.46.121]) by hub.freebsd.org (Postfix) with SMTP id 04DE537B401 for ; Sun, 11 Feb 2001 21:49:22 -0800 (PST) Received: (qmail 5459 invoked from network); 12 Feb 2001 05:49:21 -0000 Received: from unknown (HELO reagan) (192.168.1.88) by c182500-a.frndl1.wa.home.com with SMTP; 12 Feb 2001 05:49:21 -0000 From: "David" To: "Vlad" , Subject: RE: how to get MD5 working!? Date: Sun, 11 Feb 2001 21:43:05 -0800 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2910.0) In-Reply-To: <20010211193252.A10313@tmd.df.ru> X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4133.2400 Importance: Normal Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Password hashes that start with $1$ are MD5. You might check out http://www.mostgraveconcern.com/freebsd/libcrypt.html this is a nice tutorial explaining how to switch between MD5 and DES. --- |> /\ \/ @ davidd@datasphereweb.com DataSphere - Back end web programming, site security, and networking david.daugherty@netmanage.com Software Engineer NetManage - The Bridge to E-Business http://www.wcug.wwu.edu/~doc ICQ: 21106703 "I like the dreams of the future better than the history of the past" -Thomas Jefferson > -----Original Message----- > From: owner-freebsd-questions@FreeBSD.ORG > [mailto:owner-freebsd-questions@FreeBSD.ORG]On Behalf Of Vlad > Sent: Sunday, February 11, 2001 4:33 PM > To: freebsd-questions@freebsd.org > Subject: how to get MD5 working!? > > > re. i have the following in /etc/login.conf: > > default:\ > :passwd_format=md5:\ > > what i am confused about is the following: > > root@~> ls -la /usr/lib/libcr* > rwxr-xr-x 1 root wheel 13 Feb 8 10:23 > /usr/lib/libcrypt.a -> libdescrypt.a > lrwxr-xr-x 1 root wheel 14 Feb 8 10:23 > /usr/lib/libcrypt.so -> libdescrypt.so > lrwxr-xr-x 1 root wheel 16 Feb 8 10:23 > /usr/lib/libcrypt.so.2 -> libdescrypt.so.2 > lrwxr-xr-x 1 root wheel 15 Feb 8 10:23 > /usr/lib/libcrypt_p.a -> libdescrypt_p.a > -r--r--r-- 1 root wheel 1259976 Feb 8 10:35 /usr/lib/libcrypto.a > lrwxr-xr-x 1 root wheel 14 Feb 8 10:35 > /usr/lib/libcrypto.so -> libcrypto.so.1 > -r--r--r-- 1 root wheel 782240 Feb 8 10:35 /usr/lib/libcrypto.so.1 > -r--r--r-- 1 root wheel 1341920 Feb 8 10:35 /usr/lib/libcrypto_p.a > > another confusion comes with adding a user.. if "adduser" is > used, the following entry appears: > > alek:l9He1OwE0Kq1w:1000:100::0:0:alek:/home/alek:/usr/local/bin/zsh > > however, if i use "enteruser" then the following appears: > > alek1:$1$tmPXhs5D$taefv4YM1njR1z0O8dQdT.:1008:100::0:0:alek:/home/ > alek1:/usr/local/bin/zsh > > which one is MD5 and which one is DES. also, how do i link > libcrypto to libmd5 (or something)? > > thanks for any advice. > - -- > tmd > > > To Unsubscribe: send mail to majordomo@FreeBSD.org > with "unsubscribe freebsd-questions" in the body of the message > To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message