How to Install libobject-signature-perl in Ubuntu 18.04



Install libobject-signature-perl by entering the following commands in the terminal:

sudo apt update
sudo apt install libobject-signature-perl

Description:

module perl for generate cryptographic signatures for objects

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.

Homepage: http://search.cpan.org/dist/Object-Signature/

Version: 1.07-1

Section: universe/perl