Paketname | libobject-signature-perl |
Beschreibung | Signature - Generate cryptographic signatures for objects |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.05-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 60 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 7702 Byte |
Prüfsumme MD5 | 540ef8afb592f7194f07249e9ec8b3eb |
Prüfsumme SHA1 | 8eba2cb669ebfa72e898d141515f79ea901eb8b2 |
Prüfsumme SHA256 | 02e9f4799560d5e05a5ff21ffc63bb7b6f0828cc17bd058a35ecd00a3069a8f1 |
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.
|