MD5(3pm) User Contributed Perl Documentation MD5(3pm)
NAME
MD5 - Perl interface to the MD5 Message-Digest Algorithm
SYNOPSIS
use MD5;
$context = new MD5;
$context->reset();
$context->add(LIST);
$context->addfile(HANDLE);
$digest = $context->digest();
$string = $context->hexdigest();
$digest = MD5->hash(SCALAR);
$string = MD5->hexhash(SCALAR);
DESCRIPTION
The "MD5" module is depreciated. Use "Digest::MD5" instead.
The current "MD5" module is just a wrapper around the "Digest::MD5" module. It is pro-
vided so that legacy code that rely on the old interface still work and get the speed ben-
efit of the new module.
In addition to the methods provided for "Digest::MD5" objects, this module provide the
class methods MD5->hash() and MD5->hexhash() that do the same as the md5() and md5_hex()
functions provided by "Digest::MD5".
SEE ALSO
Digest::MD5
perl v5.8.4 2003-11-27 MD5(3pm)
Generated by $Id: phpMan.php,v 4.49 2006/02/26 13:18:18 chedong Exp $ Author: Che Dong
On Apache/2.0.61 (Unix) PHP/4.4.7 mod_ssl/2.0.61 OpenSSL/0.9.7e mod_fastcgi/2.4.2 DAV/2 SVN/1.4.2
Under GNU General Public License
2009-01-06 16:33 @38.103.63.57 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)