Generate cryptographic signatures for objects
the Object::Signature manpage is an abstract base class that you can
inherit from in order to allow your objects to generate unique
cryptographic signatures.
The method used to generate the signature is based on the Storable manpage
and the Digest::MD5 manpage. The object is fed to 'Storable::nfreeze' to
get a string, which is then passed to the Digest::MD5::md5_hex manpage to
get a unique 32 character hexidecimal signature.
- Sources inherited from project openSUSE:Backports:SLE-15-SP5
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Leap:15.5:Update/perl-Object-Signature && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Object-Signature-1.08.tar.gz | 0000025746 25.1 KB | |
cpanspec.yml | 0000000108 108 Bytes | |
perl-Object-Signature.changes | 0000000936 936 Bytes | |
perl-Object-Signature.spec | 0000002221 2.17 KB |
Latest Revision
Yuchen Lin (maxlin_factory)
committed
(revision 3)
branch from SP4 Backports
Comments 0