1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68
|
Source: ssdeep
Section: admin
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Build-Depends: debhelper-compat (= 12)
Standards-Version: 4.5.1
Rules-Requires-Root: no
Homepage: https://github.com/ssdeep-project/ssdeep
Vcs-Browser: https://salsa.debian.org/pkg-security-team/ssdeep
Vcs-Git: https://salsa.debian.org/pkg-security-team/ssdeep.git
Package: ssdeep
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Multi-Arch: foreign
Description: recursive piecewise hashing tool
ssdeep is a tool for recursive computing and matching of Context Triggered
Piecewise Hashing (aka Fuzzy Hashing).
.
Fuzzy hashing is a method for comparing similar but not identical files.
This tool can be used to compare files like regular hashing does (like
md5sum or sha1sum) but it will find similar files with little differences.
.
For example, it can be used to identify modified versions of known files
even if data has been inserted, modified, or deleted in the new files.
.
This package is useful in forensics investigations.
Package: libfuzzy2
Section: libs
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Pre-Depends: ${misc:Pre-Depends}
Breaks: ssdeep (<< 2.6)
Replaces: ssdeep (<< 2.6)
Multi-Arch: same
Description: recursive piecewise hashing tool (library)
ssdeep is a tool for recursive computing and matching of Context Triggered
Piecewise Hashing (aka Fuzzy Hashing).
.
Fuzzy hashing is a method for comparing similar but not identical files.
This tool can be used to compare files like regular hashing does (like
md5sum or sha1sum) but it will find similar files with little differences.
.
For example, it can be used to identify modified versions of known files
even if data has been inserted, modified, or deleted in the new files.
.
This package contains the library.
Package: libfuzzy-dev
Section: libdevel
Architecture: any
Depends: libfuzzy2 (= ${binary:Version}), ${misc:Depends}
Breaks: ssdeep (<< 2.6)
Replaces: ssdeep (<< 2.6)
Multi-Arch: same
Description: recursive piecewise hashing tool (development headers)
ssdeep is a tool for recursive computing and matching of Context Triggered
Piecewise Hashing (aka Fuzzy Hashing).
.
Fuzzy hashing is a method for comparing similar but not identical files.
This tool can be used to compare files like regular hashing does (like
md5sum or sha1sum) but it will find similar files with little differences.
.
For example, it can be used to identify modified versions of known files
even if data has been inserted, modified, or deleted in the new files.
.
This package contains the developments files.
|