randpass
========

Generate random passwords and passphrases.


SYNOPSIS
--------

   randpass
      [ -w | -p numwords ]   [ --word | --phrase numwords ]
      [ -l numchars      ]   [ --word-length nchars ]
      [ -c chars         ]   [ --chars chars ]
      [ -s sourcefile    ]   [ --source srcfile ]

See the script documentation for more information.


INSTALLATION
------------

To install this module, type the following:

   perl Makefile.PL
   make
   make test
   make install

To install somewhere other than the default (/usr/bin in my case),
do something like this:

   make install INST_SCRIPT=/usr/local/bin


DEPENDENCIES
------------

None.


SEE ALSO
--------

These Perl modules do similar things:

   Crypt::GeneratePassword
   Crypt::PassGen
   Data::Random
   Data::Random::WordList
   String::Random


COPYRIGHT
---------

Copyright 2003 Paul M. Hoffman < nkuitse AT cpan DOT org >.

This script is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.