| Authen-Simple documentation | view source | Contained in the Authen-Simple distribution. |
Authen::Simple::Password - Simple password checking
if ( Authen::Simple::Password->check( $password, $encrypted ) ) {
# OK
}
Provides a simple way to verify passwords.
Returns true on success and false on failure.
Plaintext
crypt(3)
MD5-based password algorithm
MD5-based password algorithm, Apache variant
Plaintext.
Uses crypt(3)
MD5 algorithm
Seeded MD5 algorithm
SHA-1 algorithm
Seeded SHA-1 algorithm
Encoded as binary, Base64 or hexadecimal.
Encoded as binary, Base64 or hexadecimal.
Encoded as binary, Base64 or hexadecimal.
crypt(3).
Christian Hansen ch@ngmedia.com
This program is free software, you can redistribute it and/or modify it under the same terms as Perl itself.
| Authen-Simple documentation | view source | Contained in the Authen-Simple distribution. |