Digest::HMAC_MD55.12 man page on Darwin

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

Digest::HMAC_MD5(3)   User Contributed Perl Documentation  Digest::HMAC_MD5(3)

NAME
       Digest::HMAC_MD5 - Keyed-Hashing for Message Authentication

SYNOPSIS
	# Functional style
	use Digest::HMAC_MD5 qw(hmac_md5 hmac_md5_hex);
	$digest = hmac_md5($data, $key);
	print hmac_md5_hex($data, $key);

	# OO style
	use Digest::HMAC_MD5;
	$hmac = Digest::HMAC_MD5->new($key);

	$hmac->add($data);
	$hmac->addfile(*FILE);

	$digest = $hmac->digest;
	$digest = $hmac->hexdigest;
	$digest = $hmac->b64digest;

DESCRIPTION
       This module provide HMAC-MD5 hashing.

SEE ALSO
       Digest::HMAC, Digest::MD5, Digest::HMAC_SHA1

AUTHOR
       Gisle Aas <gisle@aas.no>

perl v5.12.5			  2009-03-06		   Digest::HMAC_MD5(3)
[top]

List of man pages available for Darwin

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