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 3 年 前
debian 07cbba2464 libdigest-ssdeep-perl 0.9.3-2 3 年 前
lib a488512ef9 Import upstream version 0.9.3 10 年 前
t a488512ef9 Import upstream version 0.9.3 10 年 前
Changes a488512ef9 Import upstream version 0.9.3 10 年 前
MANIFEST a488512ef9 Import upstream version 0.9.3 10 年 前
MANIFEST.SKIP a488512ef9 Import upstream version 0.9.3 10 年 前
META.json a488512ef9 Import upstream version 0.9.3 10 年 前
META.yml a488512ef9 Import upstream version 0.9.3 10 年 前
Makefile.PL a488512ef9 Import upstream version 0.9.3 10 年 前
README a488512ef9 Import upstream version 0.9.3 10 年 前

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.