Now that binmode(FH) does implicit ":bytes" revisit
[p5sagit/p5-mst-13.2.git] / ext / 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 You will need perl version 5.004 or better to install this module.
8
9 Copyright 1998-2002 Gisle Aas.
10 Copyright 1995-1996 Neil Winton.
11 Copyright 1990-1992 RSA Data Security, Inc.
12
13 This library is free software; you can redistribute it and/or
14 modify it under the same terms as Perl itself.