-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
127 lines (111 loc) · 6.59 KB
/
Copy pathindex.html
File metadata and controls
127 lines (111 loc) · 6.59 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Dongwoo Kang | Researcher</title>
<style>
body {
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif;
line-height: 1.6;
color: #333;
max-width: 800px;
margin: 0 auto;
padding: 50px 20px;
}
h1 { font-size: 2.2em; margin-bottom: 5px; color: #111; }
h2 { font-size: 1.5em; margin-top: 40px; border-bottom: 1px solid #eee; padding-bottom: 8px; color: #222; text-transform: capitalize; }
h3 { font-size: 1.1em; margin-top: 25px; color: #444; }
p { margin: 15px 0; }
.affiliation { color: #666; font-size: 1.1em; margin-bottom: 30px; }
.item { margin-bottom: 15px; }
.authors { font-weight: normal; color: #444; }
.venue { font-style: italic; color: #666; }
ul { padding-left: 20px; }
li { margin-bottom: 10px; }
.footer { margin-top: 80px; font-size: 0.85em; color: #999; text-align: center; }
a { color: #0066cc; text-decoration: none; }
a:hover { text-decoration: underline; }
</style>
</head>
<body>
<header>
<h1>Dongwoo Kang</h1>
<div class="affiliation">
Ph.D. Student @ Korea University
</div>
</header>
<section id="about">
<div style="background-color: #f5f5f5; padding: 20px; border-radius: 0; line-height: 1.8;">
<p>I am a Ph.D. student at Korea University working in cryptograhpy, with a primary focus on circuit optimization for applied cryptography like Homomorphic Encryption (HE) or Zero-Knowledge Proof (ZKP) system.</p>
<p>I am in the integrated M.S./Ph.D. program at <span style="color: #d93025; font-weight: bold;"> Korea University </span>, affiliated with the School of Cybersecurity. I received my B.S. in Mathematics from Korea University.</p>
</section>
<p style="margin-top: 20px; font-size: 1.05em;">
<a href="CV_Dongwoo_Kang.pdf" target="_blank" style="color: #d93025;">CV</a> /
<a href="mailto:redr1102@korea.ac.kr" style="color: #d93025;">Email</a> /
<a href="#" style="color: gray;">LinkedIn</a> /
<a href="https://scholar.google.com/citations?user=8KDvMcQAAAAJ" style="color: #d93025;">Google Scholar</a> /
<a href="https://orcid.org/0009-0006-8876-3169" target="_blank" style="color: #d93025;">ORCiD</a>
</p>
<section id="research">
<h2>Research Interests</h2>
<p>My current research interests center on cryptographic circuit optimization — that is, optimizing circuits so that cryptographic primitives can be executed efficiently in computationally expensive settings such as homomorphic encryption (HE) and zero-knowledge proofs (ZKPs). In particular, I am interested in designing cryptographic primitives that are inherently circuit-optimized, as well as applied cryptographic systems built upon such primitives.</p>
<p>In the past, I was actively engaged in analyzing the mathematical structures of block ciphers and their resistance to implementation attacks such as fault attacks and side-channel attacks. While this is no longer the main focus of my research, I remain interested in the possibility of designing cryptographic primitives that are inherently resilient to fault attacks, and I continue to follow developments in this area.</p>
</section>
<section id="Education">
<h2>Education</h2>
<ul>
<li>
<strong>Ph.D. Student (Integrated M.S./Ph.D. Program) in Cybersecurity</strong> <br>
<span class="venue">Korea University</span> <span style="color: #666; font-size: 0.95em;">(2025 – present)</span>
</li>
<li style="margin-top: 15px;">
<strong>B.S. in Mathematics</strong> <br>
<span class="venue">Korea University</span> <span style="color: #666; font-size: 0.95em;">(2021 – 2025)</span>
<ul>
<li>Double Major: B.E. in Smart Security</li>
<li>Micro Degree in Cryptographic Technology</li>
<li>GPA: 3.71 / 4.5</li>
</ul>
</li>
</ul>
</section>
<section id="publications">
<h2>Publications</h2>
<h3>International Journals & Conferences</h3>
<div class="item">
<strong>SDDT: An Operation Skip Attack Framework for Bitslice Ciphers—Validated on PIPO.</strong><br>
<span class="authors">Dongwoo Kang, Hanbeom Shin, DongHyeon Kim, Seokhie Hong, HeeSeok Kim.</span><br>
<span class="venue">Selected Areas in Cryptography, 2026. (to appear)</span>
</div>
<h3 style="margin-top: 60px;">Domestic Journals & Conferences</h3>
<div class="item">
<strong>Epoch-based Re-keying for Full Disk Encryption to Avoid Cumulative Side-channel Leakage.</strong><br>
<span class="authors">Dongwoo Kang, HeeSeok Kim, Seokhie Hong.</span><br>
<span class="venue">Proceedings of the 2026 Summer Conference of the Korea Institute of Information Security & Cryptology (KIISC), 2026. (in Korean)</span>
</div>
<div class="item">
<strong>Side-Channel Attack on Tweakable Block Cipher SCARF for Cache Address Randomization.</strong><br>
<span class="authors">Dongwoo Kang, Inhun Lee, HeeSeok Kim, Seokhie Hong.</span><br>
<span class="venue">Proceedings of the 2025 Winter Conference of the Korea Institute of Information Security & Cryptology (KIISC), 2025. (in Korean)</span>
</div>
<div class="item">
<strong>Full-round Linear Attacks for Block Cipher DNA-PRESENT.</strong><br>
<span class="authors">Dongwoo Kang, Hanbeom Shin, Seokhie Hong.</span><br>
<span class="venue">Proceedings of the 2025 Summer Conference of the Korea Institute of Information Security & Cryptology (KIISC), 2025. (in Korean)</span>
</div>
<p style="font-size: 0.9em; font-style: italic; color: #777; margin-top: 20px;">
* Earlier publications may appear under the name Dong-U Kang or Dong-u Kang.
</p>
</section>
<section id="awards">
<h2>Awards</h2>
<ul>
<li>Encouragement Award, 2025 Cryptographic Analysis Contest, Korea Institute of Information Security & Cryptology (KIISC)</li>
</ul>
</section>
<div class="footer">
© 2026 Dongwoo Kang. Last updated: February 2026.
</div>
</body>
</html>