Softpedia
 


LINUX CATEGORIES:



GLOBAL PAGES >>
NEWS ARCHIVE >>
SOFTPEDIA REVIEWS >>
MEET THE EDITORS >>
WEEK'S BEST
  • Linux Kernel 3.9.6 / 3....
  • Linux Kernel 3.0.82 LTS...
  • KDE Software Compilatio...
  • PulseAudio 4.0
  • Wireshark 1.10.0
  • NetworkManager 0.9.8.2
  • LibreOffice 3.6.6 / 4.0...
  • SystemRescueCd 3.7.0
  • Linux Kernel 3.10 RC6
  • Ubuntu Tweak 0.8.5
  • Home > Linux > Programming > Perl Modules

    Crypt::CAST5 0.05

    Download button

    No screenshots available
    Downloads: 537  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    Good (3.2/5)
    4 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Bob Mathews | More programs
    Perl Artistic License / FREE
    August 19th, 2008, 13:02 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Crypt::CAST5 description

    A CAST5 block cipher.

    Crypt::CAST5 is CAST5 block cipher.

    SYNOPSIS

    use Crypt::CBC;

    my $crypt = Crypt::CBC->new({
    key => "secret key",
    cipher => "CAST5",
    });

    my $message = "All mimsy were the borogoves";
    my $ciphertext = $crypt->encrypt($message);
    print unpack("H*", $ciphertext), "n";

    my $plaintext = $crypt->decrypt($ciphertext);
    print $plaintext, "n";


    This module provides an implementation of the CAST5 block cipher using compiled C code for increased speed. CAST5 is also known as CAST-128. It is a product of the CAST design procedure developed by C. Adams and S. Tavares.

    The CAST5 cipher is available royalty-free.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    block cipher | CAST5 cipher | Perl module | CAST5 | block | cipher

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

    SUBMIT PROGRAM   |   ADVERTISE   |   GET HELP   |   SEND US FEEDBACK   |   RSS FEEDS   |   UPDATE YOUR SOFTWARE   |   ROMANIAN FORUM