NAME Data::Password::Common - Check a password against a list of common passwords VERSION version 0.001 SYNOPSIS use Data::Password::Common 'found'; if ( found( $password ) ) { die "'$password' is a common password" } # import with aliasing use Data::Password::Common found => { -as => "found_common" }; DESCRIPTION This module installs a list of 62 thousand common passwords and provides a function to check a string against the list. The password list from InfoSecDaily at USAGE Functions are provided via Sub::Exporter. Nothing is exported by default. found found($password); Returns true if the password is in the common passwords list. SEE ALSO * Data::Password * Data::Password::Entropy * Data::Password::BasicCheck SUPPORT Bugs / Feature Requests Please report any bugs or feature requests through the issue tracker at . You will be notified automatically of any progress on your issue. Source Code This is open source software. The code repository is available for public review and contribution under the terms of the license. git clone git://github.com/dagolden/data-password-common.git AUTHOR David Golden COPYRIGHT AND LICENSE This software is Copyright (c) 2012 by David Golden. This is free software, licensed under: The Apache License, Version 2.0, January 2004