freebsd-ports/security/p5-Digest-SHA1/pkg-descr
Will Andrews fe7d801e4a Add p5-Digest-SHA1 2.00, a perl interface to the SHA-1 Algorithm.
PR:		26204
Submitted by:	Yen-Ming Lee <leeym@cae.ce.ntu.edu.tw>
2001-03-31 01:27:04 +00:00

12 lines
491 B
Text

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.
You will need Perl version 5.004 or better to install this module.
Copyright 1999-2001 Gisle Aas.
Copyright 1997 Uwe Hollerbach.
This library is free software; you can redistribute it and/or
modify it under the same terms as Perl itself.