Date: Thu, 13 Apr 2000 10:29:16 +0200 From: Sheldon Hearn <sheldonh@uunet.co.za> To: "ilya" <rewt@mail.ru> Cc: freebsd-questions@FreeBSD.ORG Subject: Re: MD5 Message-ID: <4665.955614556@axl.ops.uunet.co.za> In-Reply-To: Your message of "Thu, 13 Apr 2000 10:43:36 %2B0400." <E12fdLk-000BmN-00@f4.mail.ru>
next in thread | previous in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?4665.955614556>