Crypt::Noekeon

Crypt::CBC-compliant block cipher.
Download

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


Crypt::Noekeon Description

Crypt::CBC-compliant block cipher. Crypt::Noekeon is a Crypt::CBC-compliant block cipher.ABSTRACTNoekeon is a 128-bit key, 128-bit block cipher designed by Joan Daemen, Michael Peeters, Vincent Rijmen, and Gilles Van Assche. Noekeon was submitted as a NESSIE candidate.SYNOPSIS use Crypt::Noekeon; $cipher = new Crypt::Noekeon $key; $ciphertext = $cipher->encrypt($plaintext); $plaintext = $cipher->decrypt($ciphertext);Noekeon is a 128-bit key, 128-bit block cipher designed by Joan Daemen, Michael Peeters, Vincent Rijmen, and Gilles Van Assche. Noekeon was submitted as a NESSIE candidate.This module supports the Crypt::CBC interface, with the following functions. Requirements: · Perl


Crypt::Noekeon Related Software