Crypt::Vigenere

Perl implementation of the Vigenere cipher
Download

Crypt::Vigenere Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Alistair Mills
  • Publisher web site:
  • http://search.cpan.org/~alizta/

Crypt::Vigenere Tags


Crypt::Vigenere Description

Perl implementation of the Vigenere cipher Crypt::Vigenere is a Perl implementation of the Vigenere cipher.SYNOPSIS use Crypt::Vigenere; $vigenere = Crypt::Vigenere->new( $keyword ); # Encode the plaintext $cipher_text = $vigenere->encodeMessage( $plain_text ); # Decode the ciphertext $plain_text = $vigenere->decodeMessage( $cipher_text ); Requirements: · Perl


Crypt::Vigenere Related Software