![]() |
File Search | Catalog | Content Search |
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.
Homepage: | http://search.cpan.org/dist/Digest-SHA1/ |
Package version: | 2.11 |
Architecture: | i386 |
Distribution: | CentOS |
Filename: | perl-Digest-SHA1-2.11-1.2.1.i386.rpm |
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. SHA1 is described at <http://www.itl.nist.gov/fipspubs/fip180-1.htm> You will need Perl version 5.004 or better to install this module. Copyright 1 more»
SHA1(3) User Contributed Perl Documentation SHA1(3) NAME Digest::SHA1 - Perl interface to the SHA-1 algorithm SYNOPSIS # Functional style use Digest::SHA1 qw(sha1 sha1_hex sha1_base64); $digest = sha1($data); $digest = sha1_hex($data); $digest = sha1_base64($data); $digest = sha1_transform($data); # OO style more»
2006-01-18 Gisle Aas <gisle@ActiveState.com> Release 2.11 Internal cleanup to avoid some compiler warnings. 2004-04-05 Gisle Aas <gisle@ActiveState.com> Release 2.10 Restore compatibility with perl-5.004 and perl-5.005. 2004-04-01 Gisle Aas <gisle@ActiveState.com> Release 2.09 The 2.08 release did not compile with a threaded debugging perl, because assert() t more»
1.12 | KB | 2014-11-28 | HEADER view 112 mirrors |
[DIR] | usr/ (2) 65535+ mirrors |