rndpass
=======

This program generates passwords using random numbers. Passwords are of
the form cvcvcvCvcv, where c stands for consonant (one of bcdfghjklmnprstwz)
and v stands for vawel (one of aeiouy). One of the letters is uppercase to 
make cracking more difficult. This program does not change the password 
directly, but it calls PAM routines.

When installing edit config.h.bot and set vawels and consonants adequate for
your language, prompts for old and new passwords your PAM module issues
and commands that return stochastic data on stdout (required for random
number generator).

Copyright (C) 1997 - 2002 Bartosz Lis (see file AUTHORS)
This program is available under the terms of the GNU General Public License
version 2.0 or later whichever you choose. For more information about these
matters refer to file named COPYING.

Current version available at ftp://ics.p.lodz.pl/pub/security/rndpass
Send bugreports to the author: bartoszl@ics.p.lodz.pl

Installation information is in INSTALL file.
Usage information could be obtained by calling:
banner -h

DISCLAIMER OF WARRANTY
~~~~~~~~~~~~~~~~~~~~~~
 I did my best writing this program, but as I don't sell it I cannot take
 responsibility for the effects of its work.
 You got this program FOR FREE (maybe you had to pay for the media, but not
 for the program), thus YOU USE THE PROGRAM ON YOUR OWN RISK, which means that
 NEITHER THE AUTHOR NOR THE DISTRIBUTORS ARE RESPONSIBLE FOR ANY DAMAGE OR LOSS
 CAUSED BY THE USE OR EVEN INSTALLATION OF THE PROGRAM.

