Crypt-YAPassGen version 0.02
============================

DESCRIPTION

Crypt::YAPassGen allows you to generate pronounceable passwords using a
frequency file extracted from a dictionary of words.
This module was inspired by Crypt::PassGen written by Tim Jenness. I started
writing this module a couple of years ago, because I wasn't able to make 
Crypt::PassGen work with an Italian frequency file.
This module also offers a different interface and a few more options than
Crypt::PassGen, that's why it exists. 
Please beware that passwords generated by this module are LESS secure than
truly random passwords, so use it at your own risk!


INSTALLATION

To install this module type the following:

   perl Makefile.PL
   make
   make test
   make install

DEPENDENCIES

This module requires these other modules and libraries:

        Config
        Class::Data::Inheritable
        File::Spec
        Storable 
        Test::More

COPYRIGHT AND LICENCE

Copyright (C) 2002-2004 by Giulio Motta

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself, either Perl version 5.8.4 or,
at your option, any later version of Perl 5 you may have available.