README 617 B

1234567891011121314151617181920212223242526272829
  1. Digest-ssdeep version 0.9.0
  2. This module provides simple implementation of ssdeep fuzzy hashing also known
  3. as Context Triggered Piecewise Hashing (CTPH).
  4. Please, refer to Jesse Kornblum's paper for a detailed discussion (L<SEE ALSO>).
  5. INSTALLATION
  6. To install this module, run the following commands:
  7. perl Makefile.PL
  8. make
  9. make test
  10. make install
  11. DEPENDENCIES
  12. Text::WagnerFischer - An implementation of the Wagner-Fischer edit distance.
  13. COPYRIGHT AND LICENCE
  14. Copyright (C) 2013, Reinoso Guzman
  15. This library is free software; you can redistribute it and/or modify
  16. it under the same terms as Perl itself.