Crypt::Twofish

Crypt::Twofish is a Perl module with the Twofish encryption algorithm.
Download

Crypt::Twofish Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Abhijit Menon-Sen
  • Publisher web site:
  • http://search.cpan.org/~ams/Crypt-GOST-1.00/GOST.pm

Crypt::Twofish Tags


Crypt::Twofish Description

Crypt::Twofish is a Perl module with the Twofish encryption algorithm. Crypt::Twofish is a Perl module with the Twofish encryption algorithm.SYNOPSISuse Crypt::Twofish;$cipher = Crypt::Twofish->new($key);$ciphertext = $cipher->encrypt($plaintext);$plaintext = $cipher->decrypt($ciphertext);Twofish is a 128-bit symmetric block cipher with a variable length (128, 192, or 256-bit) key, developed by Counterpane Labs. It is unpatented and free for all uses, as described at .This module implements Twofish encryption. It supports the Crypt::CBC interface, with the functions described below. It also provides an interface that is call-compatible with Crypt::Twofish 1.0, but its use in new code is strongly discouraged. Requirements: · Perl


Crypt::Twofish Related Software