MD5(3pm) - phpMan

Command: man perldoc info search(apropos)  


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
Under GNU General Public License
2012-02-09 12:22 @38.107.179.238 Crawled by CCBot/1.0 (+http://www.commoncrawl.org/bot.html)
Valid XHTML 1.0!Valid CSS!