码迷,mamicode.com
首页 > 其他好文 > 详细

How to image a CD/DVD ROM and generate hash value

时间:2017-05-08 23:18:30      阅读:257      评论:0      收藏:0      [点我收藏+]

标签:ane   output   oal   style   bsp   finish   ide   ini   size   

Someone ask me how to image a CD/DVD ROM and generate hash value in the same time. A small tool called "dcfldd" could achieve this goal. Compared to dd, dcfldd allows for more than one output file, supports simultaneous multiple checksum calculations, provides a verification mode for file matching, and can display the percentage progress of an operation.

 

Download dcfldd and install in your Linux workstation. The if(input file) is /dev/sr0. If you‘re not sure about this, all you need to do is take a look at mount result as below.

技术分享

 

 

What about of(output file)? You could create any output filename you want. My output file name is cd.iso. Also specify the hash method and block size. Here we go. When finished you could see the md5 hash value.

技术分享

 

Of course you could use another forensic tool to verify the hash value of this evidence file. I use FTK Imager Lite to add cd.iso as evidence. The verification result is as below.

技术分享

 

How to image a CD/DVD ROM and generate hash value

标签:ane   output   oal   style   bsp   finish   ide   ini   size   

原文地址:http://www.cnblogs.com/pieces0310/p/6827988.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!