Skip to content

Latest commit

 

History

History
113 lines (101 loc) · 2.44 KB

research.md

File metadata and controls

113 lines (101 loc) · 2.44 KB
layout
default
<style> .left-box { float: left; width: 50%; padding: 20px; } .right-box { float: right; width: 50%; padding: 10px; word-break:break-all; box-sizing:border-box; } </style>

Research Area

Web Security & Privacy (WSP) Lab conducts research on various topics regarding web security and privacy. We envision making Internet services more secure and private by contemplating novel ideas and implementing them in real-world services. Our research topics can be categorized into four research directions:
- R1. Analyzing security/privacy risks in Machine Learning (ML) models - R2. Building tools for finding vulnerabilities in server/client-side web applications - R3. Finding security/privacy vulnerabilities in web services - R4. Analyzing online scam/criminal activities occurring on the Internet
## Representative Works

{% for article in site.research %}

{{ article.subject }}

{% for item in article.list %}

{% for title in item.title %}

{{ title }}
{% endfor %}
{% if item.photo %} {% if item.horizontal %}

{% else %}
{% endif %} {% else %}
{% endif %}

{% if item.contents %}

  • {{ item.contents }}
  • {% endif %} {% if item.media %} [media] {% endif %} {% if item.paper %} [paper] {% endif %} {% if item.code %} [code] {% endif %} {% if item.summary %} [summary] {% endif %} {% if item.contents %}


    {% endif %}
    {% endfor %}

    {% if forloop.last == false %}


    {% endif %} {% endfor %}