NAME
Egg::Plugin::SessionKit::Auth::Crypt::CBC - Password is collated by Crypt::CBC.
SYNOPSIS
use Egg qw/ Crypt::CBC SessionKit::Auth::File /;
.......
...
plugin_session=> {
psw_crypt_type => 'CBC',
.......
...
},
DESCRIPTION
The password is collated by Egg::Plugin::Crypt::CBC.
* Please load Egg::Plugin::Crypt::CBC.
METHODS
psw_check ( [USER_ID], [PLAIN_PASSWD], [CRYPT_PASSWD] )
The password is collated.
SEE ALSO
Egg::Plugin::SessionKit::Auth, Egg::Plugin::SessionKit::Auth::Crypt::MD5, Egg::Plugin::SessionKit::Auth::Crypt::Plain, 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.