Help for this page

Select Code to Download


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