Main > Programming > Libraries >

Digest::MD5::Perl 1.8

Digest::MD5::Perl 1.8

Sponsored Links

Digest::MD5::Perl 1.8 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.072 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 984
Date added: 2007-02-22
Publisher: Christian Lackas

Digest::MD5::Perl 1.8 description

Digest::MD5::Perl is a Perl implementation of Ron Rivests MD5 Algorithm.

This is not an interface (like Digest::MD5) but a Perl implementation of MD5. It is written in perl only and because of this it is slow but it works without C-Code. You should use Digest::MD5 instead of this module if it is available. This module is only usefull for
computers where you cannot install Digest::MD5 (e.g. lack of a C-Compiler) encrypting only small amounts of data (less than one million bytes). I use it to hash passwords.
educational purposes

SYNOPSIS

# Functional style
use Digest::MD5 qw(md5 md5_hex md5_base64);

$hash = md5 $data;
$hash = md5_hex $data;
$hash = md5_base64 $data;


# OO style
use Digest::MD5;

$ctx = Digest::MD5->new;

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

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

Digest::MD5::Perl 1.8 Screenshot

Advertisements

Digest::MD5::Perl 1.8 Keywords

Bookmark Digest::MD5::Perl 1.8

Hyperlink code:
Link for forum:

Digest::MD5::Perl 1.8 Copyright

WareSeeker periodically updates pricing and software information of Digest::MD5::Perl 1.8 full version from the publisher, so some information may be slightly out-of-date. You should confirm all information before relying on it. Software piracy is theft, Using crack, password, serial numbers, registration codes, key generators is illegal and prevent future development of Digest::MD5::Perl 1.8 Edition. Download links are directly from our publisher sites, torrent files or links from rapidshare.com, yousendit.com or megaupload.com are not allowed

Allok Video Splitter 2.2.0 Review:

Name (Required)
Email(Required)
Captcha
Featured Software

Want to place your software product here?
Please contact us for consideration.

Contact WareSeeker.com
Related Software
Digest::Perl::MD4 is a Perl implementation of Ron Rivests MD4 Algorithm. Free Download
Digest::MD5::Reverse provides MD5 Reverse Lookup. Free Download
Digest::SHA::PurePerl is a Perl implementation of SHA-1/224/256/384/512. Free Download
Digest::SHA1 is a Perl interface to the SHA-1 algorithm. Free Download
SimpleCDB - A Perl-only Constant Database. Free Download
Data::Dumper module contains stringified perl data structures, suitable for both printing and eval. Free Download
Mysql Data Manager is multifunctional and multiplatform web based mysql administration tool and data editor. Free Download
Config::Model provides a framework to help in validating the semantic content of configuration data. Free Download