Crypt::Rainbow

Crypt::Rainbow is a Crypt::CBC-compliant block cipher.
Download

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


Crypt::Rainbow Description

Crypt::Rainbow is a Crypt::CBC-compliant block cipher. Crypt::Rainbow is a Crypt::CBC-compliant block cipher.ABSTRACTRainbow is 128-bit block cipher that accepts a 128-bit key. Designed by Chang-Hyi Lee and Jeong-Soo Kim of Samsung Advanced Institute of Technology, Rainbow is similar to the block ciphers Square and Shark.SYNOPSIS use Crypt::Rainbow; $cipher = new Crypt::Rainbow $key; $ciphertext = $cipher->encrypt($plaintext); $plaintext = $cipher->decrypt($ciphertext);Rainbow is 128-bit block cipher that accepts a 128-bit key. Designed by Chang-Hyi Lee and Jeong-Soo Kim of Samsung Advanced Institute of Technology, Rainbow is similar to the block ciphers Square and Shark.Rainbow was submitted as an AES candidate but was rejected because it was deemed not ``complete and proper'', based on the requirements specified by NIST in the Federal Register on September 12, 1997.This module supports the Crypt::CBC interface, with the following functions. Requirements: · Perl


Crypt::Rainbow Related Software