<!--{{{-->
<link rel='alternate' type='application/rss+xml' title='RSS' href='index.xml' />
<!--}}}-->
Background: #fff
Foreground: #000
PrimaryPale: #8cf
PrimaryLight: #18f
PrimaryMid: #04b
PrimaryDark: #014
SecondaryPale: #ffc
SecondaryLight: #fe8
SecondaryMid: #db4
SecondaryDark: #841
TertiaryPale: #eee
TertiaryLight: #ccc
TertiaryMid: #999
TertiaryDark: #666
Error: #f88
/*{{{*/
body {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}

a {color:[[ColorPalette::PrimaryMid]];}
a:hover {background-color:[[ColorPalette::PrimaryMid]]; color:[[ColorPalette::Background]];}
a img {border:0;}

h1,h2,h3,h4,h5,h6 {color:[[ColorPalette::SecondaryDark]]; background:transparent;}
h1 {border-bottom:2px solid [[ColorPalette::TertiaryLight]];}
h2,h3 {border-bottom:1px solid [[ColorPalette::TertiaryLight]];}

.button {color:[[ColorPalette::PrimaryDark]]; border:1px solid [[ColorPalette::Background]];}
.button:hover {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::SecondaryLight]]; border-color:[[ColorPalette::SecondaryMid]];}
.button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::SecondaryDark]];}

.header {background:[[ColorPalette::PrimaryMid]];}
.headerShadow {color:[[ColorPalette::Foreground]];}
.headerShadow a {font-weight:normal; color:[[ColorPalette::Foreground]];}
.headerForeground {color:[[ColorPalette::Background]];}
.headerForeground a {font-weight:normal; color:[[ColorPalette::PrimaryPale]];}

.tabSelected{color:[[ColorPalette::PrimaryDark]];
	background:[[ColorPalette::TertiaryPale]];
	border-left:1px solid [[ColorPalette::TertiaryLight]];
	border-top:1px solid [[ColorPalette::TertiaryLight]];
	border-right:1px solid [[ColorPalette::TertiaryLight]];
}
.tabUnselected {color:[[ColorPalette::Background]]; background:[[ColorPalette::TertiaryMid]];}
.tabContents {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::TertiaryPale]]; border:1px solid [[ColorPalette::TertiaryLight]];}
.tabContents .button {border:0;}

#sidebar {}
#sidebarOptions input {border:1px solid [[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel {background:[[ColorPalette::PrimaryPale]];}
#sidebarOptions .sliderPanel a {border:none;color:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:hover {color:[[ColorPalette::Background]]; background:[[ColorPalette::PrimaryMid]];}
#sidebarOptions .sliderPanel a:active {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::Background]];}

.wizard {background:[[ColorPalette::PrimaryPale]]; border:1px solid [[ColorPalette::PrimaryMid]];}
.wizard h1 {color:[[ColorPalette::PrimaryDark]]; border:none;}
.wizard h2 {color:[[ColorPalette::Foreground]]; border:none;}
.wizardStep {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];
	border:1px solid [[ColorPalette::PrimaryMid]];}
.wizardStep.wizardStepDone {background:[[ColorPalette::TertiaryLight]];}
.wizardFooter {background:[[ColorPalette::PrimaryPale]];}
.wizardFooter .status {background:[[ColorPalette::PrimaryDark]]; color:[[ColorPalette::Background]];}
.wizard .button {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryLight]]; border: 1px solid;
	border-color:[[ColorPalette::SecondaryPale]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryDark]] [[ColorPalette::SecondaryPale]];}
.wizard .button:hover {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Background]];}
.wizard .button:active {color:[[ColorPalette::Background]]; background:[[ColorPalette::Foreground]]; border: 1px solid;
	border-color:[[ColorPalette::PrimaryDark]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryPale]] [[ColorPalette::PrimaryDark]];}

.wizard .notChanged {background:transparent;}
.wizard .changedLocally {background:#80ff80;}
.wizard .changedServer {background:#8080ff;}
.wizard .changedBoth {background:#ff8080;}
.wizard .notFound {background:#ffff80;}
.wizard .putToServer {background:#ff80ff;}
.wizard .gotFromServer {background:#80ffff;}

#messageArea {border:1px solid [[ColorPalette::SecondaryMid]]; background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]];}
#messageArea .button {color:[[ColorPalette::PrimaryMid]]; background:[[ColorPalette::SecondaryPale]]; border:none;}

.popupTiddler {background:[[ColorPalette::TertiaryPale]]; border:2px solid [[ColorPalette::TertiaryMid]];}

.popup {background:[[ColorPalette::TertiaryPale]]; color:[[ColorPalette::TertiaryDark]]; border-left:1px solid [[ColorPalette::TertiaryMid]]; border-top:1px solid [[ColorPalette::TertiaryMid]]; border-right:2px solid [[ColorPalette::TertiaryDark]]; border-bottom:2px solid [[ColorPalette::TertiaryDark]];}
.popup hr {color:[[ColorPalette::PrimaryDark]]; background:[[ColorPalette::PrimaryDark]]; border-bottom:1px;}
.popup li.disabled {color:[[ColorPalette::TertiaryMid]];}
.popup li a, .popup li a:visited {color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border: none;}
.popup li a:active {background:[[ColorPalette::SecondaryPale]]; color:[[ColorPalette::Foreground]]; border: none;}
.popupHighlight {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
.listBreak div {border-bottom:1px solid [[ColorPalette::TertiaryDark]];}

.tiddler .defaultCommand {font-weight:bold;}

.shadow .title {color:[[ColorPalette::TertiaryDark]];}

.title {color:[[ColorPalette::SecondaryDark]];}
.subtitle {color:[[ColorPalette::TertiaryDark]];}

.toolbar {color:[[ColorPalette::PrimaryMid]];}
.toolbar a {color:[[ColorPalette::TertiaryLight]];}
.selected .toolbar a {color:[[ColorPalette::TertiaryMid]];}
.selected .toolbar a:hover {color:[[ColorPalette::Foreground]];}

.tagging, .tagged {border:1px solid [[ColorPalette::TertiaryPale]]; background-color:[[ColorPalette::TertiaryPale]];}
.selected .tagging, .selected .tagged {background-color:[[ColorPalette::TertiaryLight]]; border:1px solid [[ColorPalette::TertiaryMid]];}
.tagging .listTitle, .tagged .listTitle {color:[[ColorPalette::PrimaryDark]];}
.tagging .button, .tagged .button {border:none;}

.footer {color:[[ColorPalette::TertiaryLight]];}
.selected .footer {color:[[ColorPalette::TertiaryMid]];}

.sparkline {background:[[ColorPalette::PrimaryPale]]; border:0;}
.sparktick {background:[[ColorPalette::PrimaryDark]];}

.error, .errorButton {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::Error]];}
.warning {color:[[ColorPalette::Foreground]]; background:[[ColorPalette::SecondaryPale]];}
.lowlight {background:[[ColorPalette::TertiaryLight]];}

.zoomer {background:none; color:[[ColorPalette::TertiaryMid]]; border:3px solid [[ColorPalette::TertiaryMid]];}

.imageLink, #displayArea .imageLink {background:transparent;}

.annotation {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; border:2px solid [[ColorPalette::SecondaryMid]];}

.viewer .listTitle {list-style-type:none; margin-left:-2em;}
.viewer .button {border:1px solid [[ColorPalette::SecondaryMid]];}
.viewer blockquote {border-left:3px solid [[ColorPalette::TertiaryDark]];}

.viewer table, table.twtable {border:2px solid [[ColorPalette::TertiaryDark]];}
.viewer th, .viewer thead td, .twtable th, .twtable thead td {background:[[ColorPalette::SecondaryMid]]; border:1px solid [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::Background]];}
.viewer td, .viewer tr, .twtable td, .twtable tr {border:1px solid [[ColorPalette::TertiaryDark]];}

.viewer pre {border:1px solid [[ColorPalette::SecondaryLight]]; background:[[ColorPalette::SecondaryPale]];}
.viewer code {color:[[ColorPalette::SecondaryDark]];}
.viewer hr {border:0; border-top:dashed 1px [[ColorPalette::TertiaryDark]]; color:[[ColorPalette::TertiaryDark]];}

.highlight, .marked {background:[[ColorPalette::SecondaryLight]];}

.editor input {border:1px solid [[ColorPalette::PrimaryMid]];}
.editor textarea {border:1px solid [[ColorPalette::PrimaryMid]]; width:100%;}
.editorFooter {color:[[ColorPalette::TertiaryMid]];}

#backstageArea {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::TertiaryMid]];}
#backstageArea a {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstageArea a:hover {background:[[ColorPalette::SecondaryLight]]; color:[[ColorPalette::Foreground]]; }
#backstageArea a.backstageSelTab {background:[[ColorPalette::Background]]; color:[[ColorPalette::Foreground]];}
#backstageButton a {background:none; color:[[ColorPalette::Background]]; border:none;}
#backstageButton a:hover {background:[[ColorPalette::Foreground]]; color:[[ColorPalette::Background]]; border:none;}
#backstagePanel {background:[[ColorPalette::Background]]; border-color: [[ColorPalette::Background]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]] [[ColorPalette::TertiaryDark]];}
.backstagePanelFooter .button {border:none; color:[[ColorPalette::Background]];}
.backstagePanelFooter .button:hover {color:[[ColorPalette::Foreground]];}
#backstageCloak {background:[[ColorPalette::Foreground]]; opacity:0.6; filter:'alpha(opacity:60)';}
/*}}}*/
/*{{{*/
* html .tiddler {height:1%;}

body {font-size:.75em; font-family:arial,helvetica; margin:0; padding:0;}

h1,h2,h3,h4,h5,h6 {font-weight:bold; text-decoration:none;}
h1,h2,h3 {padding-bottom:1px; margin-top:1.2em;margin-bottom:0.3em;}
h4,h5,h6 {margin-top:1em;}
h1 {font-size:1.35em;}
h2 {font-size:1.25em;}
h3 {font-size:1.1em;}
h4 {font-size:1em;}
h5 {font-size:.9em;}

hr {height:1px;}

a {text-decoration:none;}

dt {font-weight:bold;}

ol {list-style-type:decimal;}
ol ol {list-style-type:lower-alpha;}
ol ol ol {list-style-type:lower-roman;}
ol ol ol ol {list-style-type:decimal;}
ol ol ol ol ol {list-style-type:lower-alpha;}
ol ol ol ol ol ol {list-style-type:lower-roman;}
ol ol ol ol ol ol ol {list-style-type:decimal;}

.txtOptionInput {width:11em;}

#contentWrapper .chkOptionInput {border:0;}

.externalLink {text-decoration:underline;}

.indent {margin-left:3em;}
.outdent {margin-left:3em; text-indent:-3em;}
code.escaped {white-space:nowrap;}

.tiddlyLinkExisting {font-weight:bold;}
.tiddlyLinkNonExisting {font-style:italic;}

/* the 'a' is required for IE, otherwise it renders the whole tiddler in bold */
a.tiddlyLinkNonExisting.shadow {font-weight:bold;}

#mainMenu .tiddlyLinkExisting,
	#mainMenu .tiddlyLinkNonExisting,
	#sidebarTabs .tiddlyLinkNonExisting {font-weight:normal; font-style:normal;}
#sidebarTabs .tiddlyLinkExisting {font-weight:bold; font-style:normal;}

.header {position:relative;}
.header a:hover {background:transparent;}
.headerShadow {position:relative; padding:4.5em 0em 1em 1em; left:-1px; top:-1px;}
.headerForeground {position:absolute; padding:4.5em 0em 1em 1em; left:0px; top:0px;}

.siteTitle {font-size:3em;}
.siteSubtitle {font-size:1.2em;}

#mainMenu {position:absolute; left:0; width:10em; text-align:right; line-height:1.6em; padding:1.5em 0.5em 0.5em 0.5em; font-size:1.1em;}

#sidebar {position:absolute; right:3px; width:16em; font-size:.9em;}
#sidebarOptions {padding-top:0.3em;}
#sidebarOptions a {margin:0em 0.2em; padding:0.2em 0.3em; display:block;}
#sidebarOptions input {margin:0.4em 0.5em;}
#sidebarOptions .sliderPanel {margin-left:1em; padding:0.5em; font-size:.85em;}
#sidebarOptions .sliderPanel a {font-weight:bold; display:inline; padding:0;}
#sidebarOptions .sliderPanel input {margin:0 0 .3em 0;}
#sidebarTabs .tabContents {width:15em; overflow:hidden;}

.wizard {padding:0.1em 1em 0em 2em;}
.wizard h1 {font-size:2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizard h2 {font-size:1.2em; font-weight:bold; background:none; padding:0em 0em 0em 0em; margin:0.4em 0em 0.2em 0em;}
.wizardStep {padding:1em 1em 1em 1em;}
.wizard .button {margin:0.5em 0em 0em 0em; font-size:1.2em;}
.wizardFooter {padding:0.8em 0.4em 0.8em 0em;}
.wizardFooter .status {padding:0em 0.4em 0em 0.4em; margin-left:1em;}
.wizard .button {padding:0.1em 0.2em 0.1em 0.2em;}

#messageArea {position:fixed; top:2em; right:0em; margin:0.5em; padding:0.5em; z-index:2000; _position:absolute;}
.messageToolbar {display:block; text-align:right; padding:0.2em 0.2em 0.2em 0.2em;}
#messageArea a {text-decoration:underline;}

.tiddlerPopupButton {padding:0.2em 0.2em 0.2em 0.2em;}
.popupTiddler {position: absolute; z-index:300; padding:1em 1em 1em 1em; margin:0;}

.popup {position:absolute; z-index:300; font-size:.9em; padding:0; list-style:none; margin:0;}
.popup .popupMessage {padding:0.4em;}
.popup hr {display:block; height:1px; width:auto; padding:0; margin:0.2em 0em;}
.popup li.disabled {padding:0.4em;}
.popup li a {display:block; padding:0.4em; font-weight:normal; cursor:pointer;}
.listBreak {font-size:1px; line-height:1px;}
.listBreak div {margin:2px 0;}

.tabset {padding:1em 0em 0em 0.5em;}
.tab {margin:0em 0em 0em 0.25em; padding:2px;}
.tabContents {padding:0.5em;}
.tabContents ul, .tabContents ol {margin:0; padding:0;}
.txtMainTab .tabContents li {list-style:none;}
.tabContents li.listLink { margin-left:.75em;}

#contentWrapper {display:block;}
#splashScreen {display:none;}

#displayArea {margin:1em 17em 0em 14em;}

.toolbar {text-align:right; font-size:.9em;}

.tiddler {padding:1em 1em 0em 1em;}

.missing .viewer,.missing .title {font-style:italic;}

.title {font-size:1.6em; font-weight:bold;}

.missing .subtitle {display:none;}
.subtitle {font-size:1.1em;}

.tiddler .button {padding:0.2em 0.4em;}

.tagging {margin:0.5em 0.5em 0.5em 0; float:left; display:none;}
.isTag .tagging {display:block;}
.tagged {margin:0.5em; float:right;}
.tagging, .tagged {font-size:0.9em; padding:0.25em;}
.tagging ul, .tagged ul {list-style:none; margin:0.25em; padding:0;}
.tagClear {clear:both;}

.footer {font-size:.9em;}
.footer li {display:inline;}

.annotation {padding:0.5em; margin:0.5em;}

* html .viewer pre {width:99%; padding:0 0 1em 0;}
.viewer {line-height:1.4em; padding-top:0.5em;}
.viewer .button {margin:0em 0.25em; padding:0em 0.25em;}
.viewer blockquote {line-height:1.5em; padding-left:0.8em;margin-left:2.5em;}
.viewer ul, .viewer ol {margin-left:0.5em; padding-left:1.5em;}

.viewer table, table.twtable {border-collapse:collapse; margin:0.8em 1.0em;}
.viewer th, .viewer td, .viewer tr,.viewer caption,.twtable th, .twtable td, .twtable tr,.twtable caption {padding:3px;}
table.listView {font-size:0.85em; margin:0.8em 1.0em;}
table.listView th, table.listView td, table.listView tr {padding:0px 3px 0px 3px;}

.viewer pre {padding:0.5em; margin-left:0.5em; font-size:1.2em; line-height:1.4em; overflow:auto;}
.viewer code {font-size:1.2em; line-height:1.4em;}

.editor {font-size:1.1em;}
.editor input, .editor textarea {display:block; width:100%; font:inherit;}
.editorFooter {padding:0.25em 0em; font-size:.9em;}
.editorFooter .button {padding-top:0px; padding-bottom:0px;}

.fieldsetFix {border:0; padding:0; margin:1px 0px 1px 0px;}

.sparkline {line-height:1em;}
.sparktick {outline:0;}

.zoomer {font-size:1.1em; position:absolute; overflow:hidden;}
.zoomer div {padding:1em;}

* html #backstage {width:99%;}
* html #backstageArea {width:99%;}
#backstageArea {display:none; position:relative; overflow: hidden; z-index:150; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageToolbar {position:relative;}
#backstageArea a {font-weight:bold; margin-left:0.5em; padding:0.3em 0.5em 0.3em 0.5em;}
#backstageButton {display:none; position:absolute; z-index:175; top:0em; right:0em;}
#backstageButton a {padding:0.1em 0.4em 0.1em 0.4em; margin:0.1em 0.1em 0.1em 0.1em;}
#backstage {position:relative; width:100%; z-index:50;}
#backstagePanel {display:none; z-index:100; position:absolute; width:90%; margin:0em 3em 0em 3em; padding:1em 1em 1em 1em;}
.backstagePanelFooter {padding-top:0.2em; float:right;}
.backstagePanelFooter a {padding:0.2em 0.4em 0.2em 0.4em;}
#backstageCloak {display:none; z-index:20; position:absolute; width:100%; height:100px;}

.whenBackstage {display:none;}
.backstageVisible .whenBackstage {display:block;}
/*}}}*/
/***
StyleSheet for use when a translation requires any css style changes.
This StyleSheet can be used directly by languages such as Chinese, Japanese and Korean which need larger font sizes.
***/
/*{{{*/
body {font-size:0.8em;}
#sidebarOptions {font-size:1.05em;}
#sidebarOptions a {font-style:normal;}
#sidebarOptions .sliderPanel {font-size:0.95em;}
.subtitle {font-size:0.8em;}
.viewer table.listView {font-size:0.95em;}
/*}}}*/
/*{{{*/
@media print {
#mainMenu, #sidebar, #messageArea, .toolbar, #backstageButton, #backstageArea {display: none ! important;}
#displayArea {margin: 1em 1em 0em 1em;}
/* Fixes a feature in Firefox 1.5.0.2 where print preview displays the noscript content */
noscript {display:none;}
}
/*}}}*/
<!--{{{-->
<div class='header' macro='gradient vert [[ColorPalette::PrimaryLight]] [[ColorPalette::PrimaryMid]]'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu' refresh='content' tiddler='MainMenu'></div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::ViewToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='subtitle'><span macro='view modifier link'></span>, <span macro='view modified date'></span> (<span macro='message views.wikified.createdPrompt'></span> <span macro='view created date'></span>)</div>
<div class='tagging' macro='tagging'></div>
<div class='tagged' macro='tags'></div>
<div class='viewer' macro='view text wikified'></div>
<div class='tagClear'></div>
<!--}}}-->
<!--{{{-->
<div class='toolbar' macro='toolbar [[ToolbarCommands::EditToolbar]]'></div>
<div class='title' macro='view title'></div>
<div class='editor' macro='edit title'></div>
<div macro='annotations'></div>
<div class='editor' macro='edit text'></div>
<div class='editor' macro='edit tags'></div><div class='editorFooter'><span macro='message views.editor.tagPrompt'></span><span macro='tagChooser excludeLists'></span></div>
<!--}}}-->
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
These InterfaceOptions for customising TiddlyWiki are saved in your browser

Your username for signing your edits. Write it as a WikiWord (eg JoeBloggs)

<<option txtUserName>>
<<option chkSaveBackups>> SaveBackups
<<option chkAutoSave>> AutoSave
<<option chkRegExpSearch>> RegExpSearch
<<option chkCaseSensitiveSearch>> CaseSensitiveSearch
<<option chkAnimate>> EnableAnimations

----
Also see AdvancedOptions
<<importTiddlers>>
[img[In YU, 2009|./pic56-2.jpg]] 

I am an assistant professor at the [[Department of Information and Communication Engineering|http://ice.yu.ac.kr]] in the College of Engineering, Yeungnam University. My reserch interests include information security, applied cryptography, and multimedia security. 

Before joining Yeungnam University, I worked at [[GeorgiaTech|http://www.gatech.edu]] [[Information Security Center|http://www.gtisc.gatech.edu]] as a visiting post-doctoral researcher and research staff.  My host was Prof. [[Alexandra S. Boldyreva|http://www.cc.gatech.edu/~aboldyre]]. I worked for some crypto projects with her and [[Adam O'Neill|http://cs-people.bu.edu/amoneill/]], who was advised by her. I was also involved in the project regarding spam call prevention over VoIP networks. I worked with Prof. [[Mustaq Ahamad|http://www.cc.gatech.edu/~mustaq]] and his Ph.D. candidate [[Vijay A. Balasubramanian|http://www.cc.gatech.edu/grads/v/vijayab/Site/Home.html]] on the project.

I got my Ph.D. from [[Computer Science Division|http://cs.kaist.ac.kr]], Electronic Engineering and Computer Science Department, [[Korea Advanced Institute of Science and Technology|http://www.kaist.edu]] (KAIST). My Ph.D. advisor is Prof. [[Hyunsoo Yoon|http://nslab.kaist.ac.kr/~hyoon]].
!!Contact information
younholee at yu.ac.kr
<<options>>
Please click [[here|./CV.pdf]].
With the growing deployment of networks and the Internet, the importance of network security has increased recently. However, systems that detect intrusions, which are important in security countermeasures, have been unable to provide proper analysis or an effective defense mechanism. Instead, they have overwhelmed human operators with a large volume of intrusion detection alerts. This work has proposed a fast and efficient system for analyzing alerts. The proposed system basically depends on the probabilistic correlation. In addition to this, we enhanced the probabilistic correlation by applying more systematically defined similarity functions and also suggested a new correlation component that is absent in other correlation models. The system can produce meaningful information by aggregating and correlating the large volume of alerts and can detect large-scale attacks such as distributed denial of service (DDoS) in early stage. We measured the processing rate of each elementary component and carried out a scenario-based test in order to analyze the efficiency of our system. Although the system is still imperfect, we were able to reduce the numerous redundant alerts 5.5% of the original volume without distorting the meaning through two-phase reduction. This ability reduces the management overhead drastically and makes the analysis and correlation easy. Moreover, we were able to construct attack scenarios for multistep attacks and detect large-scale attacks in real time. 
[1] A. Boldyreva, N. Chenette, Y. Lee, A. O’Neill “[[Order-Preserving Symmetric Encryption|http://www.cc.gatech.edu/~aboldyre/papers/bclo.pdf]].” In proc. Advances in Cryptology: EUROCRYPT’09, pp. 224-241, 2009. (Authors listed in alphabetical order by last name)

[2] Y. Lee, Y. Park, "Framework Design and Performance Analysis on Pairwise Key Establishment", in proc. APNOMS 2009, pp. 311-320, 2009.

[3] Y. Lee, Y. Park, H. Kim, H. Yoon “[[A New Proxy Signature Scheme Providing Self-delegation|http://www.springerlink.com/content/d21034n772801846/]].” In 9th annual International Conferences on Information Security and Cryptology (ICISC), Lecture Notes in Computer Science, vol. 4296, pp. 328-342, 2006.

[4] H. Kim, Y. Lee, B. Chung. H. Yoon “[[Digital Rights Management with Right Delegation for Home Network|http://www.springerlink.com/content/u83135t52n285265/]].” In proceedings of 9th ICISC, Lecture Notes in Computer Science, vol. 4296, pp. 233-245, 2006.

[5] Y. Park, Y. Lee, H. Kim, G. Lee, I. Kim “[[Hardware Stack Design Towards An Effective Defense Against Frame Pointer Overwriting Attacks|http://www.springerlink.com/content/f544238023832775/]].” In proceedings of the 1st International Workshop on Security (IWSEC), Lecture Notes in Computer Science, vol. 4266, pp. 268-277, 2006.

[6] J. Hur, Y. Lee, S. Hong, H. Yoon. "[[Trust Management for Resilient Wireless Sensor Networks|http://www.springerlink.com/content/k1u8233t76r02361/]]." In proceedings of 8th ICISC, Lecture Notes in Computer Science, vol. 3935, pp. 56-68, 2006.

[7] Y. Lee, H. Kim, B. Chung, J. Lee, H. Yoon "[[On Demand Secure Routing Protocol for Ad Hoc Network using ID based Cryptosystem]]." In proceedings of the 6th Parallel and Distributed Computing, Applications and Technologies (PDCAT'03), vol. 1, pp. 211~215, 2003.

[8] Y. Lee, H. Kim, B. Chung, J. Lee, Y. Ha, H. Yoon "Fast Finite Field Division Operation in GF(2m) for Efficient Elliptic Curve Cryptosystem.", In proceedings of the 1st International Workshop on Cryptology and Network Security (CANS), pp. 230~237, Sep. 2001.
Current publications are:

[[Address Permutation for Privacy-Preserving Searchable Symmetric Encryption|http://etrij.etri.re.kr/Cyber/BrowseAbstract.jsp?vol=34&pg=66]]

[[A robust and flexible digital rights management system for home networks|http://www.sciencedirect.com/science/article/pii/S0164121210001317]]
You can customise the appearance and behaviour of TiddlyWiki to almost any degree you want:
* Install [[Plugins]] to extend the core functionality (find them at [[TiddlyVault|http://tiddlyvault.tiddlyspot.com/]] or you can try [[writing or adapting your own|http://tiddlywiki.org/wiki/Plugin_Development]])
* Use the ColorPalette to change the basic colour scheme
* Use built in [[Formatting|ExtendedFormatting]] techniques
* Create a CustomStyleSheet for finer grained control over the appearance
* Customise the PageTemplate, ViewTemplate or EditTemplate to change the composition of the page and the layout of individual tiddlers
* Use off-the-shelf themes from [[TiddlyThemes|http://tiddlythemes.com/]]
* Visit the [[Configuration]] summary to see all the special configuration tiddlers
* Use TiddlyBookmarklets for low level hacking of TiddlyWiki documents
There are also a bunch of TiddlyWikiTools that you can use to enhance TiddlyWiki.
Please refer to the paper "a new data hiding scheme for binary image authentication with small image distortion".
[[About me]]
We have implmented public key cryptosystems such as RSA, DSA, ECDSA, ECDH on various platforms. Because of restricted computation and memory resources, we enhanced the efficiency of computing these algorithms with various methods so that they run within a reasonable time. The platforms considered are JavaCard, J2ME, WIPI and raw ARM7 and ARM9 environments. 
 In this work, we proposed a robust and flexible Digital Rights Management system for home networks . In the proposed system, the central authority delegates its authorization right to the local manager in a home network by issuing a proxy certificate, and the local manager flexibly controls the access rights of home devices on digital contents with its proxy certificate. Furthermore, the proposed system provides a temporal accessing facility for external devices and achieves strong privacy for home devices. For the validation of delegated rights and the revocation of compromised local managers, a hybrid mechanism combining OCSP validation and periodic renewal of proxy certificates is also included in the proposed system. 
To protect critical infrastructures or some important systems, various protectection systems such as IDS, Firewall have been used. Recently, Honeypot system has been proposed. Honeypot system is usually employed to obtain the attacker's attack method. However, because Honeypot just waits for the contacts of attackers passively, it cannot collect the attacker's method unless they contact to Honeypot. We have been proposed a new system to diverse attacker's packets to Honeypot system. Since attackers initially use the typical methods such as scaning to find the vulnerablity of the target system, detection systems like IDS can recognize them and diverse them to Honeypot. Therefore, the proposed system enhances the number of attack-methods collected by Honeypot system per unit time.
My doctroral thesis concerns secure right delegation where an entity delegates his right to another entity to execute the right owner's task on one's behalf. The related crypto field dealing with the application is "Proxy signature".

My thesis consists of three parts:

In the first part, I have shown the proxy previous signature schemes cannot be secure on some practical environment. In this work, I have inverstigated a lot of proxy signature schemes in the literature, and found that they cannot be used in practice even though they were proven to be provably secure. The problem came from the assumptions that they have.

 The second part is about "Self-delegatable proxy signature", which enables to delegate a user's right separately to each of the user's devices, but from the view of other users' devices, all of the one's devices are recognized as they have the same identity. This work is an improvement of Malkin et al's generic proxy signature scheme (Eurocrypt 2004).

 The final part is about the X.509 proxy certificate standard which has been used for Computational Grids. Since one of the objectives of the Computational Grids is to share computational tasks with other idle devices, they need to share the resources to execute the tasks in parallel. 

Unfortunately, it can happen that the idle devices and the resources are in separate security domain so the secure right delegation problem can occur. To resolve this issue, the X.509 proxy certificate standard has been suggested and is still on revision status. 

I have shown that the right delegation protocol in the standard has security weakness and suggested a new secure right delegation protocol using ID-based cryptosystem. Moreover, the experimental result has shown that the required computational resource for delegation is much less in the proposed protocol than in the standard protocol.
To get started with this blank TiddlyWiki, you'll need to modify the following tiddlers:
* SiteTitle & SiteSubtitle: The title and subtitle of the site, as shown above (after saving, they will also appear in the browser title bar)
* MainMenu: The menu (usually on the left)
* DefaultTiddlers: Contains the names of the tiddlers that you want to appear when the TiddlyWiki is opened
You'll also need to enter your username for signing your edits: <<option txtUserName>>
[1] Y. Lee, I. Kim, and Y. Park, "Improved multi-precision squaring for low-end RISC microcontrollers", Journal of Systems and Software 86(1), pp. 60-71, 2013.

[2] D. Choi, S. Kim, and Y. Lee, "Address Permutation for Privacy-Preserving Searchable Symmetric Encryption", ETRI Journal 34(1), pp. 66-75, 2012.

[3] S. Lee, N. Kim, H. Kim, Y. Lee, and H. Yoon, "Sensor Node Localization by Three Mobile Anchors in the Wireless Sensor Networks", IEICE Transactions on Information and Systems E94-D (10), pp. 1981-1988, 2011.

[4] H. Kim, Y. Lee, Y. Park, "A Robust and Flexible Digital Rights Management System for Home Networks", Journal of Systems and Software, 83(12), pp. 2431-2440, 2010.

[5] D. Choi,  S. Jin , Y. Lee, Y. Park, "[[Personalized EigenTrust with the Beta Distribution|http://etrij.etri.re.kr]]", ETRI Journal, vol. 32, no. 2, pp. 348-350, 2010. 

[6] Y. Lee, H. Kim, Y. Park "[[A new data hiding scheme for binary image authentication with small image distortion|http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V0C-4WY141X-2&_user=945096&_rdoc=1&_fmt=&_orig=search&_sort=d&_docanchor=&view=c&_searchStrId=1157124603&_rerunOrigin=scholar.google&_acct=C000048947&_version=1&_urlVersion=0&_userid=945096&md5=9f22233609400a1f94ec3d776d902d71]]." Information Sciences, Elsevier, vol. 179, no. 22, pp. 3866-3884, 2009. (2009 IF:3.095) 

[7] D. Choi, Y. Lee, Y. Park, S. Jin, H. Yoon “[[Efficient and Secure Self-Organized Public Key Management for Mobile Ad hoc Networks|http://search.ieice.org/bin/summary.php?id=e91-b_11_3574&category=B&year=2008&lang=E&abst=]].” IEICE Transactions on Communications, vol. E91-B, no. 11, pp.3574-3583, 2008.

[8] Y. Lee, H. Kim, Y. Park, H. Yoon “[[An Efficient Delegation Protocol with Delegation Traceability in the X.509 Proxy Certificate Environment for Computational Grids|http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V0C-4S575Y8-1&_user=10&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=576e91ad27caedaa2c8fe67311c628a8]].” Information Sciences, Elsevier, vol. 178, no. 14, pp. 2968-2982, 2008.

[9] Y. Lee, J. Hur, H. Kim, Y. Park, H. Yoon “[[A New Binary Image Authentication Scheme with Small Distortion and Low false negative rate|http://koasas.kaist.ac.kr/bitstream/10203/11066/1/2007.%2011%20-%20A%20New%20Bianry%20Authencation%20Scheme%20with%20Small%20Distortion%20and%20Low%20False%20Negative%20Rates.pdf]].” IEICE Transactions on Communications, vol. E90-B, no. 11, pp. 3259-3262, 2007.

[10] H. Kim, B. Chung, Y. Lee, Y. Park, H. Yoon “[[Weakness of the Synchro-Difference LKH scheme for Secure Multicast|http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4299429]].” IEEE Communications Letters, vol. 11, no. 9, pp. 765-767, 2007.

[11] H. Kim, Y. Lee, Y. Park, H. Yoon “[[Reactive Key Management Scheme for Access Control in Group Communications|http://koasas.kaist.ac.kr/bitstream/10203/11065/1/2007.%204%20-%20Reactive%20Key%20Management%20Scheme%20for%20Access%20Control%20in%20Group%20Comms.pdf]].” IEICE Transactions on Communications, vol. E90-B, no. 4, pp. 982-986, 2007.

[12] J. Lee, H. Kim, Y. Lee, S. Hong, H. Yoon, “[[Parallelized Scalar Multiplication on Elliptic Curves Defined over Optimal Extension Field|http://ijns.nchu.edu.tw/contents/ijns-v4-n1/ijns-2007-v4-n1-p99-106.pdf]].” International Journal of Network Security, vol. 4, no. 1, pp. 99-106, 2007.

[13] Y. Lee, Y. Park, H. Kim, S. Hong, H. Yoon “[[Rogue Public Key Registration Attack and the Importance of 'Proof of Possession' in PKI Environment|https://search.ieice.org/bin/summary.php?id=e89-d_8_2452&category=D&year=2006&lang=E&abst=&auth=1]].” IEICE Transactions on Information & Systems, vol. E89-D, no. 3, 2452-2455, 2006.

[14] S. Lee, B. Chung, H. Kim, Y. Lee, C. Park, H. Yoon “[[Real-time Analysis of Intrusion Detection Alerts Via Correlation|http://www.sciencedirect.com/science?_ob=ArticleURL&_udi=B6V8G-4HJRRK9-1&_user=10&_rdoc=1&_fmt=&_orig=search&_sort=d&view=c&_acct=C000050221&_version=1&_urlVersion=0&_userid=10&md5=304349f3bdda0420009da7131623f751]].” Computers & Security, Elsevier, vol. 25, no. 3, pp. 169-183, 2006.

[15] H. Kim, Y. Lee, S. Hong, H. Yoon, “[[Active Trial-and-error Attack on SASC Protocols|http://ijns.nchu.edu.tw/contents/ijns-v2-n2/ijns-2006-v2-n2-p105-110.pdf]].” International Journal of Network Security, vol. 2, no. 2, pp. 103-107, 2006.

[16] Y. Lee, H. Kim, S. Hong, H. Yoon, “[[Expansion of Sliding Window Method for Finding Shorter Addition/Subtraction-Chains|http://ijns.nchu.edu.tw/contents/ijns-v2-n1/ijns-2006-v2-n1-p34-40.pdf]].” International Journal of Network Security, vol. 2, no. 1, pp. 54-60, 2006.
![[About me]]

![[Research project experience]]

![[Publications]]

![[Other activities]]
[[Some papers|http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=4489492]] indicate that this work is the first trial to apply ID-based cryptosystem for secure routing in sensor/ad hoc networks. The paper is given [[here|http://ieeexplore.ieee.org/xpl/freeabs_all.jsp?arnumber=1236290]].
On From Jan. 2007 to Mar. 2007, I lectured about how to make prime number efficiently on ARM processor environment for the members in [[Coding and Cryptography Laborartory|http://ccl.snu.ac.kr/]], [[Department of Electrical Engineering|http://ee.snu.ac.kr/eng]], [[Seoul National University|http://www.useoul.edu/]]. [[Here|./EFNC_2007.pdf]]'s a slide I presented.

As professional services, I served as a reviewer for the [[Journal of Systems and Software|http://www.elsevier.com/wps/find/journaldescription.cws_home/505732/description#description]] in 2007, and I am serving as a reviewer for [[Computers & Security|http://www.elsevier.com/wps/find/journaldescription.cws_home/405877/description#description]] since 2007. I also served as a sub reviewer for [[Eurocrypt 2009|http://www.iacr.org/conferences/eurocrypt2009/submission.html]] conference.
On From Jan. 2007 to Mar. 2007, I consulted how to make prime number efficiently on ARM processor environment for [[Coding and Cryptography Laborartory|http://ccl.snu.ac.kr/]] in the [[Department of Electrical Engineering|http://ee.snu.ac.kr/eng]], [[Seoul National University|http://www.useoul.edu/]]. [[Here|./EFNC_2007.pdf]]'s a slide that I presented.

As professional services, I served as a reviewer for the [[Journal of Systems and Software|http://www.elsevier.com/wps/find/journaldescription.cws_home/505732/description#description]] in 2007, and now I am serving as a reviewer for [[Computers & Security|http://www.elsevier.com/wps/find/journaldescription.cws_home/405877/description#description]] journal since 2007. I also served as a sub reviewer for [[Eurocrypt 2009|http://www.iacr.org/conferences/eurocrypt2009/submission.html]] conference.
<div class='header' macro='gradient vert #390108 #900'>
<div class='headerShadow'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
<div class='headerForeground'>
<span class='siteTitle' refresh='content' tiddler='SiteTitle'></span>&nbsp;
<span class='siteSubtitle' refresh='content' tiddler='SiteSubtitle'></span>
</div>
</div>
<div id='mainMenu'>
<div refresh='content' tiddler='MainMenu'></div>
</div>
<div id='sidebar'>
<div id='sidebarOptions' refresh='content' tiddler='SideBarOptions'></div>
<div id='sidebarTabs' refresh='content' force='true' tiddler='SideBarTabs'></div>
</div>
<div id='displayArea'>
<div id='messageArea'></div>
<div id='tiddlerDisplay'></div>
</div>
[1] J. Lee, H. Kim, H. Yoon, B. Chung, Y. Lee “Active Delegation Method Based on Local Domain Manager for Content DRM system.” patent pending in Korea (P2007-0066609) , USA, EU, India, China, and Japan.

[2] H. Yoon, C. Park, Y. Lee, H. Kim, J. Song, S. Lee, B. Chung, K. Lee, “Secure Solution System based on Network”, patent in Korea (10-0518119-0000).
[[Journal Articles]]
[[Conference Papers]]
[[Patents]]
[[References]]
Prof. [[Hyunsoo Yoon|http://nslab.kaist.ac.kr/~hyoon]]
Computer Science Division, 
Korea Advanced Institute of Science and Technology

Prof. [[Alexandra Boldyreva|www.cc.gatech.edu/~ablodyre]]
College of Computing, 
Georgia Institute of Technology

Prof. [[Yongsu Park|http://usecurity.hanyang.ac.kr/wiki.php/Members]]
College of Information and Communication 
Hanyang University, Korea
!!May. 2010 ~ Apr. 2012
[[Cryptographic Protocols for Securing Cloud Computing Service]] The objective of the research is to find some security problems if the cloud computing service is used and to suggest the solutions for them. The topics are access pattern hiding, digital rights management, secure multi-keyword search, and some web-service security issues. This work is supported by the general researcher program for young researchers (NRF, Korea).

!!Oct. 2007 ~ Feb. 2009

I worked as a visiting postdoctoral researcher and research staff in GTISC, GeorgiaTech. The name of the project is "Provably-secure cryptographic schemes for applications of emerging importance". As my first work in GTISC, I had studied "[[Order-Preserving Symmetric Encryption|http://http://www.cc.gatech.edu/~aboldyre/papers/bclo.pdf]]" scheme with Prof. Alexandra Boldyreva and Ph.D. students Adam O'Neill and Nathan Chanette, and a preliminary result of this topic has been accepted for publication in Proc. of Eurocrypt 2009.

I was also involved in the project of spam call prevention over Voice over IP networks. I am working with Vijay A. Balasubramanian, whose advisor is Prof. Mustaque Ahamad, the director of [[GTISC|http://www.gtisc.gatech.edu]]. I am supported by him through his funding from IBM TSS and AT&T.

!!Sep. 2006 ~ Aug. 2007
[[Data hiding for binary images]] supported by [[BK21 project|http://bnc.krf.or.kr/home/eng/]]. I worked as a postdoc in [[Korea Advanced Institute of Science and Technology|http://www.kaist.edu/english/]] due to my military service.

!!Sep. 2004 ~ Aug. 2006. 
[[Doctroal research]]

!!Apr. 2006. ~ Nov. 2006. 
[[Development and Research of Active Delegation Method Based on Local Domain Manager for Content DRM system]] (supported by [[Samsung Electronics|http://www.samsung.com/us]], Korea)  

!!Mar. 2000 ~ Jan. 2002, Jul. 2003 ~ Nov. 2003. 
[[Design and Implementation of High Performance Public-Key Cryptography Software on various environments]] (supported by [[ETRI|http://www.etri.re.kr]], Korea)

!!Apr. 2004. ~ Nov. 2004. 
[[Trust management for ad-hoc and sensor networks]] (supported by Electornics and Telecommunication Research Institute [[ETRI|http://www.etri.re.kr/eng]] and National Security Research Institute ([[NSRI|http://www.nsri.re.kr]]), Korea) 

!!Oct. 2002. ~ Oct. 2003.
[[Co-relation analysis on intrusion-alerts]] (supported by [[ETRI|http://www.etri.re.kr/eng]], Korea)  

!!Dec. 2001 ~ Dec. 2003.  
[[Development of Network Based Cyber Attacker Surveillance and Control Technology]] (supported by [[Ministry of Science & Technology|http://english.mest.go.kr/]], Korea)  

!!Mar. 2000 ~ Jan. 2002, Jul. 2003 ~ Nov. 2003.
[[Design and Implementation of High Performance Public-Key Cryptography Software on various environments]] (supported by [[ETRI|http://www.etri.re.kr/eng]], Korea) 
Thank you for visiting my website!
Younho Lee
/***
http://tiddlystyles.com/#theme:DevFire
Author: Clint Checketts
***/

/*{{{*/
body {
background: #000;
}
/*}}}*/
/***
!Link styles /% ============================================================= %/
***/
/*{{{*/
a,
a.button,
#mainMenu a.button,
#sidebarOptions .sliderPanel a{
 color: #ffbf00;
 border: 0;
 background: transparent;
}

a:hover,
a.button:hover,
#mainMenu a.button:hover,
#sidebarOptions .sliderPanel a:hover
#sidebarOptions .sliderPanel a:active{
 color: #ff7f00;
 border: 0;
 border-bottom: #ff7f00 1px dashed;
 background: transparent;
 text-decoration: none;
}

#displayArea .button.highlight{
 color: #ffbf00;
 background: #4c4c4c;
}
/*}}}*/
/***
!Header styles /% ============================================================= %/
***/
/*{{{*/
.header{
 border-bottom: 2px solid #ffbf00;
 color: #fff;
}

.headerForeground a {
 color: #fff;
}

.header a:hover {
 border-bottom: 1px dashed #fff;
}
/*}}}*/
/***
!Main menu styles /% ============================================================= %/
***/
/*{{{*/
#mainMenu {color: #fff;}
#mainMenu h1{
 font-size: 1.1em;
}
#mainMenu li,#mainMenu ul{
 list-style: none;
 margin: 0;
 padding: 0;
}
/*}}}*/
/***
!Sidebar styles /% ============================================================= %/
***/
/*{{{*/
#sidebar {
 right: 0;
 color: #fff;
 border: 2px solid #ffbf00;
 border-width: 0 0 2px 2px;
}
#sidebarOptions {
 background-color: #4c4c4c;
 padding: 0;
}

#sidebarOptions a{
 margin: 0;
 color: #ffbf00;
 border: 0;
}
#sidebarOptions a:hover {
 color: #4c4c4c;
 background-color: #ffbf00;

}

#sidebarOptions a:active {
 color: #ffbf00;
 background-color: transparent;
}

#sidebarOptions .sliderPanel {
 background-color: #333;
 margin: 0;
}

#sidebarTabs {background-color: #4c4c4c;}
#sidebarTabs .tabSelected {
 padding: 3px 3px;
 cursor: default;
 color: #ffbf00;
 background-color: #666;
}
#sidebarTabs .tabUnselected {
 color: #ffbf00;
 background-color: #5f5f5f;
 padding: 0 4px;
}

#sidebarTabs .tabUnselected:hover,
#sidebarTabs .tabContents {
 background-color: #666;
}

.listTitle{color: #FFF;}
#sidebarTabs .tabContents a{
 color: #ffbf00;
}

#sidebarTabs .tabContents a:hover{
 color: #ff7f00;
 background: transparent;
}

#sidebarTabs .txtMoreTab .tabSelected,
#sidebarTabs .txtMoreTab .tab:hover,
#sidebarTabs .txtMoreTab .tabContents{
 color: #ffbf00;
 background: #4c4c4c;
}

#sidebarTabs .txtMoreTab .tabUnselected {
 color: #ffbf00;
 background: #5f5f5f;
}

.tab.tabSelected, .tab.tabSelected:hover{color: #ffbf00; border: 0; background-color: #4c4c4c;cursor:default;}
.tab.tabUnselected {background-color: #666;}
.tab.tabUnselected:hover{color:#ffbf00; border: 0;background-color: #4c4c4c;}
.tabContents {
 background-color: #4c4c4c;
 border: 0;
}
.tabContents .tabContents{background: #666;}
.tabContents .tabSelected{background: #666;}
.tabContents .tabUnselected{background: #5f5f5f;}
.tabContents .tab:hover{background: #666;}
/*}}}*/
/***
!Message area styles /% ============================================================= %/
***/
/*{{{*/
#messageArea {background-color: #666; color: #fff; border: 2px solid #ffbf00;}
#messageArea a:link, #messageArea a:visited {color: #ffbf00; text-decoration:none;}
#messageArea a:hover {color: #ff7f00;}
#messageArea a:active {color: #ff7f00;}
#messageArea .messageToolbar a{
 border: 1px solid #ffbf00;
 background: #4c4c4c;
}
/*}}}*/
/***
!Popup styles /% ============================================================= %/
***/
/*{{{*/
.popup {color: #fff; background-color: #4c4c4c; border: 1px solid #ffbf00;}
.popup li.disabled{color: #fff;}
.popup a {color: #ffbf00; }
.popup a:hover { background: transparent; color: #ff7f00; border: 0;}
.popup hr {color: #ffbf00; background: #ffbf00;}
/*}}}*/
/***
!Tiddler Display styles /% ============================================================= %/
***/
/*{{{*/
.title{color: #fff;}
h1, h2, h3, h4, h5 {
 color: #fff;
 background-color: transparent;
 border-bottom: 1px solid #333;
}

.subtitle{
 color: #666;
}

.viewer {color: #fff; }

.viewer table{background: #666; color: #fff;}

.viewer th {background-color: #996; color: #fff;}

.viewer pre, .viewer code {color: #ddd; background-color: #4c4c4c; border: 1px solid #ffbf00;}

.viewer hr {color: #666;}

.tiddler .button {color: #4c4c4c;}
.tiddler .button:hover { color: #ffbf00; background-color: #4c4c4c;}
.tiddler .button:active {color: #ffbf00; background-color: #4c4c4c;}

.toolbar {
 color: #4c4c4c;
}

.toolbar a.button,
.toolbar a.button:hover,
.toolbar a.button:active,
.editorFooter a{
 border: 0;
}

.footer {
 color: #ddd;
}

.selected .footer {
 color: #888;
}

.highlight, .marked {
 color: #000;
 background-color: #ffe72f;
}
.editorFooter {
 color: #aaa;
}

.tab{
-moz-border-radius-topleft: 3px;
-moz-border-radius-topright: 3px;
}

.tagging,
.tagged{
 background: #4c4c4c;
 border: 1px solid #4c4c4c; 
}

.selected .tagging,
.selected .tagged{
 background-color: #333;
 border: 1px solid #ffbf00;
}

.tagging .listTitle,
.tagged .listTitle{
 color: #fff;
}

.tagging .button,
.tagged .button{
 color: #ffbf00;
 border: 0;
 padding: 0;
}

.tagging .button:hover,
.tagged .button:hover{
background: transparent;
}

.selected .isTag .tagging.simple,
.selected .tagged.simple,
.isTag .tagging.simple,
.tagged.simple {
 float: none;
 display: inline;
 border: 0;
 background: transparent;
 color: #fff;
 margin: 0;
}

.cascade {
 background: #4c4c4c;
 color: #ddd;
 border: 1px solid #ffbf00;
}
/*}}}*/
We dealt with the security problems in the distributed networks such as ad-hoc networks and sensor networks. Since nodes in these networks are relatively easy to be captured by adversary, traditional cryptogrphic approaches have a limitation to solve this problem. We have proposed a new approach to prevent insider attacks with the trust-based approach. In the proposed approach, even if the cryptographic keys are exposed, the overall performance of networks degrades gracefully in proportion to the increase of the key-exposured nodes. 

Younho Lee