From owner-freebsd-questions Thu Jan 15 02:27:21 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id CAA29705 for questions-outgoing; Thu, 15 Jan 1998 02:27:21 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from luke.cpl.net (luke.cpl.net [209.150.73.2]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id CAA29393 for ; Thu, 15 Jan 1998 02:24:13 -0800 (PST) (envelope-from shawn@luke.cpl.net) Received: from localhost (shawn@localhost) by luke.cpl.net (8.8.8/8.6.12) with SMTP id CAA28989; Thu, 15 Jan 1998 02:23:33 -0800 (PST) Date: Thu, 15 Jan 1998 02:23:33 -0800 (PST) From: Shawn Ramsey To: Peter cc: questions@FreeBSD.ORG Subject: Re: md5 to DES - PASSWORDS ! In-Reply-To: <3.0.1.32.19980113215200.007aae90@mailhost.worldinternet.net> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk > On one box I have 2.2.5 installed with wd5 as the password encryption, how > can I change the encryption to DES. I have the code on the CD but just need > to know how to implement it. All you should need to do is run the install script for DES. All your old passwords will still be in MD5 format, but any new users added will use DES.