From 7cbfd0302d17a1a2557af93b1f4f261fc24c6824 Mon Sep 17 00:00:00 2001 From: Alexandre Dulaunoy Date: Sat, 23 Feb 2013 10:29:22 +0100 Subject: [PATCH] Markdown README added --- README.md | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..ee9b4a6 --- /dev/null +++ b/README.md @@ -0,0 +1,25 @@ +dcfldd +====== + +dcfldd is a modified version of GNU dd. The major features added +are hashing, fast disk wiping (through patterns) and status output. + +dcfldd was originally created by Nicholas Harbour from the +DoD Computer Forensics Laboratory (DCFL). Nick Harbour still maintains +the package, although he is no longer affiliated with the DCFL. + +Send any feature requests or ideas to the author at +. + +dcfldd on GitHub +---------------- + +On https://github.com/adulau/dcfldd/, this is the latest version of +http://dcfldd.sourceforge.net/ (1.3.4-1) including Debian patches and +some additional patches from Alexandre Dulaunoy https://github.com/adulau. + +dcfldd usage +------------ + + dcfldd if=/dev/sda hash=md5,sha256 hashwindow=20G md5log=md5.txt sha256log=sha256.txt \ + hashconv=after bs=512 conv=noerror,sync split=20G splitformat=aa of=sda.dd