| 1234567891011121314151617181920212223242526272829 | Digest-ssdeep version 0.9.0This module provides simple implementation of ssdeep fuzzy hashing also knownas Context Triggered Piecewise Hashing (CTPH).Please, refer to Jesse Kornblum's paper for a detailed discussion (L<SEE ALSO>).INSTALLATIONTo install this module, run the following commands:	perl Makefile.PL	make	make test	make installDEPENDENCIESText::WagnerFischer - An implementation of the Wagner-Fischer edit distance.COPYRIGHT AND LICENCECopyright (C) 2013, Reinoso GuzmanThis library is free software; you can redistribute it and/or modifyit under the same terms as Perl itself.
 |