Egg::Plugin::Crypt::CBC

Egg::Plugin::Crypt::CBC is a Crypt::CBC class for Egg Plugin.
Download

Egg::Plugin::Crypt::CBC Ranking & Summary

Advertisement

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

Egg::Plugin::Crypt::CBC Tags


Egg::Plugin::Crypt::CBC Description

Egg::Plugin::Crypt::CBC is a Crypt::CBC class for Egg Plugin. Egg::Plugin::Crypt::CBC is a Crypt::CBC class for Egg Plugin.SYNOPSIS use Egg qw/ Crypt::CBC /; __PACKAGE__->egg_startup( ..... ... plugin_crypt_cbc => { cipher=> 'Blowfish', key => 'uniqueid', ... }, ); # The text is encrypted. my $crypt= $e->cbc->encode($text); # The code end text is decrypted. my $plain= $e->cbc->decode($crypt); # The cbc object is acquired in an arbitrary option. my $cbc= $e->cbc( cipher => 'DES' ); Requirements: · Perl


Egg::Plugin::Crypt::CBC Related Software