Crypt::Rabbit

A new stream cipher based on the properties of counter assisted stream ciphers.
Download

Crypt::Rabbit 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::Rabbit Tags


Crypt::Rabbit Description

A new stream cipher based on the properties of counter assisted stream ciphers. Crypt::Rabbit is a new stream cipher based on the properties of counter assisted stream ciphers.SYNOPSIS use Crypt::Rabbit; $cipher = new Crypt::Rabbit $key; $ciphertext = $cipher->encrypt($plaintext); $ks = $cipher->keysize(); $plaintext = $cipher->decrypt($ciphertext);Rabbit is a new stream cipher based on the properties of counter assisted stream ciphers, invented by Martin Boesgaard, Mette Vesterager, Thomas Pedersen, Jesper Christiansen, and Ove Scavenius of Cryptico A/S.This module supports the following methods:new() Initializes the internal states of Rabbitencrypt($data) Encrypts the data stream $datadecrypt($data) Decrypts the data stream $data decrypt($data) is the same as encrypt($data)keysize() Returns the size (in bytes) of the key used (16, in this case) Requirements: · Perl


Crypt::Rabbit Related Software