NAME Data::Pwgen - simple password generation and assessment SYNOPSIS use Data::Pwgen; my $pass = &Data::Pwgen::pwgen(12); my $str = &Data::Pwgen::strength($pass); DESCRIPTION This is a simple module that implements generation and assesment of secure passwords. FUNCTIONS pwgen Generate a passwort with the (optional) given length and (also optional) given character class. strength Returns a numeric rating of the quality of the supplied (password) string. NAME Data::Pwgen - Password generation and assessment AUTHOR Dominik Schulz COPYRIGHT AND LICENSE This software is copyright (c) 2012 by Dominik Schulz. This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.