Digest::HMAC_MD5 man page on HP-UX

Printed from http://www.polarhome.com/service/man/?qf=Digest%3A%3AHMAC_MD5&af=0&tf=2&of=HP-UX

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.8.8			  2001-03-14		   Digest::HMAC_MD5(3)
[top]

List of man pages available for HP-UX

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