Main > Programming > Libraries >

Digest::SHA::PurePerl 5.45

Digest::SHA::PurePerl 5.45

Sponsored Links

Digest::SHA::PurePerl 5.45 Ranking & Summary

RankingClick at the star to rank
Ranking Level
User Review: 0 (0 times)
File size: 0.030 MB
Platform: Any Platform
License: Perl Artistic License
Price:
Downloads: 827
Date added: 2007-07-24
Publisher: Mark Shelor

Digest::SHA::PurePerl 5.45 description

Digest::SHA::PurePerl is a Perl implementation of SHA-1/224/256/384/512.

SYNOPSIS

In programs:

# Functional interface

use Digest::SHA::PurePerl qw(sha1 sha1_hex sha1_base64 ...);

$digest = sha1($data);
$digest = sha1_hex($data);
$digest = sha1_base64($data);

$digest = sha256($data);
$digest = sha384_hex($data);
$digest = sha512_base64($data);

# Object-oriented

use Digest::SHA::PurePerl;

$sha = Digest::SHA::PurePerl->new($alg);

$sha->add($data); # feed data into stream

$sha->addfile(*F);
$sha->addfile($filename);

$sha->add_bits($bits);
$sha->add_bits($data, $nbits);

$sha_copy = $sha->clone; # if needed, make copy of
$sha->dump($file); # current digest state,
$sha->load($file); # or save it on disk

$digest = $sha->digest; # compute digest
$digest = $sha->hexdigest;
$digest = $sha->b64digest;

From the command line:

$ shasum files

$ shasum --help

SYNOPSIS (HMAC-SHA)

# Functional interface only

use Digest::SHA::PurePerl qw(hmac_sha1 hmac_sha1_hex ...);

$digest = hmac_sha1($data, $key);
$digest = hmac_sha224_hex($data, $key);
$digest = hmac_sha256_base64($data, $key);

ABSTRACT

Digest::SHA::PurePerl is a complete implementation of the NIST Secure Hash Standard. It gives Perl programmers a convenient way to calculate SHA-1, SHA-224, SHA-256, SHA-384, and SHA-512 message digests. The module can handle all types of input, including partial-byte data.

Digest::SHA::PurePerl 5.45 Screenshot

Advertisements

Digest::SHA::PurePerl 5.45 Keywords

Bookmark Digest::SHA::PurePerl 5.45

Hyperlink code:
Link for forum:

Digest::SHA::PurePerl 5.45 Copyright

WareSeeker periodically updates pricing and software information of Digest::SHA::PurePerl 5.45 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::SHA::PurePerl 5.45 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::Perl is a Perl implementation of Ron Rivests MD5 Algorithm. Free Download
Digest::SHA1 is a Perl interface to the SHA-1 algorithm. Free Download
XMLRPC::PurePerl is a Perl module that implements the XML-RPC standard as defined at www.xmlrpc.com. Free Download
Spreadsheet::Perl is a pure Perl implementation of a spreadsheet engine. Free Download
Algorithm::Hamming::Perl is a Perl implementation of ECC Hamming encoding, for single bit auto error correction. Free Download
libintl-perl is a localization library for Perl. Free Download
PXR::Parser is a Pure Perl SAX XML Push Parser. Free Download