Digest::MD2 man page on Fedora

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

MD2(3)		      User Contributed Perl Documentation		MD2(3)

NAME
       Digest::MD2 - Perl interface to the MD2 Algorithm

SYNOPSIS
	# Functional style
	use Digest::MD2	 qw(md2 md2_hex md2_base64);

	$digest = md2($data);
	$digest = md2_hex($data);
	$digest = md2_base64($data);

	# OO style
	use Digest::MD2;

	$ctx = Digest::MD2->new;

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

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

DESCRIPTION
       The "Digest::MD2" module allows you to use the RSA Data Security Inc.
       MD2 Message Digest algorithm from within Perl programs.	The algorithm
       takes as input a message of arbitrary length and produces as output a
       128-bit "fingerprint" or "message digest" of the input.

       The "Digest::MD2" programming interface is identical to the interface
       of "Digest::MD5".

SEE ALSO
       Digest::MD5

COPYRIGHT
       This library is free software; you can redistribute it and/or modify it
       under the same terms as Perl itself.

	Copyright 1998-2003 Gisle Aas.
	Copyright 1990-1992 RSA Data Security, Inc.

AUTHOR
       Gisle Aas <gisle@aas.no>

perl v5.14.0			  2003-10-06				MD2(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