CONTENTS

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 chansen@cpan.org

COPYRIGHT

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