| Line | |
|---|
| 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.6 or better to install this module.
|
|---|
| 8 |
|
|---|
| 9 | Copyright 1998-2003 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.
|
|---|
Note:
See
TracBrowser
for help on using the repository browser.