Crypt::Camellia_PP

Crypt::Camellia_PP is a pure Perl Camellia 128-bit block cipher module.
Download

Crypt::Camellia_PP Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Hiroyuki OYAMA
  • Publisher web site:
  • http://search.cpan.org/~oyama/Crypt-GCM-0.02/lib/Crypt/GCM.pm

Crypt::Camellia_PP Tags


Crypt::Camellia_PP Description

Crypt::Camellia_PP is a pure Perl Camellia 128-bit block cipher module. Crypt::Camellia_PP is a pure Perl Camellia 128-bit block cipher module.SYNOPSIS use Crypt::Camellia_PP; my $key = pack 'H*', '00000000000000000000000000000000'; my $plain_text = pack 'H*', '00000000000000000000000000000000'; my $c = Crypt::Camellia->new($key); my $cipher_text = $c->encrypt($plain_text);this module implements the Camellia cipher by Pure Perl.Methodsnew($key) Create a new "Crypt::Camellia_PP" cipher object with the given key (which must be 128 or 192 or 256 bit long).encrypt($data) Encrypt data. The size of $data must be a 16 bytes.decrypt($data) Decrypts $data. Requirements: · Perl


Crypt::Camellia_PP Related Software