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::GOST_PP 1.10

    Download button

    No screenshots available
    Downloads: 569  View global page NEW!  Tell us about an update
    User Rating:
    Rated by:
    NOT RATED
    0 user(s)
    Developer:

    License / Price:

    Last Updated:

    Category:
    Kurt Kincaid | More programs
    Perl Artistic License / FREE
    August 22nd, 2008, 05:32 GMT
    ROOT / Programming / Perl Modules

     Read user reviews (0)  Refer to a friend  Subscribe

    Crypt::GOST_PP description

    A pure Perl implementation of the GOST encryption algorithm.

    Crypt::GOST_PP is a pure Perl implementation of the GOST encryption algorithm.

    SYNOPSIS

    use Crypt::GOST_PP;
    $ref = Crypt::GOST_PP->new( $passphrase );
    $encrypted = $ref->encrypt( $plaintext );

    $ref2 = Crypt::GOST_PP->new( $passphrase );
    $decrypted = $ref2->decrypt( $encrypted );


    GOST is a 64-bit symmectric block cipher with a 256-bit key, from the former Soviet Union.

    It is important to note that there are (or have been) several other GOST encryption modules for perl. This version is in no way intended to supersede any other such implementations, specifically Crypt::GOST. The purpose for writing this module was that I do a great deal of work on Win32 systems, and I have been unsuccessful in my attempts to get Crypt::GOST to install correctly in that environment. A previous version of Crypt::GOST, v0.41, was also a pure perl implementation, but it lacked documentation, and as such it was more difficult to use than one would prefer. As a result of these two things, I wanted to write a pure perl implementation, with requisite documentation, that will run regardless of the OS.

    Much of the core logic of Crypt::GOST_PP was originally based on Vipul Ved Prakash's "GOST in 417 bytes of Perl" http://www.vipul.net/gost/. The code contained herein has undergone numerous revisions and modifications since that original diminutive implementation.

    Product's homepage

    Requirements:

    · Perl

      


    TAGS:

    GOST encryption | encryption algorithm | Perl module | GOST | encryption | algorithm

    Go to top

    WindowsGamesDriversMacLinuxScriptsMobileHandheldNews

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