From owner-freebsd-questions@FreeBSD.ORG Tue Jan 22 07:22:08 2008 Return-Path: Delivered-To: questions@freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2001:4f8:fff6::34]) by hub.freebsd.org (Postfix) with ESMTP id EBE3416A418 for ; Tue, 22 Jan 2008 07:22:08 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from mail.cs.ait.ac.th (mail.cs.ait.ac.th [192.41.170.16]) by mx1.freebsd.org (Postfix) with ESMTP id 2C23E13C45A for ; Tue, 22 Jan 2008 07:22:07 +0000 (UTC) (envelope-from on@cs.ait.ac.th) Received: from banyan.cs.ait.ac.th (banyan.cs.ait.ac.th [192.41.170.5]) by mail.cs.ait.ac.th (8.13.1/8.12.11) with ESMTP id m0M7LZVQ000631 (version=TLSv1/SSLv3 cipher=DHE-RSA-AES256-SHA bits=256 verify=NO); Tue, 22 Jan 2008 14:21:35 +0700 (ICT) Received: (from on@localhost) by banyan.cs.ait.ac.th (8.13.6/8.12.11) id m0M7LZo9049256; Tue, 22 Jan 2008 14:21:35 +0700 (ICT) Date: Tue, 22 Jan 2008 14:21:35 +0700 (ICT) Message-Id: <200801220721.m0M7LZo9049256@banyan.cs.ait.ac.th> From: Olivier Nicole To: on@cs.ait.ac.th In-reply-to: <200801220717.m0M7HLjR049208@banyan.cs.ait.ac.th> (message from Olivier Nicole on Tue, 22 Jan 2008 14:17:21 +0700 (ICT)) References: <47958F26.3030704@wlink.com.np> <200801220717.m0M7HLjR049208@banyan.cs.ait.ac.th> X-Virus-Scanned: on CSIM by amavisd-milter (http://www.amavis.org/) Cc: questions@freebsd.org, teklimbu@wlink.com.np Subject: Re: Need to re-generate the passwords in /etc/passwd X-BeenThere: freebsd-questions@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: User questions List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 22 Jan 2008 07:22:09 -0000 > > Due to some security purposes, I need to re-generate all the passwords > > for my users from the file /etc/passwd. > > I use the following script to generate passwords: > > http://www.cs.ait.ac.th/cgi-bin/phi-soft/gen-multipasswd Or use: http://www.cs.ait.ac.th/cgi-bin/phi-soft/gen-multipasswd2 that will give you 500 passwords. Olivier