Recent Changes - Search:

edit SideBar

Perl-Digest-SHA1

Description

The Digest::SHA1 module allows you to use the NIST SHA-1 message digest algorithm from within Perl programs. The algorithm takes as input a message of arbitrary length and produces as output a 160-bit "fingerprint" or "message digest" of the input.

The Digest::SHA1 module provide a procedural interface for simple use, as well as an object oriented interface that can handle messages of arbitrary length and which can read files directly.

A binary digest will be 20 bytes long. A hex digest will be 40 characters long. A base64 digest will be 27 characters long.

The Perl module is available as 32-bit and 64-bit:

  • For the 32-bit module you need to use perl.
  • For the 64-bit module you need to use perl_64bit.

Homepage: http://search.cpan.org/dist/Digest-SHA1/

Version: 2.11

Downloads

RPM:

Source RPM:

Package dependencies:


All versions:

Edit - History - Print - Recent Changes - Search
Page last modified on September 17, 2009, at 05:38 PM