From owner-freebsd-questions Thu Apr 13 1:30: 5 2000 Delivered-To: freebsd-questions@freebsd.org Received: from axl.ops.uunet.co.za (axl.ops.uunet.co.za [196.31.1.175]) by hub.freebsd.org (Postfix) with ESMTP id A22B837B61C for ; Thu, 13 Apr 2000 01:30:01 -0700 (PDT) (envelope-from sheldonh@axl.ops.uunet.co.za) Received: from sheldonh (helo=axl.ops.uunet.co.za) by axl.ops.uunet.co.za with local-esmtp (Exim 3.13 #1) id 12ff00-0001DG-00; Thu, 13 Apr 2000 10:29:16 +0200 From: Sheldon Hearn To: "ilya" Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MD5 In-reply-to: Your message of "Thu, 13 Apr 2000 10:43:36 +0400." Date: Thu, 13 Apr 2000 10:29:16 +0200 Message-ID: <4665.955614556@axl.ops.uunet.co.za> Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Thu, 13 Apr 2000 10:43:36 +0400, "ilya" wrote: > I work around with FreeBSD 4.0 and my master.passwd encrypting with > DES. Does anyone know how can i encrypt master.passwd using MD5 > strong encryption? This is covered in the FreeBSD Handbook: http://www.freebsd.org/handbook/crypt.html All you need to do is replace the symbolic links which currently point to libdescrypt, with links that point instead to libscrypt. To prevent ``make world'' from toasting these symbolic links in future, add this to your /etc/make.conf: NODESCRYPTLINKS=true Ciao, Sheldon. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message