NAME

Authen::Simple::Password - Simple password checking

SYNOPSIS

if ( Authen::Simple::Password->check( $password, $encrypted ) ) {
    print "Verified";
}

DESCRIPTION

METHODS

  • check( $password, $encrypted )

    Returns true on success and false on failure.

SEE ALSO

Authen::Simple

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.