Enhanced dd tool with hashing and progress for secure data copying
Enhanced version of dd for forensics and security
dcfldd$ dcfldd if=/dev/sda of=disk.img hash=md5 hashwindow=1M$ dcfldd if=/dev/sda of=/dev/sdb bs=4M statusinterval=5$ dcfldd if=/dev/sdc of=evidence.img hash=sha256 hash=md5 log=hashes.txt$ dcfldd if=/dev/zero of=/dev/sdb bs=1M statusinterval=10$ dcfldd if=/dev/sda1 of=backup.img split=2G splitformat=001