Egg::Model::Auth::Crypt::Func

Egg::Model::Auth::Crypt::Func is an AUTH component to treat code of attestation data by standard function.
Download

Egg::Model::Auth::Crypt::Func Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Masatoshi Mizuno
  • Publisher web site:
  • http://search.cpan.org/~lushe/

Egg::Model::Auth::Crypt::Func Tags


Egg::Model::Auth::Crypt::Func Description

Egg::Model::Auth::Crypt::Func is an AUTH component to treat code of attestation data by standard function. Egg::Model::Auth::Crypt::Func is an AUTH component to treat code of attestation data by standard function.SYNOPSIS package MyApp::Model::Auth::MyAuth; .......... __PACKAGE__->config( crypt_func_md5 => '$1$abcd1234', ); __PACKAGE__->setup_api( File => qw/ Crypt::Func / );It is API component to treat the password in the attestation data by function crypt of the Perl standard.'Crypt::Func' is included in the list following API component name specified for 'setup_api' method. __PACKAGE__->setup_api( DBI => qw/ Crypt::Func / );When the character of 11 digits that starts from '$1$' is set to 'crypt_func_md5' of the configuration, the code comes to be treated with MD5. Requirements: · Perl


Egg::Model::Auth::Crypt::Func Related Software