From owner-freebsd-questions Fri Oct 24 06:31:53 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id GAA19307 for questions-outgoing; Fri, 24 Oct 1997 06:31:53 -0700 (PDT) (envelope-from owner-freebsd-questions) Received: from plains.NoDak.edu (tinguely@plains.NoDak.edu [134.129.111.64]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id GAA19302 for ; Fri, 24 Oct 1997 06:31:50 -0700 (PDT) (envelope-from tinguely@plains.NoDak.edu) Received: (from tinguely@localhost) by plains.NoDak.edu (8.8.7/8.8.7) id IAA07240; Fri, 24 Oct 1997 08:31:06 -0500 (CDT) Date: Fri, 24 Oct 1997 08:31:06 -0500 (CDT) From: Mark Tinguely Message-Id: <199710241331.IAA07240@plains.NoDak.edu> To: gnut@cki.ipri.kiev.ua, questions@FreeBSD.ORG Subject: Re: DES to MD5 Sender: owner-freebsd-questions@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk > We're changing servers from SCO to FreeBSD, but freebsd > is alredy installed with MD5. Is there any way of converting > user passwords from DES to MD5? install the DES package. The DES encyption routines first looks for the MD5 prefix ($1$), if found it automatically uses the MD5 encryption routine. In short the DES package is backward compatible with MD5. --mark.