Path: news.ruhr-uni-bochum.de!news.rhrz.uni-bonn.de!news.rwth-aachen.de!news.dfn.de!newsjunkie.ans.net!newsfeeds.ans.net!howland.reston.ans.net!newsfeed.internetmci.com!in2.uu.net!nntp.teleport.com!usenet
From: [email protected] (gary)
Newsgroups: comp.lang.perl.announce,comp.lang.perl.misc
Subject: Announce: Cryptographic extensions for Perl
Followup-To: comp.lang.perl.misc
Date: 7 May 1996 05:21:37 GMT
Organization: Systemics Ltd.
Lines: 66
Approved: [email protected] (comp.lang.perl.announce)
Message-ID: <[email protected]>
NNTP-Posting-Host: julie.teleport.com
X-Disclaimer: The "Approved" header verifies header information for article transmission and does not imply approval of content.
Xref: news.ruhr-uni-bochum.de comp.lang.perl.announce:313 comp.lang.perl.misc:29056


                      CRYPTOGRAPHIC EXTENSIONS FOR PERL


    _________________________________________________________________

                                 DESCRIPTION

  This library contains a suite of cryptographic extensions for Perl.
  Also included are some extensions that have a cryptographic relevance,
  such as the Compress::Zlib modules, and the TrulyRandom module.

  These modules have been developed as extensions for performance
  reasons.

  Now available for download at http://www.systemics.com/software/


                                  FEATURES

  All of the following have been implemented as Perl extensions in C:
    * BigInteger module (based on code from Eric Young).
      This module implements arbitrary length integers and some
      associated mathematical functions.
    * Compress::Zlib module (by Paul Marquess).
      A Perl interface to Jean-loup Gailly's and Mark Adler's info-zip
      zlib compression library.
    * Crypt::DES module (DES implementation by Eric Young).
    * Crypt::IDEA module.
    * Crypt::MD5 module (by Neil Winton and Data Security, Inc.)
    * Crypt::PRSG - Pseudo random sequence generator
      This module implements a 160 bit LFSR for use in generating pseudo
      random sequences.
    * Crypt::SHA module (by Uwe Hollerbach and based on code from NIST
      and Peter C. Gutmann)
    * Utils::TrulyRandom module, based on code from Don Mitchell and
      Matt Blaze (AT&T).
      This module generates "truly random" numbers, based on interrupt
      timing discrepancies.

                                  COPYRIGHT

  This library includes (or is derived from) software developed by (and
  owned by) the following:
    * Jean-loup Gailly and Mark Adler
    * Peter C. Gutmann
    * Uwe Hollerbach <[email protected]>
    * Paul Marquess <[email protected]>
    * Don Mitchell and Matt Blaze (AT&T)
    * NIST
    * RSA Data Security, Inc.
    * Systemics Ltd <http://www.systemics.com/>
    * Neil Winton <[email protected]>
    * Eric Young <[email protected]>




  Also planned for release:

        * Cryptographic library for Perl
        * PGP library for Perl
        * Cryptographic extensions for Java (native code)
        * Cryptographic library for Java
        * PGP library for Java