Actually note that Shell.pm is deprecated for 5.13 and 5.14, so we can
[p5sagit/p5-mst-13.2.git] / cpan / Digest-MD5 / README
CommitLineData
9508959b 1The Digest::MD5 module allows you to use the RSA Data Security
2Inc. MD5 Message Digest algorithm from within Perl programs. The
3algorithm takes as input a message of arbitrary length and produces as
4output a 128-bit "fingerprint" or "message digest" of the input.
5MD5 is described in RFC 1321.
6
efbeba86 7You will need perl version 5.6 or better to install this module.
9508959b 8
f62a1bde 9Copyright 1998-2003 Gisle Aas.
9508959b 10Copyright 1995-1996 Neil Winton.
11Copyright 1990-1992 RSA Data Security, Inc.
12
13This library is free software; you can redistribute it and/or
14modify it under the same terms as Perl itself.