From owner-freebsd-stable Mon Jul 9 22:58:46 2001 Delivered-To: freebsd-stable@freebsd.org Received: from botbay.net (botbay.net [151.197.159.116]) by hub.freebsd.org (Postfix) with ESMTP id 1F1E437B403 for ; Mon, 9 Jul 2001 22:58:44 -0700 (PDT) (envelope-from wcampbel@botbay.net) Received: from localhost (wcampbel@localhost) by botbay.net (8.11.3/8.11.3) with ESMTP id f6A5wW473367 for ; Tue, 10 Jul 2001 01:58:33 -0400 (EDT) (envelope-from wcampbel@botbay.net) Date: Tue, 10 Jul 2001 01:57:28 -0400 (EDT) From: Walter Campbell To: Subject: Re: Generating encrypted passwords In-Reply-To: <200107100351.NAA22722@lightning.itga.com.au> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-stable@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.ORG On Tue, 10 Jul 2001, Gregory Bond wrote: > > /usr/libexec/makekey > > Thanks. That'll do, even tho it's pretty clumsy and DES only (no MD5 > passwords) and doesn't pick a salt for you. > > I might look at beefing it up a bit. (OK, a lot!) Most IRC servers include an mkpasswd utility. Hybrid 7 comes with one that can generate both DES and MD5, and allows you to specify a salt, or have it generate a random one. I put a copy of it up at http://ircd.botbay.net/pub/Other_Tools/mkpasswd.c (or ftp://ircd.botbay.net/pub/Other_Tools/mkpasswd.c ) To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-stable" in the body of the message