Jump to letter: [
ABCDEFGHIJKLMNOPQRSTUVWXYZ
]
perl-Digest-SHA1: Digest-SHA1 Perl module
- Summary
- 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.
Changelog
- * Thu Apr 6 01:00:00 2006 Eddy Nigg <eddy_nigg{%}startcom{*}org>
-
- Rebuild for StartCom Linux 5.0.x
- * Sat Feb 11 00:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.11-1.2
-
- bump again for double-long bug on ppc(64)
- * Wed Feb 8 00:00:00 2006 Jesse Keating <jkeating{%}redhat{*}com> - 2.11-1.1
-
- rebuilt for new gcc4.1 snapshot and glibc changes