Debian packaging of the pure Perl ssdeep (CTPH) fuzzy hashing implementation https://metacpan.org/release/Digest-ssdeep

Christoph Biedl 07cbba2464 libdigest-ssdeep-perl 0.9.3-2 2 years ago
debian 07cbba2464 libdigest-ssdeep-perl 0.9.3-2 2 years ago
lib a488512ef9 Import upstream version 0.9.3 9 years ago
t a488512ef9 Import upstream version 0.9.3 9 years ago
Changes a488512ef9 Import upstream version 0.9.3 9 years ago
MANIFEST a488512ef9 Import upstream version 0.9.3 9 years ago
MANIFEST.SKIP a488512ef9 Import upstream version 0.9.3 9 years ago
META.json a488512ef9 Import upstream version 0.9.3 9 years ago
META.yml a488512ef9 Import upstream version 0.9.3 9 years ago
Makefile.PL a488512ef9 Import upstream version 0.9.3 9 years ago
README a488512ef9 Import upstream version 0.9.3 9 years ago

README

Digest-ssdeep version 0.9.0

This module provides simple implementation of ssdeep fuzzy hashing also known
as Context Triggered Piecewise Hashing (CTPH).

Please, refer to Jesse Kornblum's paper for a detailed discussion (L).


INSTALLATION

To install this module, run the following commands:

perl Makefile.PL
make
make test
make install


DEPENDENCIES

Text::WagnerFischer - An implementation of the Wagner-Fischer edit distance.


COPYRIGHT AND LICENCE

Copyright (C) 2013, Reinoso Guzman

This library is free software; you can redistribute it and/or modify
it under the same terms as Perl itself.