|
Lines 1-7
Link Here
|
| 1 |
The Digest::MD5 module allows you to use the RSA Data Security Inc. |
1 |
The Digest::MD5 module allows you to use the RSA Data Security Inc. |
| 2 |
MD5 Message Digest algorithm from within Perl programs. The |
2 |
MD5 Message Digest algorithm from within Perl programs. The algorithm |
| 3 |
algorithm takes as input a message of arbitrary length and produces |
3 |
takes as input a message of arbitrary length and produces as output |
| 4 |
as output a 128-bit "fingerprint" or "message digest" of the input. |
4 |
a 128-bit "fingerprint" or "message digest" of the input. |
| 5 |
|
5 |
|
| 6 |
The Digest::MD5 module provide a procedural interface for simple |
6 |
The Digest::MD5 module provide a procedural interface for simple |
| 7 |
use, as well as an object oriented interface that can handle messages |
7 |
use, as well as an object oriented interface that can handle messages |
|
Lines 10-14
Link Here
|
| 10 |
Further documentation is embedded in the individual modules. |
10 |
Further documentation is embedded in the individual modules. |
| 11 |
|
11 |
|
| 12 |
WWW: http://search.cpan.org/dist/Digest-MD5/ |
12 |
WWW: http://search.cpan.org/dist/Digest-MD5/ |
| 13 |
- Pete |
|
|
| 14 |
petef@databits.net |