Authen::Simple::Password - Simple password checking


NAME

Authen::Simple::Password - Simple password checking


SYNOPSIS

    if ( Authen::Simple::Password->check( $password, $encrypted ) ) {
        # OK
    }


DESCRIPTION

Provides a simple way to verify passwords.


METHODS


SUPPORTED PASSWORD FORMATS


SEE ALSO

the Authen::Simple manpage

crypt(3).


AUTHOR

Christian Hansen ch@ngmedia.com


COPYRIGHT

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