From owner-freebsd-questions@FreeBSD.ORG Wed Jun 11 18:54:15 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 5E319106566B for ; Wed, 11 Jun 2008 18:54:15 +0000 (UTC) (envelope-from andrewberry@sentex.net) Received: from smarthost1.sentex.ca (smarthost1.sentex.ca [64.7.153.18]) by mx1.freebsd.org (Postfix) with ESMTP id 1F1FE8FC12 for ; Wed, 11 Jun 2008 18:54:15 +0000 (UTC) (envelope-from andrewberry@sentex.net) Received: from smtp2.sentex.ca (smtp2c.sentex.ca [64.7.153.30]) by smarthost1.sentex.ca (8.14.2/8.14.2) with ESMTP id m5BIsCEh097751; Wed, 11 Jun 2008 14:54:12 -0400 (EDT) (envelope-from andrewberry@sentex.net) Received: from [192.168.0.137] (p188ds3inxs.xDSL-1mm.sentex.ca [67.43.135.189]) by smtp2.sentex.ca (8.14.2/8.14.2) with ESMTP id m5BIsA7X097190; Wed, 11 Jun 2008 14:54:11 -0400 (EDT) (envelope-from andrewberry@sentex.net) Message-ID: <48501F44.3010606@sentex.net> Date: Wed, 11 Jun 2008 14:53:56 -0400 From: Andrew Berry User-Agent: Thunderbird 2.0.0.0 (Windows/20070326) MIME-Version: 1.0 To: z.szalbot@lc-words.com References: <484F7CBE.5060401@lc-words.com> In-Reply-To: <484F7CBE.5060401@lc-words.com> Content-Type: text/plain; charset=ISO-8859-2; format=flowed Content-Transfer-Encoding: 7bit X-Virus-Scanned: ClamAV 0.93/7040/Mon May 5 21:52:15 2008 clamav-milter version 0.93 on clamscanner3 X-Virus-Status: Clean X-Scanned-By: MIMEDefang 2.64 on 64.7.153.18 Cc: freebsd-questions@freebsd.org Subject: Re: generating random passwords 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: Wed, 11 Jun 2008 18:54:15 -0000 Zbigniew Szalbot wrote: > Hello, > > Excuse me my ignorance. Is there a utility in FreeBSD that would allow > me to generate random passwords without actually creating any accounts > or modifying existing ones? I am looking for something to allow me to > generate a random string of characters. I know I can randomly hit the > keyboard but if anything like that exists, many thanks for your > advice. :) > > Best regards, I've used pwgen from ports. It sounds similar to the other suggestions. --Andrew