-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
635 lines (613 loc) · 15.5 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
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=no, minimal-ui">
<title>Philip Vejre</title>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/3.2.0/css/bootstrap.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/octicons/2.0.2/octicons.min.css">
<style type="text/css">
@import url(
https://fonts.googleapis.com/css?family=Lato:400,700
);
body {
background: #fff;
font-family: Lato, sans-serif;
margin: 0 0 80px;
}
a {
color: #ddc500;
}
a:focus,
a:hover {
color: #0394af;
text-decoration: none;
}
p {
line-height: 1.5;
margin: 0;
}
p + p {
margin-top: 10px;
}
h1,
h2,
h3,
h4 {
margin-top: 0
}
section {
margin-top: 30px;
}
li {
line-height: 1.8;
list-style: none;
}
li:before {
content: "\f052";
float: left;
font: 13px Octicons;
margin-top: 6px;
margin-left: -20px;
opacity: .1;
position: absolute;
}
blockquote {
border-left: 5px solid #e7e9ec;
font-size: 14px;
}
em {
color: #95a5a6;
font-weight: normal;
font-style: normal;
}
h4 span:first-child {
color: #000;
font-weight: bold;
}
.container-fluid {
max-width: 960px;
padding: 0 30px;
}
.col-sm-6 {
margin-bottom: 10px;
}
.col-sm-12 h4 {
margin-top: 12px;
}
.col-sm-12 + .col-sm-12 {
margin-top: 30px;
}
.basics-content {
height: 200px;
display: flex;
flex-direction: column;
}
.align-bottom {
margin-top: auto;
margin-bottom: auto;
}
.img-circle {
max-width: 160px;
width:100%;
display: block;
margin-left: auto;
margin-right: auto;
}
#header {
background: #f4f6f6;
padding: 10px 0;
margin-bottom: 30px;
}
#header h2 {
color: #12b1cf;
font-size: 24px;
}
#content h3 {
color: #0294af;
font-size: 26px;
margin-top: -4px;
}
#content aside {
text-align: right;
padding-right: 30px;
}
#profiles .network {
text-transform: capitalize;
}
#work .position,
#volunteer .position {
font-weight: bold;
margin-bottom: 8px;
}
#education .area {
font-weight: bold;
}
#education .area:before {
content: "\f0d7";
font: 16px Octicons;
margin-right: 6px;
}
#education .studyType {
margin-left: 25px;
}
#awards .summary,
#publications .summary {
margin-top: 8px;
}
#publications .url a:before {
content: "View publication";
}
@media (min-width: 872px) {
.strike-through {
border-top: 1px solid #f4f6f6;
height: 20px;
margin-top: 12px;
margin-bottom: -2px;
position: relative;
}
.strike-through span,
.strike-through a {
background: #fff;
position: absolute;
}
.strike-through span:first-child {
padding-right: 20px;
margin-top: -12px;
}
.strike-through span + span {
font-size: 14px;
margin-top: -10px;
padding-left: 20px;
right: 0;
}
}
@media (max-width: 872px) {
h1 {
font-size: 26px;
}
.date {
font-size: 14px;
margin-bottom: 5px;
}
.strike-through span:first-child {
margin-bottom: 7px;
}
.strike-through span {
display: block;
}
#header {
margin-bottom: 10px;
padding: 40px 0;
}
#actions {
display: none;
}
}
@media (max-width: 768px) {
#content aside {
margin-bottom: 20px;
padding-right: 0;
text-align: left;
}
}
</style>
</head>
<body>
<header id="header">
<div class="container-fluid">
<div class="row">
<div class="col-sm-3">
<img src=picture.jpg class="img-circle">
</div>
<div class="col-sm-9 basics-content">
<div class="align-bottom">
<h1>
Philip Vejre
</h1>
<h2>
Software Developer and Cryptographer, PhD
</h2>
</div>
</div>
</div>
</div>
</header>
<div id="content" class="container-fluid">
<section id="contact" class="row">
<aside class="col-sm-3">
<h3>Contact</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-4">
<strong>Email</strong>
<div class="email">[email protected]</div>
</div>
<div class="col-sm-4">
<strong>Phone</strong>
<div class="phone">+45 23 35 15 57</div>
</div>
<div class="col-sm-4">
<strong>Website</strong>
<div class="url">
<a href="https://github.com/psve">https://github.com/psve</a>
</div>
</div>
</div>
</div>
</section>
<section id="about" class="row">
<aside class="col-sm-3">
<h3>About</h3>
</aside>
<div class="col-sm-9">
<p>Software developer with a strong security background, cloud experience, and a passion for continually improving and perfecting code. A big fan of modern development practices including agile, CI/CD, automated testing, containerization, and Kubernetes, but with a keen eye for simplicity in lieu of unnecessary complexity. Looking for a team of smart people that can help me hone my software development skills, and who I can help create better products and internal processes.</p>
</div>
</section>
<section id="work" class="row">
<aside class="col-sm-3">
<h3>Work</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Codesealer A/S</span>
<span class="date">
January 2023 —
</span>
</h4>
<div class="url pull-right">
<a href="https://codesealer.com/">https://codesealer.com/</a>
</div>
<div class="position">
Tech Lead
</div>
<div class="summary">
<p>Technical lead with responsibility for all software development in the company. Main efforts were focused on development and launch of a novel security solution for web applications. This included a wide range of tasks including defining release procedures, modernizing the product's cryptographic stack, development of a new SaaS portal, and day-to-day customer support.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Development of a Go reverse proxy that automatically enhances Javascript web apps with application layer encryption.</li>
<li class="bullet">Design/development of a Kotlin Multiplatform mobile SDK for application layer encryption of web APIs.</li>
<li class="bullet">Driver on several projects to make the product commercially viable, including large scale testing on real-world applications to increase compatibility.</li>
<li class="bullet">Deployment and daily operations of all company infrastructure in Digital Ocean.</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>CYBERCRYPT A/S</span>
<span class="date">
April 2020 — December 2022
</span>
</h4>
<div class="url pull-right">
<a href="https://www.cyber-crypt.com/">https://www.cyber-crypt.com/</a>
</div>
<div class="position">
Software & Cryptography Engineer, Tech Lead
</div>
<div class="summary">
<p>Technical lead and cryptography expert on an application layer encryption product designed for cloud work-loads. Helped the company establish software development best practices and agile processes. Additionally, a security and cryptography consultant on customer projects.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Design and development of a gRPC service implemented in Go.</li>
<li class="bullet">Deployment of the service into GCP using Kubernetes and Helm.</li>
<li class="bullet">Automatic testing and continuous delivery using Github Actions.</li>
<li class="bullet">Security analysis and hardening of customers' cloud deployments.</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Akamai Technologies</span>
<span class="date">
December 2018 — April 2020
</span>
</h4>
<div class="url pull-right">
<a href="https://www.akamai.com/">https://www.akamai.com/</a>
</div>
<div class="position">
Senior Software Engineer
</div>
<div class="summary">
<p>Part of a small team developing a multicast video streaming SDK. Took lead on redesigning a test platform which orchestrated Android devices and multicast servers.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Development of a C++ SDK which interfaced with Android through JNI.</li>
<li class="bullet">Integral part of implementing DASH video streaming support.</li>
<li class="bullet">Cleaned up a large Python test platform, introduced linting and formatting.</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>DTU Compute</span>
<span class="date">
February 2016 — November 2018
</span>
</h4>
<div class="url pull-right">
<a href="https://www.compute.dtu.dk">https://www.compute.dtu.dk</a>
</div>
<div class="position">
PhD Student
</div>
<div class="summary">
<p>Development of new advanced statistical models for linear cryptanalysis.</p>
</div>
<h4>Highlights</h4>
<ul class="highlights">
<li class="bullet">Development of specialized algorithms and data structures for block cipher analysis.</li>
<li class="bullet">Implementation of a linear/differential cryptanalysis tool in Rust.</li>
<li class="bullet">Lecturer in Discrete Mathematics, TA in several cryptography courses.</li>
<li class="bullet">Responsible for design of exercises for several cryptography courses.</li>
</ul>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Technical University of Denmark</span>
<span class="date">
February 2014 — December 2015
</span>
</h4>
<div class="url pull-right">
<a href="https://www.dtu.dk">https://www.dtu.dk</a>
</div>
<div class="position">
Teaching Assistant
</div>
<div class="summary">
<p>Teaching assistant in Discrete Mathematics and several cryptography courses</p>
</div>
</div>
</div>
</div>
</section>
<section id="education" class="row">
<aside class="col-sm-3">
<h3>Education</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>DTU Compute</span>
<span class="date">
February 2016 — November 2018
</span>
</h4>
<div class="area">
Statistical Cryptanalysis
</div>
<div class="studyType">
PhD
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Technical University of Denmark</span>
<span class="date">
September 2013 — January 2016
</span>
</h4>
<div class="area">
Mathematical Modeling and Computation
</div>
<div class="studyType">
Master of Science (M.Sc.)
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Technical University of Denmark</span>
<span class="date">
September 2010 — July 2013
</span>
</h4>
<div class="area">
Mathematics and Technology
</div>
<div class="studyType">
Bachelor of Science (B.Sc.)
</div>
</div>
</div>
</div>
</section>
<section id="skills" class="row">
<aside class="col-sm-3">
<h3>Skills</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="name">
<h4>Languages</h4>
</div>
<ul class="keywords">
<li>Advanced: Go</li>
<li>Proficient: C++, Rust, JavaScript, Kotlin</li>
<li>Intermediate: Python, Java</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Cyber Security</h4>
</div>
<ul class="keywords">
<li>Advanced: Cryptography, Cryptanalysis</li>
<li>Proficient: Deployment Hardening, TLS, OAuth, OIDC, Web Security</li>
<li>Intermediate: Zero Trust Architecture</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Deployment</h4>
</div>
<ul class="keywords">
<li>Advanced: Docker, Docker Compose</li>
<li>Proficient: Kubernetes, Helm, Kustomize, Digital Ocean, GCP</li>
<li>Intermediate: Terraform</li>
</ul>
</div>
<div class="col-sm-6">
<div class="name">
<h4>Technologies</h4>
</div>
<ul class="keywords">
<li>Proficient: GitHub Actions, Protobuf, gRPC, Redis, AWS S3, MinIO, Next.js</li>
<li>Intermediate: SQL, Node, Zitadel IAM, Ceph</li>
</ul>
</div>
</div>
</div>
</section>
<section id="publications" class="row">
<aside class="col-sm-3">
<h3>Publications</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-12">
<h4 class="strike-through">
<span>Generating Graphs Packed with Paths</span>
<span class="date">
September 2018
</span>
</h4>
<div class="url pull-right">
<a href="https://tosc.iacr.org/index.php/ToSC/article/view/7303"></a>
</div>
<div class="publisher">
<em>Published by</em>
<strong>IACR Transactions on Symmetric Cryptology</strong>
</div>
<div class="summary">
<p></p>
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Higher-Order DCA against Side-Channel Countermeasures</span>
<span class="date">
September 2018
</span>
</h4>
<div class="url pull-right">
<a href="https://eprint.iacr.org/2018/869"></a>
</div>
<div class="publisher">
<em>Published by</em>
<strong>Cryptology ePrint Archive</strong>
</div>
<div class="summary">
<p></p>
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Multivariate Profiling of Hulls for Linear Cryptanalysis</span>
<span class="date">
January 2018
</span>
</h4>
<div class="url pull-right">
<a href="https://tosc.iacr.org/index.php/ToSC/article/view/846"></a>
</div>
<div class="publisher">
<em>Published by</em>
<strong>IACR Transactions on Symmetric Cryptology</strong>
</div>
<div class="summary">
<p></p>
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Linear Cryptanalysis of DES with Asymmetries</span>
<span class="date">
January 2017
</span>
</h4>
<div class="url pull-right">
<a href="https://link.springer.com/chapter/10.1007/978-3-319-70694-8_7"></a>
</div>
<div class="publisher">
<em>Published by</em>
<strong>ASIACRYPT</strong>
</div>
<div class="summary">
<p></p>
</div>
</div>
<div class="col-sm-12">
<h4 class="strike-through">
<span>Route 66: Passively Breaking All GSM Channels</span>
<span class="date">
July 2014
</span>
</h4>
<div class="url pull-right">
<a href="https://link.springer.com/chapter/10.1007/978-3-319-08344-5_28"></a>
</div>
<div class="publisher">
<em>Published by</em>
<strong>ACISP’14, Lecture Notes in Computer Science</strong>
</div>
<div class="summary">
<p></p>
</div>
</div>
</div>
</div>
</section>
<section id="languages" class="row">
<aside class="col-sm-3">
<h3>Languages</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="language">
<strong>Danish</strong>
</div>
<div class="fluency">
Native speaker
</div>
</div>
<div class="col-sm-6">
<div class="language">
<strong>English</strong>
</div>
<div class="fluency">
Fluent
</div>
</div>
</div>
</div>
</section>
<section id="interests" class="row">
<aside class="col-sm-3">
<h3>Interests</h3>
</aside>
<div class="col-sm-9">
<div class="row">
<div class="col-sm-6">
<div class="name">
<h4></h4>
</div>
<ul class="keywords">
<li>Gardening</li>
<li>Computer and board games</li>
<li>Hiking</li>
</ul>
</div>
</div>
</div>
</section>
</div>
</body>
</html>