This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Update File-Fetch to CPAN version 0.38
[perl5.git] / cpan / Digest-MD5 / README
1 The Digest::MD5 module allows you to use the RSA Data Security
2 Inc. MD5 Message Digest algorithm from within Perl programs.  The
3 algorithm takes as input a message of arbitrary length and produces as
4 output a 128-bit "fingerprint" or "message digest" of the input.
5 MD5 is described in RFC 1321.
6
7 Copyright 1998-2003 Gisle Aas.
8 Copyright 1995-1996 Neil Winton.
9 Copyright 1990-1992 RSA Data Security, Inc.
10
11 This library is free software; you can redistribute it and/or
12 modify it under the same terms as Perl itself.