Crypt::Shark

Crypt::CBC compliant block cipher.
Download

Crypt::Shark Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Julius C. Duque
  • Publisher web site:
  • http://search.cpan.org/~jcduque/Crypt-Rainbow-1.0.0/Rainbow.pm

Crypt::Shark Tags


Crypt::Shark Description

Crypt::CBC compliant block cipher. Crypt::Shark is a Crypt::CBC compliant block cipher.ABSTRACTShark is 64-bit block cipher that accepts a 128-bit key.SYNOPSIS use Crypt::Shark; $cipher = new Crypt::Shark $key; $ciphertext = $cipher->encrypt($plaintext); $plaintext = $cipher->decrypt($ciphertext);Shark is 64-bit block cipher that accepts a 128-bit key. It was designed by Vincent Rijmen, Joan Daemen, Bart Preneel, Antoon Bosselaers, and Erik De Win.This module supports the Crypt::CBC interface, with the following functions. Requirements: · Perl


Crypt::Shark Related Software