randpass
========

Generate random passwords and passphrases.


SYNOPSIS
--------

  randpass
     [ -n num           ]   [ --count num                                  ]
     [ -w | -p numwords ]   [ --word | --phrase numwords       ]
     [ -l numchars      ]   [ --word-length nchars             ]
     [ -c chars         ]   [ --chars chars                            ]
     [ -s sourcefile    ]   [ --source srcfile                         ]
     [ -j string        ]   [ --join string                            ]
     [ -K                               ]   [ --nkuitse                                        ]
     [ -F                               ]       [ --freli                                              ]


 -F, --freli            Use FRELI (same as -s /usr/share/dict/freli)
 -j, --join             String to use in joining words in a passphrase
 -K, --nkuitse          Use the author's favorite options by default
 -v, --verbose          Be verbose
 -h, --help             Print this help information
 -V, --version          Print version information

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


PREREQUISITES
-------------

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.