Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 08 Jan 2007 12:26:51 +0100
From:      Ivan Voras <ivoras@fer.hr>
To:        freebsd-questions@freebsd.org
Subject:   Re: Adduser utility to generate "random" passwds ?
Message-ID:  <ent9pr$r1d$1@sea.gmane.org>
In-Reply-To: <45A22099.3060208@esiee.fr>
References:  <45A22099.3060208@esiee.fr>

next in thread | previous in thread | raw e-mail | index | archive | help
Frank Bonnet wrote:

> I want to generate new "strong" password for existing users.

Here's an idea:

$ head -c 64 /dev/random | md5 | head -c 10




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?ent9pr$r1d$1>