NAME
Egg::Plugin::SessionKit::Auth::Crypt::Plain - password in the plain text is collated.
SYNOPSIS
use Egg qw/ SessionKit::Auth::File /;
.......
...
plugin_session=> {
psw_crypt_type => 'Plain',
.......
...
},
DESCRIPTION
The password preserved without encrypting it is collated.
METHODS
psw_check ( [USER_ID], [PLAIN_PASSWD], [CRYPT_PASSWD] )
The password is collated.
SEE ALSO
Egg::Plugin::SessionKit::Auth, Egg::Plugin::SessionKit::Auth::Crypt::CBC, Egg::Plugin::SessionKit::Auth::Crypt::MD5, Egg::Release,
AUTHOR
Masatoshi Mizuno <lushe@cpan.org>
COPYRIGHT
Copyright (C) 2007 by Bee Flag, Corp. <http://egg.bomcity.com/>, All Rights Reserved.
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.6 or, at your option, any later version of Perl 5 you may have available.