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.

最新文章

  1. web前端基础知识-(二)CSS基本操作
  2. java.sql.SQLException: JZ00L
  3. 作业七:团队项目——Alpha版本冲刺阶段-02
  4. 20135220谈愈敏Linux Book_17
  5. 内核 current宏解析
  6. 生成Base58格式的UUID(Hibernate Base64格式的UUID续)
  7. mac下的常用操作
  8. bzoj2679:[Usaco2012 Open]Balanced Cow Subsets
  9. chkconfig-增加一个服务设置服务自启动
  10. JavaEE连接池泄漏问题检测Oracle数据库
  11. Android应用开发经常使用知识
  12. gem5 设定checkpiont以及从checkpoint开始运行
  13. 设置span的宽度
  14. opencv 小程序170323
  15. 软件工程作业-(second)
  16. mysql忘记密码时如何修改密码
  17. docker安装指定版本TAG的镜像
  18. 倍增 Tarjan 求LCA
  19. 【黑金原创教程】【TimeQuest】TimeQuest原创教程连载导读【连载完成,共七章】
  20. 07.Curator计数器

热门文章

  1. 一文让你从此告别HTTP乱码(一)Request篇
  2. 【记录】解析具有合并单元格的Excel
  3. supervisor安装配置
  4. MyBatis 源码分析——映射结果
  5. YII2.0 ——安装yii2项目
  6. .NET Core开源组件:后台任务利器之Hangfire
  7. vue.js中,input和textarea上的v-model指令到底做了什么?
  8. 将一个对象push到数组之中的几点问题
  9. webpack快速掌握教程
  10. 打印pid,写着玩。