Paketname | libobject-signature-perl |
Beschreibung | Signature - Generate cryptographic signatures for objects |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.05-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 7604 Byte |
Prüfsumme MD5 | 32133e30351466b05fc68779e0060b9e |
Prüfsumme SHA1 | 8fc739198fc330d3f37ef31953eceb4117a9bbb1 |
Prüfsumme SHA256 | 75305f102e88341611af6a1fa00422c319d875fa2e3f5c67005374e2e48eba5d |
Link zum Herunterladen | libobject-signature-perl_1.05-2_all.deb |
Ausführliche Beschreibung | Object::Signature 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 Storable and
Digest::MD5. The object is fed to "Storable::nfreeze" to get a string,
which is then passed to Digest::MD5::md5_hex to get a unique 32
character hexadecimal signature.
|