Crypt::Elijah

Crypt::Elijah is a cipher module.
Download

Crypt::Elijah Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Michael W. Bombardieri
  • Publisher web site:
  • http://search.cpan.org/~bomb/Crypt-Elijah-0.11/lib/Crypt/Elijah.pm

Crypt::Elijah Tags


Crypt::Elijah Description

Crypt::Elijah is a cipher module. Crypt::Elijah is a cipher module.SYNOPSIS use Crypt::Elijah; $text = 'secretive'; $key = '0123456789abcdef'; $keyref = Crypt::Elijah::init($key); Crypt::Elijah::enc($text, $keyref); Crypt::Elijah::dec($text, $keyref);This module provides a pure Perl implementation of the Elijah cipher.Call init() to prepare the encryption key. This function takes a single argument: a packed string containing your key. The key must be at least 12 bytes long. Keys longer than 16 bytes are truncated. This function returns a reference to the prepared key.Call enc() and dec() to process your data. These functions take the same parameters. The first argument is a string containing your data. The second argument is a reference returned by init(). Salt is added to your data; ciphertext will always be larger than the corresponding plaintext. Requirements: · Perl


Crypt::Elijah Related Software