- or download this
hmac_sha1
hmac_sha1_base64
...
sha512
sha512_base64
sha512_hex
- or download this
#!/usr/bin/perl
...
my $shad = eval("Digest::SHA::PurePerl::sha256('test');1") or die $@;
print "SHA value: ", $shad, "\n";
- or download this
Undefined subroutine &Digest::SHA::PurePerl::sha256 called at (eval 3)
+ line 1.