From owner-freebsd-questions@FreeBSD.ORG Tue Oct 7 00:53:27 2008 Return-Path: Delivered-To: freebsd-questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id 2951C106568B for ; Tue, 7 Oct 2008 00:53:27 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from aegis.hamla.org (aegis.hamla.org [206.251.255.39]) by mx1.freebsd.org (Postfix) with ESMTP id B43FC8FC13 for ; Tue, 7 Oct 2008 00:53:26 +0000 (UTC) (envelope-from sahil@tandon.net) Received: from localhost (localhost [127.0.0.1]) by aegis.hamla.org (Postfix) with ESMTP id 0FF675C81 for ; Mon, 6 Oct 2008 20:54:00 -0400 (EDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/simple; d=tandon.net; h= x-virus-scanned:in-reply-to:content-disposition:content-type :mime-version:references:reply-to:message-id:subject:from:date: received; s=aegis; t=1223340839; bh=eUPRQy1+mNzYr6x69OJl6i0wEzcd +SoGGFleP6nkx1k=; b=t+7b0N1Gpea2mkjTpxOyIdqz4OBLRXPeaARl1zAydFCg UNkqn4c8iCWJv+ejy5mbZ8Lv+a50spYXkPOFlX9uFWzbfl4IqWtOU3m6okr7elBL RsNfxCGPJArgsYJ9+20FQ3ktfbf0xlS8bDvftZhBRQ7IoRudzsHkHG4Bv5/tpnc= Received: from aegis.hamla.org ([127.0.0.1]) by localhost (aegis.hamla.org [127.0.0.1]) (amavisd-new, port 10027) with LMTP id CI-BBexSo4A8 for ; Mon, 6 Oct 2008 20:53:59 -0400 (EDT) Date: Mon, 6 Oct 2008 20:53:25 -0400 From: Sahil Tandon To: freebsd-questions@freebsd.org Message-ID: <20081007005325.GA12031@shepherd> References: <89ce7f740810052214k4419d939s8bb8ebce5e703626@mail.gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <89ce7f740810052214k4419d939s8bb8ebce5e703626@mail.gmail.com> X-Virus-Scanned: ClamAV version 0.94, clamav-milter version 0.94 on aegis.hamla.org X-Virus-Status: Clean Subject: Re: How to generate password hashes for vipw and chpass X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list Reply-To: "freebsd-questions@freebsd.org" List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 07 Oct 2008 00:53:27 -0000 Ivan Rambius Ivanov wrote: > Can you please show me how to generate the password hashes? There are many tools; I use security/makepasswd. -- Sahil Tandon