-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathforensics_0.html
More file actions
206 lines (161 loc) · 11.2 KB
/
forensics_0.html
File metadata and controls
206 lines (161 loc) · 11.2 KB
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
<!DOCTYPE html>
<html lang="zh">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="HandheldFriendly" content="True" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta name="robots" content="index, follow" />
<link href="https://fonts.googleapis.com/css2?family=Source+Code+Pro:ital,wght@0,400;0,700;1,400&family=Source+Sans+Pro:ital,wght@0,300;0,400;0,700;1,400&display=swap" rel="stylesheet">
<link rel="stylesheet" type="text/css" href="/theme/stylesheet/style.min.css">
<link id="pygments-light-theme" rel="stylesheet" type="text/css"
href="/theme/pygments/github.min.css">
<script src="/theme/tipuesearch/jquery.min.js"></script>
<script src="/theme/tipuesearch/tipuesearch.min.js"></script>
<script src="/theme/tipuesearch/tipuesearch.min.js"></script>
<script src="/theme/tipuesearch/tipuesearch_set.min.js"></script>
<script src="/tipuesearch_content.js"></script>
<link rel="stylesheet" href="/theme/tipuesearch/tipuesearch.min.css" />
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/fontawesome.css">
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/brands.css">
<link rel="stylesheet" type="text/css" href="/theme/font-awesome/css/solid.css">
<link href="/feeds/all.atom.xml" type="application/atom+xml" rel="alternate" title="R08UST's Blog Atom">
<link rel="shortcut icon" href="/images/profile/Favicon.ico" type="image/x-icon">
<link rel="icon" href="/images/profile/Favicon.ico" type="image/x-icon">
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-8EL1GE1H84"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-8EL1GE1H84');
</script>
<!-- End of Global site tag (gtag.js) - Google Analytics -->
<!-- Chrome, Firefox OS and Opera -->
<meta name="theme-color" content="#333">
<!-- Windows Phone -->
<meta name="msapplication-navbutton-color" content="#333">
<!-- iOS Safari -->
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black-translucent">
<!-- Microsoft EDGE -->
<meta name="msapplication-TileColor" content="#333">
<meta name="author" content="R08UST" />
<meta name="description" content="前言 这个系列是对之前的一部分工作的结果的升华。虽然标题名为 Digital Forensics 的笔记, 但实际上该系列实际是对该书的翻译工作(包括个人理解的添加, 部分不重要言语的删除, 以及其他辅助资料的补充)。 Digital Forenscis Dartmouth大学的farid教授出版(现以在UCB任职)。全书共10章, 从文件格式到光学系统,基本覆盖了比较经典的数字取证的方法。 图像篡改的历史 图像篡改并非现代技术(Photoshop等电子化工具),实际上仅仅在涅普斯创造相机的十年之后,图像篡改技术便出现了。 下面实际上就是一张实例,由于观念的不同斯大林将其政委从其合照中抹去。 左侧是被修改的图像,右侧是原始图像。 在Photoshop软件出现之前, 人们实际上也是利用Photoshop对胶片图像进行冲洗,调整抑或是篡改,当然这里的photoshop学名叫做暗房。而前面的Photoshop学名应该叫做电子暗房。 如果想要在胶片图像上完成对一个事物则至少需要3个步骤(不包括正常洗胶片的操作) 底片剪拼:用黑卡纸裁成相应形状,在相纸相应部位作遮挡;之后再遮住其他部分,单独将需要补晒的内容进行第二次晒印曝光。对应在Photoshop中则是将目标图像复制改图像的图层之上。 多次曝光:实际上这就是调整对比度的操作。 调整边缘:调虚焦距,或者适当抖动遮盖纸。 对应至Photoshop这则是羽化边缘的操作。 所以无论是老照片抑或是新的照片,都存在篡改的情况,后面我们将要介绍各种数字取证的方法 …" />
<meta name="keywords" content="Book, Forensics, Security, ComputerVision">
<meta property="og:site_name" content="R08UST's Blog"/>
<meta property="og:title" content="数字图像取证 - 前言"/>
<meta property="og:description" content="前言 这个系列是对之前的一部分工作的结果的升华。虽然标题名为 Digital Forensics 的笔记, 但实际上该系列实际是对该书的翻译工作(包括个人理解的添加, 部分不重要言语的删除, 以及其他辅助资料的补充)。 Digital Forenscis Dartmouth大学的farid教授出版(现以在UCB任职)。全书共10章, 从文件格式到光学系统,基本覆盖了比较经典的数字取证的方法。 图像篡改的历史 图像篡改并非现代技术(Photoshop等电子化工具),实际上仅仅在涅普斯创造相机的十年之后,图像篡改技术便出现了。 下面实际上就是一张实例,由于观念的不同斯大林将其政委从其合照中抹去。 左侧是被修改的图像,右侧是原始图像。 在Photoshop软件出现之前, 人们实际上也是利用Photoshop对胶片图像进行冲洗,调整抑或是篡改,当然这里的photoshop学名叫做暗房。而前面的Photoshop学名应该叫做电子暗房。 如果想要在胶片图像上完成对一个事物则至少需要3个步骤(不包括正常洗胶片的操作) 底片剪拼:用黑卡纸裁成相应形状,在相纸相应部位作遮挡;之后再遮住其他部分,单独将需要补晒的内容进行第二次晒印曝光。对应在Photoshop中则是将目标图像复制改图像的图层之上。 多次曝光:实际上这就是调整对比度的操作。 调整边缘:调虚焦距,或者适当抖动遮盖纸。 对应至Photoshop这则是羽化边缘的操作。 所以无论是老照片抑或是新的照片,都存在篡改的情况,后面我们将要介绍各种数字取证的方法 …"/>
<meta property="og:locale" content="en_US"/>
<meta property="og:url" content="/forensics_0.html"/>
<meta property="og:type" content="article"/>
<meta property="article:published_time" content="2020-03-07 00:00:00+08:00"/>
<meta property="article:modified_time" content=""/>
<meta property="article:author" content="/author/r08ust.html">
<meta property="article:section" content="Digital Image Forensics"/>
<meta property="article:tag" content="Book"/>
<meta property="article:tag" content="Forensics"/>
<meta property="article:tag" content="Security"/>
<meta property="article:tag" content="ComputerVision"/>
<meta property="og:image" content="/images/profile/profile.jpg">
<title>R08UST's Blog – 数字图像取证 - 前言</title>
</head>
<body class="light-theme">
<aside>
<div>
<a href="">
<img src="/images/profile/profile.jpg" alt="" title="">
</a>
<h1>
<a href=""></a>
</h1>
<p>Security & AI Developer</p>
<form class="navbar-search" action="/search.html" role="search">
<input type="text" name="q" id="tipue_search_input" placeholder="Search...">
</form>
<ul class="social">
<li>
<a class="sc-linkedin" href="https://www.linkedin.com/in/%E5%AE%B6%E7%90%AA-%E8%92%8B-171328175/" target="_blank">
<i class="fab fa-linkedin"></i>
</a>
</li>
<li>
<a class="sc-github" href="https://github.com/r08ust" target="_blank">
<i class="fab fa-github"></i>
</a>
</li>
</ul>
</div>
</aside>
<main>
<nav>
<a href="">Home</a>
<a href="/index.html">MainPage</a>
<a href="/archives.html">Archives</a>
<a href="/categories.html">Categories</a>
<a href="/tags.html">Tags</a>
<a href="/feeds/all.atom.xml">Atom</a>
</nav>
<article class="single">
<header>
<h1 id="forensics_0">数字图像取证 - 前言</h1>
<p>
Posted on Sat 07 March 2020 in <a href="/category/digital-image-forensics.html">Digital Image Forensics</a>
• 1 min read
</p>
</header>
<div>
<h2>前言</h2>
<p>这个系列是对之前的一部分工作的结果的升华。虽然标题名为 Digital Forensics 的笔记, 但实际上该系列实际是对该书的翻译工作(包括个人理解的添加, 部分不重要言语的删除, 以及其他辅助资料的补充)。 Digital Forenscis Dartmouth大学的<a href="https://farid.berkeley.edu/">farid</a>教授出版(现以在UCB任职)。全书共10章, 从文件格式到光学系统,基本覆盖了比较经典的数字取证的方法。 </p>
<h2>图像篡改的历史</h2>
<p>图像篡改并非现代技术(Photoshop等电子化工具),实际上仅仅在涅普斯创造相机的十年之后,图像篡改技术便出现了。 下面实际上就是一张实例,由于观念的不同斯大林将其政委从其合照中抹去。
<img alt="commissar" src="/images/DigitalForensics/commissary.jpg"/></p>
<p>左侧是被修改的图像,右侧是原始图像。</p>
<p>在Photoshop软件出现之前, 人们实际上也是利用Photoshop对胶片图像进行冲洗,调整抑或是篡改,当然这里的photoshop学名叫做暗房。而前面的Photoshop学名应该叫做电子暗房。 如果想要在胶片图像上完成对一个事物则至少需要3个步骤(不包括正常洗胶片的操作)</p>
<ol>
<li>底片剪拼:用黑卡纸裁成相应形状,在相纸相应部位作遮挡;之后再遮住其他部分,单独将需要补晒的内容进行第二次晒印曝光。对应在Photoshop中则是将目标图像复制改图像的图层之上。</li>
<li>多次曝光:实际上这就是调整对比度的操作。 </li>
<li>调整边缘:调虚焦距,或者适当抖动遮盖纸。 对应至Photoshop这则是羽化边缘的操作。</li>
</ol>
<p>所以无论是老照片抑或是新的照片,都存在篡改的情况,后面我们将要介绍各种数字取证的方法,检测抑或是利用经过篡改的或未篡改的照片。</p>
</div>
<div class="tag-cloud">
<p>
<a href="/tag/book.html">Book</a>
<a href="/tag/forensics.html">Forensics</a>
<a href="/tag/security.html">Security</a>
<a href="/tag/computervision.html">ComputerVision</a>
</p>
</div>
<div class="neighbors">
<a class="btn float-left" href="/chainer-1-5.html" title="Chainer教程 1.5 利用预训练模型以及修改预训练模型">
<i class="fa fa-angle-left"></i> Previous Post
</a>
<a class="btn float-right" href="/forensics_1_1.html" title="数字图像取证 - 基于文件格式的取证 1">
Next Post <i class="fa fa-angle-right"></i>
</a>
</div>
</article>
<footer>
<p>© 2021 </p>
<p>
Built with <a href="http://getpelican.com" target="_blank">Pelican</a> using <a href="http://bit.ly/flex-pelican" target="_blank">Flex</a> theme
</p> </footer>
</main>
<script type="application/ld+json">
{
"@context" : "http://schema.org",
"@type" : "Blog",
"name": " R08UST's Blog ",
"url" : "",
"image": "/images/profile/profile.jpg",
"description": ""
}
</script>
<script>
$(document).ready(function() {
$('#tipue_search_input').tipuesearch();
});
</script>
</body>
</html>