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.
- Developed at devel:languages:perl
- Sources inherited from project openSUSE:Factory
-
1
derived packages
- Download package
-
Checkout Package
osc -A https://api.opensuse.org checkout openSUSE:Factory:Rebuild/perl-Object-Signature && cd $_
- Create Badge
Refresh
Refresh
Source Files
Filename | Size | Changed |
---|---|---|
Object-Signature-1.07.tar.gz | 0000029588 28.9 KB | |
perl-Object-Signature.changes | 0000000564 564 Bytes | |
perl-Object-Signature.spec | 0000002215 2.16 KB |
Revision 8 (latest revision is 10)
Adrian Schröter (adrianSuSE)
committed
(revision 8)
Split 13.2 from Factory
Comments 0