From owner-freebsd-stable Mon Dec 11 3:24:42 2000 From owner-freebsd-stable@FreeBSD.ORG Mon Dec 11 03:24:34 2000 Return-Path: Delivered-To: freebsd-stable@freebsd.org Received: from mx1.FreeBSD.org (mx1.FreeBSD.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id CD5C737B69B for ; Mon, 11 Dec 2000 03:24:17 -0800 (PST) Received: from plab.ku.dk (plab.ku.dk [130.225.105.65]) by mx1.FreeBSD.org (Postfix) with ESMTP id 70FCE6E3037 for ; Mon, 11 Dec 2000 02:26:26 -0800 (PST) Received: (from root@localhost) by plab.ku.dk (8.11.0/8.9.3) id eBBAP6C86235 for freebsd-stable@freebsd.org.AVP; Mon, 11 Dec 2000 11:25:06 +0100 (CET) (envelope-from postmaster@plab.ku.dk) Received: from raven.plab.ku.dk (raven.plab.ku.dk [130.225.105.67]) by plab.ku.dk (8.11.0/8.9.3) with ESMTP id eBBAP5686227 for ; Mon, 11 Dec 2000 11:25:06 +0100 (CET) (envelope-from postmaster@plab.ku.dk) In-Reply-To: Nora Etukudo's message of "Fri, 8 Dec 2000 12:27:47 +0100" Subject: Re: crypt() default behavior Content-Transfer-Encoding: 8bit References: <3A2F9680.A16C609D@triplan.com> <20001208122747.A29665@mail.nxe.de> To: freebsd-stable@freebsd.org From: Dmitry Karasik X-Comment-To: Nora Etukudo Content-Type: text/plain; charset="koi8-r" Lines: 19 Mime-Version: 1.0 Date: 11 Dec 2000 11:25:07 +0100 X-Mailer: Mail::Mailer[v1.18] Net::SMTP[v2.13] Message-Id: Sender: postmaster@plab.ku.dk Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG Hi Nora! On 08 Dec 00 at 12:27, "Nora" (Nora Etukudo) wrote: Nora> DES and MD5 encrypted passwords. Since several years I have the Nora> following a.o. in my post installation script: Nora> .... echo "Linke die MD5-Crypto Bibliotheken ...." ( cd /usr/lib Nora> rm -f libcrypt.a; ln -s libscrypt.a libcrypt.a rm -f libcrypt.so; Thanks a lot, that's the way I like it :) By the way, where can I read more on the topic? Like, why different outputs of perl -le 'print crypt(q(jopa), q(salt))' -- Sincerely, Dmitry --- www.karasik.eu.org --- To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message