forked from gwusec/gwusec.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
515 lines (469 loc) · 33 KB
/
index.html
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
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
<!doctype html>
<html lang="en">
<head>
<!-- Required meta tags -->
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Bootstrap CSS -->
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="icon" type="image/png" href="imgs/icon.png">
<title>GWUSEC</title>
</head>
<body>
<nav class="navbar navbar-expand-sm navbar-dark bg-navbar fixed-top">
<a class="navbar-brand" href="#home"> <img src="imgs/icon.png" alt="GWU/USEC Lab logo" width="35" class="align-right"> GWU/USEC Lab</a>
<button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarCollapse" aria-controls="navbarCollapse" aria-expanded="false" aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarCollapse">
<ul class="navbar-nav mr-auto">
<li class="nav-item">
<a class="nav-link" href="#people">People</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#activities">Activities</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#join">Join the lab!</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#values">Values Statement</a>
</li>
<li class="nav-item">
<a class="nav-link" href="#pubs">Publications</a>
</li>
</ul>
</div>
</nav>
<main class="flex-shrink-0">
<a id="home"></a>
<div class="container starter">
<img src="imgs/banner.png" alt="GWU/USEC Lab banner" height="250" class="img-fluid">
<div class="row mt-4">
<div class="col-sm">
<a href="https://twitter.com/gwusec">
<img src="imgs/icons/twitter.svg" alt="Twitter icon"><br>
@gwusec
</a>
</div>
<div class="col-sm">
<img src="imgs/icons/home.svg" alt="House icon"><br>
SEH 4100 (Bubble Lab)
</div>
<div class="col-sm">
<a href="https://github.com/gwusec">
<img src="imgs/icons/github.svg" alt="GitHub icon"><br>
github.com/gwusec
</a>
</div>
</div>
</div>
<div class="container-fluid main">
<div class="container about content">
<h2>GWUSEC Lab</h2>
<center>
<img src="imgs/GWUSEC_group_photo_2021.jpeg" width="700" alt="GWUSEC Lab Group Photo August 2021" class="img-wide">
</center>
<p>
We are the George Washington University/Usable Security and Privacy Lab (GWUSEC).
The lab works on problems related to computer security and privacy, with a human centered approach.
We are interested in learning why and how users interact, understand, and use/misuse security and privacy tools, and then we design and build better solutions.
We are also interested in more general problems related to cybersecurity and privacy.
If you want to find out more, please join one of our public activities.
</p>
<div class="container news">
<h4>News</h4>
<ul>
<li><span class="badge badge-secondary">Dec 2021</span> Jaron Mink, Amanda Rose Yuile, Uma Pal, Adam J. Aviv and Adam Bates have a new paper accepted at CHI'22</li>
<li><span class="badge badge-secondary">Nov 2021</span> Jan Jancar, Marcel Fourne, Daniel De Almeida Braga, Mohamed Sabt, Peter Schwabe, Gilles Barth, Pierre-Alain Fouque, Yasemin Acar have a new paper accepted at S&P'22 (Oakland'22)</li>
<li><span class="badge badge-secondary">Oct 2021</span> Philipp Markert, Daniel V. Bailey, Maximilian Golla, Markus Dürmuth, and Adam J. Aviv have a new journal article appearing at ACM TOPS </li>
<li><span class="badge badge-secondary">Sep 2021</span> David G. Balash, Xiaoyuan Wu, Miles Grant, Irwin Reyes, and Adam J. Aviv have a new paper at USENIX Security'22</li>
<li><span class="badge badge-secondary">Aug 2021</span> Christian Stransky, Oliver Wiese, Volker Roth, Yasemin Acar, and Sascha Fahl have a new paper accepted at S&P'22 (Oakland'22)</li>
<li><span class="badge badge-secondary">July 2021</span> Marco Gutfleisch, Jan Klemmer, Niklas Busch, Yasemin Acar, Angela Sasse, and Sascha Fahl have a new paper accepted at S&P'22 (Oakland'22)</li>
<li><span class="badge badge-secondary">June 2021</span> Collins Munyendo, Miles Grant, Philipp Markert, Timothy J. Forman, and Adam J. Aviv have a new paper at SOUPS'21</li>
<li><span class="badge badge-secondary">June 2021</span> David G. Balash, Dongkun Kim, Darika Shaibekova, Rahel A. Fainchtein, Micah Sherr, and Adam J. Aviv have a new paper at SOUPS'21</li>
<li><span class="badge badge-secondary">June 2021</span> Danil V. Baily, Philipp Markert, and Adam J. Aviv have a new paper at SOUPS'21</li>
<li><span class="badge badge-secondary">June 2021</span> Noel Warford, Collins Munyendo, Ashna Mediratta, Adam J. Aviv, and Michelle L. Mazurek have a new paper accepted at USENIX Sec'21 </li>
<li><span class="badge badge-secondary">June 2021</span> Flynn Wolf, Ravi Kuber, and Adam J. Aviv have a new paper accepted at USENIX Sec'21 </li>
<li><span class="badge badge-secondary">June 2021</span> Florian Farke, David Balash, Maximilian Golla, Markus, Markus Dürmuth, and Adam J. Aviv have a new paper accepted at USENIX Sec'21 </li>
<li><span class="badge badge-secondary">Apr 2021</span> Peter Mayer, Yixin Zou, Florian Schaub, and Adam J. Aviv have a new paper accepted at USENIX Sec'21 </li>
<li><span class="badge badge-secondary">Feb 2021</span> Ian Martiny, Gabriel Kaptchuk, Adam J. Aviv, Daniel S. Roche, and Eric Wustrow have a new paper accepted at NDSS'21 </li>
<li> <a href='javascript:void(0)' onclick="$('.2020-news').toggle('slow')">2020 News</a> (click to reveal)</li>
<div class="2020-news" style="display:none;">
<ul>
<li><span class="badge badge-secondary">Nov 2020</span> GWUSEC lab open house scheduled for Nov. 11, 2020 from 11:00am-12:30pm (EST). All are welcome. Register <a href="https://docs.google.com/forms/d/e/1FAIpQLScDpWNzjybJ1eV58owdMn-EA1LUHQbVRqaNKpMF6jex5FkmPw/viewform?usp=sf_link">here</a>. </li>
<li><span class="badge badge-secondary">Nov 2020</span> Hirak Ray, Flynn Wolf, Ravi Kuber and Adam J. Aviv have a new paper accepted at PoPETS'21 on privacy perceptions in older adults</li>
<li><span class="badge badge-secondary">Nov 2020</span> Rahel A. Fainchtein, Adam J. Aviv, Micah Sherr, Stephen Ribaudo, and Armaan Khullar have a new paper accepted at PoPETS'21 on Smart DNS</li>
<li><span class="badge badge-secondary">Oct 2020</span> Hirak Ray, Flynn Wolf, Ravi Kuber and Adam J. Aviv have a new paper accepted at USENIX Sec'21 on password manager usage among older adult</li>
<li><span class="badge badge-secondary">Aug 2020</span> Timothy J. Forman and Adam J. Aviv have a new paper accepted at ACSAC'20 on Double Patterns</li>
<li><span class="badge badge-secondary">Aug 2020</span> Hassan Khan, Jason Ceci, Jonah Stegman, Adam J. Aviv, Rozita Dara, Ravi Kuber have a new paper accepted at ACSAC'20 on PIN usage</li>
<li><span class="badge badge-secondary">June 2020</span> Raina Samuel, Philipp Markert, Adam J. Aviv, and Iulian Neamtiu have a new paper accepted at SOUPS'20 on the security and usability of Knock Codes. Read the <a href="https://arxiv.org/abs/2006.03556">arxiv (preprint)</a>.</li>
<li><span class="badge badge-secondary">June 2020</span> Yasmine Acar will be joining the CS department as an Assistant Professor and Co-lab director of GWUSEC lab starting January 2021. Welcome aboard!</li>
<li><span class="badge badge-secondary">May 2020</span> Philipp Markert is presenting our research at IEEE S&P (Oakland) on May 18th.</li>
<li><span class="badge badge-secondary">May 2020</span> We've got a Twitter account <a href="https://twitter.com/gwusec">@gwusec</a>. Follow us for updates!</li>
<li><span class="badge badge-secondary">May 2020</span> David Balash, Nelson Jaimes, and Collins Munyendo. Welcome aboard!</li>
<li><span class="badge badge-secondary">May 2020</span> The lab website goes live!</li>
</ul>
</div>
</ul>
</div>
</div>
<div class="container people content">
<a id="people"></a>
<h2> People </h2>
<div class="container">
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/001_adam.jpg" width="200" alt="Adam J. Aviv" class="img-thumbnail">
<br>
<a href="https://adamaviv.com">Adam J. Aviv</a>
<br>
Assoc. Prof.
<br>
<em>Co-Lab Director</em>
</div>
<div class="col-sm text-center">
<img src="imgs/people/002_yasemin.jpg" width="200" alt="Yasmine Acar" class="img-thumbnail">
<br>
<a href="https://yaseminacar.de/">Yasemin Acar</a>
<br>
Assist. Prof.
<br>
<em>Co-Lab Director</em>
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/003_david.jpg" width="200" alt="David Balash" class="img-thumbnail">
<br>
<a href="https://github.com/DavidBalash">David Balash</a>
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/005_collins.jpg" width="200" alt="Collins Munyendo" class="img-thumbnail">
<br>
<a href="https://collinsmunyendo.github.io/">Collins Munyendo</a>
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Hunter Dyer" class="img-thumbnail">
<br>
Hunter Dyer
<br>
PhD Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Harshini Sri Ramulu" class="img-thumbnail">
<br>
Harshini Sri Ramulu
<br>
PhD Student
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/011_owen.jpg" width="200" alt="Xiaoyuan (Owen) Wu" class="img-thumbnail">
<br>
Xiaoyuan (Owen) Wu
<br>
Undergraduate
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/014_miles.jpg" width="200" alt="Miles Grant" class="img-thumbnail">
<br>
Miles Grant
<br>
Undergraduate
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/016_elena.jpg" width="200" alt="Elena Korkes" class="img-thumbnail">
<br>
Elena Korkes
<br>
Undergraduate
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Ruining Yang" class="img-thumbnail">
<br>
Ruining Yang
<br>
MS Student
<br>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Jinsuk Lee" class="img-thumbnail">
<br>
Jinsuk Lee
<br>
MS Student
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/006_irwin.jpg" width="200" alt="Irwin Reyes" class="img-thumbnail">
<br>
<a href="https://irwinreyes.com/">Irwin Reyes</a>
<br>
External Collaborator
<br>
<em>"Fixer"</em>
</div>
<div class="col-sm text-center">
<img src="imgs/people/007_max.jpg" width="200" alt="Maximllian Golla" class="img-thumbnail">
<br>
Maximilian Golla
<br>
External Collaborator
<br>
<em>Survey Guru</em>
</div>
<div class="col-sm text-center">
<img src="imgs/people/008_philipp.jpg" width="200" alt="Philipp Markert" class="img-thumbnail">
<br>
Philipp Markert
<br>
External Collaborator
<br>
</div>
</div>
<div class="row mt-2 mb-4">
<div class="col-sm text-center">
<img src="imgs/people/009_peter.jpg" width="200" alt="Peter Mayer" class="img-thumbnail">
<br>
Peter Mayer
<br>
External Collaborator
<br>
<em>Postdoc in abstentia</em>
</div>
<div class="col-sm text-center">
<img src="imgs/people/000_placeholder.jpg" width="200" alt="Dominik Wermke" class="img-thumbnail">
<br>
Dominik Wermke
<br>
Visiting Scholar
<br>
</div>
</div>
<em>If you are a current lab member or collaborator and would like to be added to the list of members, submit a pull request to the webpage repository.</em>
<div class="container external-lab">
<h3>External Lab Collaborations</h3>
<ul>
<li><a href="https://push.umbc.edu">PUSH Group: Privacy & Usable Security Human-centered Computing</a> at University of Maryland, Baltimore County (UMD)</li>
<ul>
<li>Ravi Kuber</li>
<li>Hirak Rey</li>
<li>Flynn Wolf (Graduated May 2020)</li>
</ul>
<li>Security, Privacy, People lab (SP2) at University of Maryland, College Park (UMD)</li>
<ul>
<li>Michelle Mazurek</li>
<li>Noel Wartford</li>
</ul>
<li> Security Privacy Interaction Lab at the University of Michigan (UM) </li>
<ul>
<li> Florian Schaub </li>
<li> Yixin Zou </li>
</ul>
<li> <a href="https://seclab.cs.georgetown.edu/">Georgetown SecLab</a></li>
<ul>
<li> Micah Sherr </li>
<li> Rahel Fainchtein </li>
</ul>
</ul>
</div>
<h3> Alumn/Past Members </h3>
<ul>
<li> Don Kim (UG)</li>
<li> Tim Forman (USNA/BSE) <em> Now a ENS USN </em></li>
<li> James Levy (MS)</li>
<li> Darika Shaibekova (UG/MS)</li>
</ul>
</div>
</div>
<div class="container activities content">
<a id="activities"></a>
<h2>Activities</h2>
<p>
The lab has a number of public and private activities.
Everyone is welcome at the public events, without invitation.
Attending a public event is a great way to meet people in the lab, and potentially getting involved in research.
</p>
<ul>
<li><strong>Security and Privacy Reading Group</strong>
<div class="badge badge-success">public</div> <div class="badge badge-warning"><em>virtual</em></div>
<p>
The <a href="https://gwusec.seas.gwu.edu/reading-group">Security and Privacy Reading Group</a> is a weekly <strong>public</strong> event where we discuss a recent research article related to security and privacy.
A discussion lead will prepare a short presentation that will kick off the discussion.
The reading group is also "brown bag lunch" and has a social component.
</p>
<p>
Thursday 1130am-1230pm (Virtual) (email Prof. Aviv/Acar to be added to the mailing list)
</p>
</li>
<li><strong>Lab Scrum Meetings</strong>
<div class="badge badge-danger">by invitation</div> <div class="badge badge-warning"><em>virtual</em></div>
<p>
We have regular, scrum-like lab meetings where status updates on all projects are quickly presented.
Non collaborators are allowed to attend, by invitation.
</p>
<p>
Friday 400pm-415pm (Virtual)
</p>
</li>
<li><strong>Tea Time</strong>
<div class="badge badge-success">public</div> <div class="badge badge-warning"><em>in-person</em></div>
<p>
We meet informally to have tea or coffee.
</p>
<p>
Monday 200pm-300pm -- GWUSEC Lab in SEH
</p>
</li>
</ul>
</div>
<div class="container join content">
<a id="join"></a>
<h2>Join the lab!</h2>
<p>
So, you're interested in usability, computer security and privacy research, and you're interested in joining the lab? Great!
We are always looking for new collaborators. What actions you should take depends on your background.
</p>
<ul>
<li><strong>Prospective PhD Students</strong>
<p>
We are always looking for new PhD students, and if you are applying to grad school and interested in usable security and privacy, please consider GW!
Please email Profs. Adam Aviv and Yasemin Acar with any inquiries, but be mindful, we may not follow up with everyone.
Obvious form emails sent en mass will not receive a response, so please be sure to write a personal email that notes some background about yourself and what kinds of projects you're interested in researching.
<em>Do not attach a CV or resume</em>: just let us know who you are and why you want to join the lab.
</p>
</li>
<li><strong> GW Undergraduate/Masters Students </strong>
<p>
If you are a current GW student, either an undergraduate or masters students, the easiest way to get involved in the lab is to attend one of our public events.
Participating in reading group or social events are the fastest way to learn what is happening in the lab, as well as earn an invite to the lab meeting.
</p>
<p>
You may also email Profs Adam Aviv and Yasemin Acar if you are interested in research projects, but you will likely be directed to attend a public event.
If you cannot attend a public event, we can arrange other times to meet.
</p>
</li>
</ul>
</div>
<div class="container values content">
<a id="values"></a>
<h2>Values Statement</h2>
<p> At GWUSEC, we strive to conduct the highest quality academic research that is inclusive, diverse, and impactful. In those pursuits, we are guided by the following principles:
<ul>
<li> <b>creativity</b> — we reward creativity in our research, and do not confine or belittle others’ ideas; </li>
<li> <b>integrity</b> — we value honesty and accuracy in our communications and reports;</li>
<li> <b>ethics</b> — we consider the ethics of our research methods and treat our subjects with respect, always striving to minimize risk and maximize benefits;</li>
<li> <b>scientific rigor</b> — we seek academic and scientific rigor in our research efforts to explore subject matters in-depth;</li>
<li> <b>inclusion</b> — we recognize that that many groups have historically been marginalized in our field, and we strive to find ways to collaborate and partner with individuals across all backgrounds, races, and genders and uplift researchers and professionals who have been unjustly marginalized;</li>
<li> <b>humility</b> — we are willing to admit when we are wrong, take action to correct mistakes in ourselves, and treat mistakes as learning opportunities;</li>
<li> <b>compassion</b> — we show compassion to each other by supporting lab members in cases when their physical or mental health, personal life or family situation warrants special consideration;</li>
<li> <b>justice</b> — we believe in racial justice and oppose discrimination based on age, gender, race, ethnicity, religion, (dis)ability, economic background and nationality, and condemn oppression in any form.</li>
<li> <b>impact</b> — we are determined to conduct research that is impactful both within the scientific community and broadly for all humanity.</li>
</ul>
</p>
</div>
<div class="container publications content">
<a id="pubs"></a>
<h2>Publications </h2>
<ul class="list-group">
<li class="list-group-item" aria-disabled="true">
Christian Stransky, Oliver Wiese, Volker Roth, Yasemin Acar, Sascha Fahl, 27 Years and 81 Million Opportunities Later: Investigating the Use of Email Encryption for an Entire University. Proceedings of the 2022 IEEE Symposium on Security and Privacy - Oakland’22
</li>
<li class="list-group-item" aria-disabled="true">
Jan Jancar, Marcel Fourne, Daniel De Almeida Braga, Mohamed Sabt, Peter Schwabe, Gilles Barth, Pierre-Alain Fouque, Yasemin Acar, “They’re not that hard to mitigate”: What Cryptographic Library Developers Think About Timing Attacks. Proceedings of the 2022 IEEE Symposium on Security and Privacy - Oakland’22
</li>
<li class="list-group-item" aria-disabled="true">
Marco Gutfleisch, Jan Klemmer, Niklas Busch, Yasemin Acar, Angela Sasse, Sascha Fahl. How Does Usable Security (Not) End Up in Software Products? Results From a Qualitative Interview Study. Proceedings of the 2022 IEEE Symposium on Security and Privacy - Oakland'22
</li>
<li class="list-group-item" aria-disabled="true">
Jaron Mink, Amanda Rose Yuile, Uma Pal, Adam J. Aviv and Adam Bates. Users can Deduce Sensitive Locations Protected by Privacy Zones on Fitness Tracking Apps. ACM CHI Conference on Human Factors in Computing Systems (CHI'22). May, 2022
</li>
<li class="list-group-item" aria-disabled="true">
Philipp Markert, Daniel V. Bailey, Maximilian Golla, Markus Dürmuth, and Adam J. Aviv. <a href="https://dl.acm.org/doi/10.1145/3473040">On the Security of Smartphone Unlock PINs</a>. ACM Transactions on Privacy and Security (TOPS). Vol. 24 (4). ACM. Sep 2021.
</li>
<li class="list-group-item" aria-disabled="true">
David G. Balash, Xiaoyuan (Owen) Wu, Miles Grant, Irwin Reyes, and Adam J. Aviv. Security and Privacy Perceptions of Third-Party Application Access for Google Accounts. 31st USENIX Security Symposium (USENIX Security 22). Aug 2022.
</li>
<li class="list-group-item" aria-disabled="true">
Collins Munyendo, Miles Grant, Philipp Markert, Timothy J. Forman, and Adam J. Aviv. <a href="https://www.usenix.org/conference/soups2021/presentation/munyendo">Using a Blocklist to Improve the Security of User Selection of Android Patterns </a>. 17th Symposium on Usable Security and Privacy (SOUPS '21). Aug 2021.
</li>
<li class="list-group-item" aria-disabled="true">
David G. Balash, Dongkun Kim, Darika Shaibekova, Rahel A. Fainchtein, Micah Sherr, and Adam J. Aviv. <a href="https://www.usenix.org/conference/soups2021/presentation/balash">Examining the Examiners: Students' Privacy and Security Perceptions of Online Proctoring Services</a>. 17th Symposium on Usable Security and Privacy (SOUPS '21). Aug 2021. (<a href="https://arxiv.org/abs/2106.05917">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Danil V. Baily, Philipp Markert, and Adam J. Aviv. <a href="https://www.usenix.org/conference/soups2021/presentation/bailey">``I have no idea what they're trying to accomplish:'' Enthusiastic and Casual Signal Users' Understanding of Signal PINs</a>. 17th Symposium on Usable Security and Privacy (SOUPS '21). Aug 2021.
</li>
<li class="list-group-item" aria-disabled="true">
Flynn Wolf, Adam J. Aviv, and Ravi Kuber. <a href="https://www.usenix.org/conference/usenixsecurity21/presentation/wolf">Security Obstacles and Motivations for Small Businesses from a CISO’s Perspective</a>. 30th USENIX Security Symposium (USENIX Security 21). USENIX Association. Aug 2021.
</li>
<li class="list-group-item" aria-disabled="true">
Florian Farke, David G. Balash, Maximilian Golla, Markus Dürmuth, and Adam J. Aviv. <a href="https://www.usenix.org/conference/usenixsecurity21/presentation/farke">Are Privacy Dashboards Good for End Users? Evaluating User Perceptions and Reactions to Google's My Activity</a>. 30th USENIX Security Symposium (USENIX Security 21). USENIX Association. Aug 2021. (<a href="https://arxiv.org/abs/2105.14066">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Noel Warford, Collins W. Munyendo, Ashna Mediratta, Adam J. Aviv, and Michelle L. Mazurek. <a href="https://www.usenix.org/conference/usenixsecurity21/presentation/warford">Strategies and Perceived Risks of Sending Sensitive Documents</a>. 30th USENIX Security Symposium (USENIX Security 21). USENIX Association. Aug 2021. (<a href="https://arxiv.org/abs/2105.14619">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Peter Mayer, Yixin Zou, Florian Schaub, and Adam J. Aviv. <a href="https://www.usenix.org/conference/usenixsecurity21/presentation/mayer">"Now I'm a bit angry:" Individuals' Awareness, Perception, and Responses to Data Breaches that Affected Them</a>. 30th USENIX Security Symposium (USENIX Security 21). USENIX Association. Aug 2021. (<a href="https://www.usenix.org/system/files/sec21fall-mayer.pdf">pdf</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Hirak Ray, Flynn Wolf, Ravi Kuber, Adam J. Aviv. <a href="https://www.usenix.org/conference/usenixsecurity21/presentation/ray">Why Older Adults (Don't) Use Password Managers</a>. In the proceedings of the 2021 USENIX Security Symposium (Sec'21). Aug. 2021. (<a href="https://arxiv.org/abs/2010.01973">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Hirak Ray, Flynn Wolf, Ravi Kuber, Adam J. Aviv. "Warn Them" or "Just Block Them"?: Comparing Privacy Concerns of Older and Working Age Adults. In the proceedings of the Privacy Enhancing Technology Symposium (PoPets'21). Jul. 2021. (<a href="https://petsymposium.org/2021/files/papers/issue2/popets-2021-0016.pdf">pdf</a>) (<a href="https://www.youtube.com/watch?v=ufL-FTBoUNI">video</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Rahel A. Fainchtein, Adam J. Aviv, Micah Sherr, Stephen Ribaudo, and Armaan Khullar. Holes in the Geofence: Privacy Vulnerabilities in “Smart” DNS Services. In the proceedings of the Privacy Enhancing Technology Symposium (PoPets'21). Jul. 2021. (<a href="https://petsymposium.org/2021/files/papers/issue2/popets-2021-0022.pdf">pdf</a>) (<a href="https://www.youtube.com/watch?v=RjsVYGbOg3U">video</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Ian Martiny, Gabriel Kaptchuk, Adam J. Aviv, Daniel S. Roche, and Eric Wustrow. <a href="https://www.ndss-symposium.org/ndss-paper/improving-signals-sealed-sender/">Improving Signal’s Sealed Sender</a>. In the proceedings of the 2021 Network and Distributed Systems Symposium. NDSS'21. Feb 2021. (<a href="https://adamaviv.com/static/www/papers/martiny2021signal.pdf">pdf</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Timothy J. Forman and Adam J. Aviv. Double Patterns: A Usable Solution to Increase the Security of Android Unlock Patterns. In the proceedings of the 2020 Annual Computer Security Applications Conference (ACSAC'20). Dec. 2020. (<a href="https://arxiv.org/abs/2008.10681">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Hassan Khan, Jason Ceci, Jonah Stegman, Adam J. Aviv, Rozita Dara, Ravi Kuber. Widely Reused and Shared, Infrequently Updated, and Sometimes Inherited: A Holistic View of PIN Authentication in Digital Lives and Beyond. In the proceedings of the 2020 Annual Computer Security Applications Conference (ACSAC'20). Dec. 2020. (<a href="https://arxiv.org/abs/2008.10697">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Raina Samuel, Philipp Markert, Adam J. Aviv, and Iulian Neamtiu. <a href="https://www.usenix.org/conference/soups2020/presentation/samuel">Knock, Knock. Who's There? On the Security of LG's Knock Codes</a>. 2020 Symposium on Usable Security and Privacy (SOUPS'20). Pgs. 1-24. USENIX. 2020. (<a href="https://arxiv.org/abs/2006.03556">arxiv pre-print</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Philipp Markert, Daniel V. Bailey, Maximillian Golla, Markus Dürmuth, and Adam J. Aviv. <a href="https://doi.ieeecomputersociety.org/10.1109/SP40000.2020.00100">This PIN Can Be Easily Guessed: Analyzing the Security of Smartphone Unlock PINs</a>. 2020 IEEE Symposium on Security and Privacy (SP'20). Pgs. 1525-1542. IEEE Computer Society. 2020 (<a href="https://arxiv.org/abs/2003.04868">arxiv</a>)
</li>
<li class="list-group-item" aria-disabled="true">
Timothy J. Forman, Daniel S. Roche, and Adam J. Aviv. <a href="https://dl.acm.org/doi/abs/10.1145/3334480.3382922">Twice as Nice? A Preliminary Evaluation of Double Android Unlock Patterns</a>. Extended Abstracts of the 2020 CHI Conference on Human Factors in Computing Systems. (CHI EA ’20). Pgs. 1–7. Association for Computing Machinery. 2020
</li>
</ul>
</div>
</div>
</main>
<!-- Optional JavaScript -->
<!-- jQuery first, then Popper.js, then Bootstrap JS -->
<script src="https://code.jquery.com/jquery-3.4.1.slim.min.js" integrity="sha384-J6qa4849blE2+poT4WnyKhv5vZF5SrPo0iEjwBvKU7imGFAV0wwj1yYfoRSJoZ+n" crossorigin="anonymous"></script>
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/umd/popper.min.js" integrity="sha384-Q6E9RHvbIyZFJoft+2mJbHaEWldlvI9IOYy5n3zV9zzTtmI3UksdQRVvoxMfooAo" crossorigin="anonymous"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/js/bootstrap.min.js" integrity="sha384-wfSDF2E50Y2D1uUdj0O3uMBJnjuUD4Ih7YwaYd1iqfktj0Uod8GCExl3Og8ifwB6" crossorigin="anonymous"></script>
<script>
function reveal(divname){
$(divname).show();
}
</script>
</body>
</html>