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
|
Source: dc3dd
Section: utils
Priority: optional
Maintainer: Debian Security Tools <team+pkg-security@tracker.debian.org>
Build-Depends: bison,
debhelper-compat (= 13),
gperf,
help2man,
liblocale-gettext-perl
Standards-Version: 4.7.0
Homepage: https://sourceforge.net/projects/dc3dd/
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/pkg-security-team/dc3dd.git
Vcs-Browser: https://salsa.debian.org/pkg-security-team/dc3dd
Package: dc3dd
Architecture: any
Depends: ${misc:Depends}, ${shlibs:Depends}
Description: patched version of GNU dd with forensic features
dc3dd is a patched version of GNU dd with added features for computer
forensics:
.
* on the fly hashing (md5, sha-1, sha-256, and sha-512);
* possibility to write errors to a file;
* group errors in the error log;
* pattern wiping;
* progress report;
* possibility to split output.
|