Openbsd-Md5

OpenBSD::md5(3p) Perl Programmers Reference Guide OpenBSD::md5(3p)

Openbsd-Md5

OpenBSD::md5(3p) Perl Programmers Reference Guide OpenBSD::md5(3p) # OpenBSD::md5(3p) Perl Programmers Reference Guide OpenBSD::md5(3p) NNAAMMEE # OpenBSD::md5 - simple interface to sha256 digests SSYYNNOOPPSSIISS # use OpenBSD::md5; my $sha = OpenBSD::sha->new($filename); $k->{$sha->key} = $filename; my $ck2 = $sha->new($filename2); if ($ck2->equals($sha)) { ... } print $sha->stringize # provides a base64 representation my $ck3 = $s->fromstring; # decodes both base64 and hex DDEESSCCRRIIPPTTIIOONN # "OpenBSD::md5" provides an object-oriented interface to cryptographic hashing facilities for use in the ports tree. ...