MD5 man page on Fedora

Man page or keyword search:  
man Server   31170 pages
apropos Keyword Search (all sections)
Output format
Fedora logo
[printable version]

MD5(3)		      User Contributed Perl Documentation		MD5(3)

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 provided so that legacy code that rely on the old
       interface still work and get the speed benefit 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.14.1			  2003-11-27				MD5(3)
[top]

List of man pages available for Fedora

Copyright (c) for man pages and the logo by the respective OS vendor.

For those who want to learn more, the polarhome community provides shell access and support.

[legal] [privacy] [GNU] [policy] [cookies] [netiquette] [sponsors] [FAQ]
Tweet
Polarhome, production since 1999.
Member of Polarhome portal.
Based on Fawad Halim's script.
....................................................................
Vote for polarhome
Free Shell Accounts :: the biggest list on the net