Christian Hansen > Authen-Simple-0.4 > Authen::Simple::Password

Download:
Authen-Simple-0.4.tar.gz

Dependencies

Annotate this POD

CPAN RT

Open  2
View Bugs
Report a bug
Source  

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 ^

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.