-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathindex.html
More file actions
61 lines (51 loc) · 2.32 KB
/
index.html
File metadata and controls
61 lines (51 loc) · 2.32 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
<!DOCTYPE html>
<html>
<head>
<meta charset='utf-8'>
<meta http-equiv="X-UA-Compatible" content="chrome=1">
<meta name="description" content="RSA conference APJ 2018 Presentation and Demo">
<meta name="keywords" content="Security, Machine Learning, Keystroke dynamics">
<meta name="author" content="Vikas Desai">
<link rel="stylesheet" type="text/css" href="stylesheets/stylesheet.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/pygment_trac.css" media="screen" />
<link rel="stylesheet" type="text/css" href="stylesheets/print.css" media="print" />
<title>Vikas Desai's Blog by vikasdesai</title>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-9518343-3"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'UA-9518343-3');
</script>
</head>
<body>
<header>
<div class="container">
<h1>Keystroke Dynamics Demo</h1>
<h2>Runs in a browser</h2>
</div>
</header>
<div class="container">
<section id="main_content">
<p>This project shows how a website could authenticate / identify
a user based on how the user uses her keyboard. The project uses <a
href="https://github.com/mljs">ml.js</a> a machine learning
toolkit written in Javascript. This project was initially designed
for a presentation for the 2018 APJ RSA Conference.</p>
<p>Click on <a
href="https://vikasdesai.github.io/keystroke-dynamics/keystroke.html">
Keystroke Dynamics Demo</a> to load the demo. It is a self contained
demo which will run in your browser.</p>
<p> Here is the <a
href="https://vikasdesai.github.io/keystroke-dynamics/PPT/SEM-W01E-Bringing-AI-to-the-Cybersecurity-Battle.pdf">presentation</a>
delivered at <a
href=https://www.rsaconference.com/events/ap18/speakers/6BB6A4D91EA9FF49-Vikas-Desai>RSA
Conference APJ 2018</a>.</p>
<p> I had done the Cognitive SoC demo earlier at SICW the video is
available <a
href=https://www.youtube.com/watch?v=_j7KGOAJv5Y>here</a>.</p>
</section>
</div>
</body>
</html>