URI::di

URI scheme for digital signatures
Download

URI::di Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Price:
  • FREE
  • Publisher Name:
  • Dorian Taylor
  • Publisher web site:
  • http://search.cpan.org/~dorian/

URI::di Tags


URI::di Description

URI::di is a Perl module that implements the di: URI scheme defined in draft-hallambaker-digesturi.SYNOPSIS use URI; $u = URI->new('di:sha-256'); $u->compute('some data'); my $algo = $u->algorithm; my $b64 = $u->b64digest; my $hex = $u->hexdigest; my $bin = $u->digest;Product's homepage


URI::di Related Software