diff options
author | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:35:20 +0800 |
---|---|---|
committer | vanilla <vanilla@FreeBSD.org> | 2001-05-27 13:35:20 +0800 |
commit | 0cdba630ff03207f4db28866f2ad0052675d264c (patch) | |
tree | 5e8bf2d077fe0d827d71fa2912b67d9f2a7a5092 /security/p5-Digest-MD2/pkg-descr | |
parent | 24d79e2299192e8cd9e5f1e209d63e46a8c95b31 (diff) | |
download | freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.tar.gz freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.tar.zst freebsd-ports-gnome-0cdba630ff03207f4db28866f2ad0052675d264c.zip |
Perl5 interface to the MD2 message digest algorithm
PR: ports/27618
Submitted by: Pete Fritchman <petef@databits.net>
Diffstat (limited to 'security/p5-Digest-MD2/pkg-descr')
-rw-r--r-- | security/p5-Digest-MD2/pkg-descr | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/security/p5-Digest-MD2/pkg-descr b/security/p5-Digest-MD2/pkg-descr new file mode 100644 index 000000000000..8b350206de57 --- /dev/null +++ b/security/p5-Digest-MD2/pkg-descr @@ -0,0 +1,12 @@ +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. MD2 is described in RFC 1115. + +WWW: http://search.cpan.org/search?dist=Digest-MD2 + +- Pete +petef@databits.net |