Now Loading...

Dapatkan info terbaru via Facebook. Silahkan klik LIKE / SUKA.

?

Tuesday, June 5, 2012

Crypt::Camellia_PP 0.02


Crypt::Camellia_PP 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.


Methods

new($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.

Product's homepage

Requirements:



· Perl


Download Crypt::Camellia_PP 0.02 Free
Tags: block cipher   , Camellia encryption   , Perl module   , Camellia   , block   , cipher   ,
cipher, cryptcamellia_pp, = pack, 'h*' '00000000000000000000000000000000', pack 'h*', pack 'h*' '00000000000000000000000000000000', camellia, '00000000000000000000000000000000', pack, pure, 'h*', perl, given, requirements, $dataproduct's, 128 192, size, bit, data, key, encrypt, longencrypt$data, homepage, bytesdecrypt$data, ·

No comments:

Post a Comment