Perl implementation of Ron Rivests MD5 Algorithm
This modules has the same interface as the much faster 'Digest::MD5'. So
you can easily exchange them, e.g.
BEGIN {
eval {
require Digest::MD5;
import Digest::MD5 'md5_hex'
};
if ($@) { # ups, no Digest::MD5
require Digest::Perl::MD5;
import Digest::Perl::MD5 'md5_hex'
}
}
If the 'Digest::MD5' module is available it is used and if not you take
'Digest::Perl::MD5'.
You can also install the Perl part of Digest::MD5 together with
Digest::Perl::MD5 and use Digest::MD5 as normal, it falls back to
Digest::Perl::MD5 if it cannot load its object files.
For a detailed Documentation see the 'Digest::MD5' module.
- Sources inherited from project openSUSE:Leap:15.2:Rings:1-MinimalX
- Links to openSUSE:Leap:15.2 / perl-Digest-Perl-MD5
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.2:Staging:E/perl-Digest-Perl-MD5 && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Digest-Perl-MD5-1.9.tar.gz | 0000072009 70.3 KB | |
perl-Digest-Perl-MD5.changes | 0000000449 449 Bytes | |
perl-Digest-Perl-MD5.spec | 0000002297 2.24 KB |
Revision 3 (latest revision is 26)
Yuchen Lin (maxlin_factory)
committed
(revision 3)
branch from 15.0
Comments 0