-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
696 lines (595 loc) · 35.7 KB
/
index.html
File metadata and controls
696 lines (595 loc) · 35.7 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
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
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Anisha Ghosh</title>
<meta name="description" content="">
<meta name="author" content="">
<meta name="keywords" content="">
<!-- Mobile Specific Metas
================================================== -->
<meta name="viewport" content="width=device-width, minimum-scale=1.0">
<meta name="apple-mobile-web-app-capable" content="yes">
<!-- Fonts -->
<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,400,600,700|Varela" rel="stylesheet">
<!-- Favicon
================================================== -->
<link rel="apple-touch-icon" sizes="144x144" href="assets/img/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="assets/img/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="assets/img/favicon-16x16.png">
<link rel="icon" sizes="16x16" href="assets/img/favicon.ico">
<link rel="manifest" href="assets/img/manifest.json">
<link rel="mask-icon" href="assets/img/safari-pinned-tab.svg" color="#5bbad5">
<meta name="theme-color" content="#ffffff">
<!-- Stylesheets
================================================== -->
<!-- Bootstrap core CSS -->
<link rel="stylesheet" href="assets/css/bootstrap.min.css" />
<!-- Font Awesome core CSS -->
<link rel="stylesheet" href="assets/css/font-awesome.min.css" />
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/style.css">
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
<script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body>
<!-- Hero Section, Background Image change in css -->
<div id="top" class="hero background-overlay">
<!-- Name & Description -->
<div class="hero-content">
<h1>I am Anisha Ghosh<h1>
<p class="hero-job"><span>Software Developer, Cloud, Network and Cybsersecurity Specialist.</span></p>
<p class="hero-job-desc">Good software is a piece of art. Secure software makes the art valuable. <br>
<a href="https://scholar.google.com/citations?user=cml-VC8AAAAJ">Google Scholar</a> </p> <br>
<div data-iframe-width="150" data-iframe-height="270" data-share-badge-id="77271e59-7b51-4d66-9515-f78bf14c8d49" data-share-badge-host="https://www.credly.com"></div><script type="text/javascript" async src="//cdn.credly.com/assets/utilities/embed.js"></script>
</div><!-- /.hero-content -->
<div class="hero-arrow page-scroll home-arrow-down">
<a class="" href="#intro"><i class="fa fa-angle-double-down" aria-hidden="true"></i></a>
</div><!-- /.hero-arrow -->
</div><!-- /.hero -->
<!-- End Hero -->
<!-- Header -->
<header id="masthead" class="site-header">
<nav id="primary-navigation" class="site-navigation" data-spy="affix">
<div class="container">
<div class="navbar-header page-scroll">
<button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#portfolio-perfect-collapse" aria-expanded="false" >
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<!-- Name -->
<div class="page-scroll site-logo">
<a href="#top">Anisha</a>
</div>
</div><!-- /.navbar-header -->
<div class="main-menu collapse navbar-collapse" id="portfolio-perfect-collapse">
<!-- Navigation -->
<ul class="nav navbar-nav navbar-right">
<li class="page-scroll"><a href="#top">Home</a></li>
<li class="page-scroll"><a href="#intro">Intro</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#services">Projects</a></li>
<li class="page-scroll"><a href="#history">Experience</a></li>
</ul><!-- /.navbar-nav -->
</div><!-- /.navbar-collapse -->
</div>
</nav><!-- /.primary-navigation -->
</header><!-- /#header -->
<!-- End Header -->
<!-- Main content -->
<main id="main" class="site-main">
<!-- Hello section -->
<section class="site-section section-hello" id="intro">
<div class="container">
<h2>HELLO & WELCOME</h2>
<p class="section-subtitle"><span>This is what I do</span></p>
<div class="row">
<div class="col-sm-4">
<div class="main-service text-right">
<div class="rectangle">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Sysadmin</h3>
<p>Expert in networking, cloud, and system administration to ensure smooth operation of various computer systems and networks.</p>
</div><!-- /.main-service -->
<div class="main-service text-right">
<div class="rectangle">
<i class="fa fa-crosshairs" aria-hidden="true"></i>
</div>
<h3>Risk Analysis</h3>
<p>Skilled in risk analysis to identify potential threats and vulnerabilities and implement appropriate risk mitigation measures.</p>
</div><!-- /.main-service -->
</div>
<div class="col-sm-4">
<div class="big-rectangle">
<img src="assets/img/john-logo.png" alt="">
</div><!-- /.big-rectangle -->
</div>
<div class="col-sm-4">
<div class="main-service text-left">
<div class="rectangle">
<i class="fa fa-check" aria-hidden="true"></i>
</div>
<h3>Incident Handling and Response</h3>
<p>Proficient in security incident handling and response to effectively manage and resolve cyber security breaches.</p>
</div><!-- /.main-service -->
<div class="main-service text-left">
<div class="rectangle">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Software Development</h3>
<p>Experienced in full-stack software development.</p>
</div><!-- /.main-service -->
</div>
</div>
</div>
</section><!-- /.section-hello -->
<!-- End Hello section -->
<!-- Quote section -->
<section class="section-background section-quote background-overlay text-center">
<div class="container">
<p>We make the systems <span>safe</span> & data accessible to <span>authorized people</span> only.</p>
</div>
</section><!-- /.section-quote -->
<!-- End Quote section -->
<!-- About section -->
<section class="site-section section-about text-center" id="about">
<div class="container">
<h2>ABOUT Anisha's WORK</h2>
<p class="section-subtitle"><span>The goal is to keep the systems safe.</span></p>
<div class="row">
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-laptop" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>SysAdmin</h3>
<p>Optimizing and securing computer systems and networks as a highly skilled sysadmin.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-code" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Cybsersecurity Analyst</h3>
<p>Defending against cyber attacks as a proactive and analytical cybersec analyst.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-cloud" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Cloud Security Engineer</h3>
<p>Fortifying cloud systems against cyber threats as a skilled cloud security engineer.</p>
</div><!-- /.feature-about -->
</div>
<div class="col-sm-3 col-xs-6">
<div class="feature-about">
<div class="medium-rectangle rectangle">
<i class="fa fa-mobile" aria-hidden="true"></i>
</div><!-- /.rectangle -->
<h3>Software Development Engineer</h3>
<p>Transforming industries with cutting-edge Full-stack software development.</p>
</div><!-- /.feature-about -->
</div>
</div>
</div>
</section><!-- /.section-about -->
<!-- End About section -->
<!-- Skills section -->
<section class="site-section section-skills">
<div class="container">
<div class="row">
<div class="col-sm-6">
<h2>Resume</h2>
<iframe src="./assets/files/anisha_resume.pdf" width="100%" height="550" frameborder="0" webkitallowfullscreen mozallowfullscreen allowfullscreen></iframe>
</div>
<div class="col-sm-6">
<h2>SKILLS</h2>
<div class="progress-group">
<p>Cloud</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="95">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Cryptography</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="85">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Nix and Windows based Systems</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="99">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Network Setup and Deployment</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="98">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Packet Analysis</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="90">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Java</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="99">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Python</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="96">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Passwordless with FIDO2</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="95">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
<div class="progress-group">
<p>Web Development and MERN</p>
<div class="progress">
<div class="progress-bar" role="progressbar" data-transitiongoal="96">
</div>
</div><!-- /.progress -->
</div><!-- /.progress-group -->
</div>
</div>
</div>
</section><!-- /.section-skills -->
<!-- End Skills section -->
<!-- Services section -->
<section class="site-section section-services" id="services">
<div class="container-fluid">
<h2>Projects</h2>
<p class="section-subtitle"><span>Showing the abilities</span></p>
</div>
<div class="container">
<div class="carousel slide" id="services-carousel">
<div class="item-controls text-center">
<a href="#services-carousel" class="left btn carousel-control" data-slide="prev"><i class="fa fa-angle-left" aria-hidden="true"></i>
</a>
<a href="#services-carousel" class="right btn carousel-control" data-slide="next"><i class="fa fa-angle-right" aria-hidden="true"></i>
</a>
</div><!-- /.item-controls -->
<div class="carousel-indicators nav-tabs text-center">
<a data-target="#services-carousel" href="#" data-slide-to="0" class="active">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-tty" aria-hidden="true"></i>
</div>
<p class="hidden-xs">MediaRF</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="1">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-inr" aria-hidden="true"></i>
</div>
<p class="hidden-xs">PP2PP</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="2">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-graduation-cap" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Reverse Proxy</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="3">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-lock" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Loki</p>
</div>
</div>
</a><!-- /.item -->
<a data-target="#services-carousel" href="#" data-slide-to="4">
<div class="col-xs-4 col-sm-fifth">
<div class="service">
<div class="rectangle">
<i class="fa fa-hospital-o" aria-hidden="true"></i>
</div>
<p class="hidden-xs">Athena</p>
</div>
</div>
</a><!-- /.item -->
</div><!-- /.carousel-indicators -->
<div class="carousel-inner">
<!-- Item 1 -->
<div id="item1" class="item tab-pane active">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">MediaRF</h3>
<p>MediaRF is a project developed for the <b>Smart India Hackathon 2022 (Winner)</b>, which allows for the secure transmission of multimedia files over police radios. It uses a combination of encoding, compression, and encryption techniques to ensure the confidentiality and integrity of the transmitted data. The project demonstrates expertise in cryptography, Python, and wireless communication, as well as the ability to develop innovative solutions to real-world problems.</p>
</div>
</div>
</div>
</div><!-- /.item -->
<!-- Item 2 -->
<div id="item2" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">PP2PP - Painless Peer to Peer Payments</h3>
<p>PP2PP is a project developed for the <b>ION<athon> 1.0 (Top 10 finalists)</b> hackathon, which aims to create a secure payments gateway with additional features such as nearby payments and advanced security standards. It uses both physical and cloud security measures to ensure the security of the payments. This project demonstrates expertise in Azure, Python, FIDO2 Specifications, and web development, as well as the ability to create innovative solutions to enhance the security and functionality of payment systems.</p>
</div>
</div>
</div>
</div><!-- /.item -->
<!-- Item 3 -->
<div id="item3" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Reverse Proxy</h3>
<p>Reverse Proxy is a project developed for the <b>Microsoft Imagine Cup (India Runner Up)</b>, which aims to create a seamless student attendance platform that eliminates the possibility of proxy attendance. It uses a public key cryptosystem (RSA) and device attestation with FIDO2 specifications to ensure the authenticity of student attendance. This project demonstrates expertise in Azure, Python, FIDO2 Specifications, and web development, as well as the ability to develop innovative solutions to address real-world challenges in the education sector.</p>
</div>
</div>
</div>
</div><!-- /.item -->
<!-- Item 4 -->
<div id="item4" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Loki</h3>
<p>Loki is a <b>research project</b> that aimed to demonstrate the capabilities of passwordless authentication to secure physical assets in an IoT environment. It used FIDO2 specifications to deploy passwordless authentication with physical security keys. It was developed at the Center of Excellence in Artificial Intelligence and Robotics, VIT-AP and later <b>published in IEEE Access</b>.</p>
</div>
</div>
</div>
</div><!-- /.item -->
<!-- Item 5 -->
<div id="item5" class="item tab-pane">
<div class="row">
<div class="col-md-5">
<div class="service-info">
<h3 class="service-title">Athena</h3>
<p>Athena is a <b>research project</b> that is aimed at providing secure medical record storage service to the patients. It makes patients the true owner of their data and does not let hospitals and other medical institutions misuse the same. It uses FIDO2 specifications to authenticate patients with a smart card. It allows the hospital access to the particular data just as long as the patient is admitted. </p>
</div>
</div>
</div>
</div><!-- /.item -->
</div><!-- /.carousel-inner -->
</div><!-- /.carousel -->
</div>
</section><!-- /.section-services -->
<!-- End Services section -->
<!-- Reviews section -->
<section class="site-section section-reviews text-center">
<div class="container">
<h2>Publications</h2>
<p class="section-subtitle"><span>See my researches</span></p>
</div>
<div class="blue-bg">
<div class="container">
<div class="review-carousel">
<!-- Review 1 -->
<div class="review">
<div class="rectangle">
<img src="assets/img/ieee_access.jpg" class="img-res" alt="">
</div>
<p>S. C. Sethuraman, A. Mitra, K. -C. Li, A. Ghosh, M. Gopinath and N. Sukhija, "Loki: A Physical Security Key Compatible IoT Based Lock for Protecting Physical Assets," in IEEE Access, 2022, doi: 10.1109/ACCESS.2022.3216665.</p>
<div class="review-author">
<h3>IEEE Access</h3>
<h3><a href="https://doi.org/10.1109/ACCESS.2022.3216665" style="color: white;">DOI</a></h3>
</div><!-- /.review-author -->
</div><!-- /.review -->
<!-- Review 2 -->
<div class="review">
<div class="rectangle">
<img src="assets/img/arxiv.jpg" class="img-res" alt="">
</div>
<p>Sethuraman, S. C., Mitra, A., Ghosh, A., Galada, G., & Subramanian, A. (2023). MetaSecure: A Passwordless Authentication for the Metaverse (Version 1). arXiv. https://doi.org/10.48550/ARXIV.2301.01770
</p>
<div class="review-author">
<h3>arXiv</h3>
<h3><a href="https://doi.org/10.48550/arXiv.2301.01770" style="color: white;">DOI</a></h3>
</div><!-- /.review-author -->
</div><!-- /.review -->
<!-- Review 1 -->
<div class="review">
<div class="rectangle">
<img src="assets/img/ieee.jpg" class="img-res" alt="">
</div>
<p>S. C. Sethuraman, A. Mitra, G. Galada, A. Ghosh and S. Anitha, "Metakey: A Novel and Seamless Passwordless Multifactor Authentication for Metaverse," 2022 IEEE International Symposium on Smart Electronic Systems (iSES), Warangal, India, 2022, pp. 662-664, doi: 10.1109/iSES54909.2022.00148.</p>
<div class="review-author">
<h3>2022 IEEE International Symposium on Smart Electronic Systems (iSES)</h3>
<h3><a href="https://doi.org/10.1109/iSES54909.2022.00148" style="color: white;">DOI</a></h3>
</div><!-- /.review-author -->
</div><!-- /.review -->
<!-- Review 1 -->
<div class="review">
<div class="rectangle">
<img src="assets/img/arxiv.jpg" class="img-res" alt="">
</div>
<p>Mitra, A., Ghosh, A., & Sethuraman, S. C. (2023). TUSH-Key: Transferable User Secrets on Hardware Key. arXiv preprint arXiv:2307.07484.</p>
<div class="review-author">
<h3>arXiv</h3>
<h3><a href="https://doi.org/10.48550/arXiv.2307.07484" style="color: white;">DOI</a></h3>
</div><!-- /.review-author -->
</div><!-- /.review -->
</div><!-- /.review-carousel -->
</div>
</div>
</section><!-- /.section-reviews -->
<!-- End Reviews section -->
<!-- History section -->
<section class="section-history" id="history">
<div class="container">
<div class="text-center section-diff-title">
<h2>Experience</h2>
<p>Past work Experience</p>
</div>
<!-- Timeline -->
<ul class="timeline">
<!-- Timeline badge -->
<li class="timeline-start">
<div class="rectangle"><span>Present</span></div>
</li><!-- /.timeline-start -->
<!-- Timeline job & description -->
<li>
<div class="rectangle timeline-rectangle"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-date">
<p>Chief Development Officer (CDO)</p>
</div><!-- /.timeline-date -->
<div class="timeline-position">
<p>Null Chapter, VIT-AP</p>
</div><!-- /.timeline-position -->
</div><!-- /.timeline-heading -->
<div class="timeline-body">
<div class="timeline-body-thumb">
<img src="assets/img/timeline-img.jpg" class="img-res" alt="">
</div><!-- /.timeline-body-thumb -->
<p>Conducted public speaking sessions on various Cybsersecurity topics. Led a team in organizing multiple CTF challenges.</p>
</div><!-- /.timeline-body -->
</div><!-- /.timeline-panel -->
</li>
<!-- Timeline badge -->
<li class="timeline-start">
<div class="rectangle"><span>Dec 2022</span></div>
</li><!-- /.timeline-start -->
<!-- Timeline job & description, inverted -->
<li class="timeline-inverted">
<div class="rectangle timeline-rectangle"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-position">
<p>Digital Fortress Pvt. Ltd.</p>
</div><!-- /.timeline-position -->
<div class="timeline-date">
<p>Chief Security Officer</p>
</div><!-- /.timeline-date -->
</div><!-- /.timeline-heading -->
<div class="timeline-body">
<div class="timeline-body-thumb">
<img src="assets/img/timeline-img.jpg" class="img-res" alt="">
</div><!-- /.timeline-body-thumb -->
<p>Assisted the team in developing a state of the art passwordless solution with SSO service for headless, .</p>
</div><!-- /.timeline-body -->
</div><!-- /.timeline-panel -->
</li><!-- /.timeline-inverted -->
<!-- Timeline badge -->
<li class="timeline-start">
<div class="rectangle"><span>Nov 2022</span></div>
</li><!-- /.timeline-start -->
<!-- Timeline job & description -->
<li>
<div class="rectangle timeline-rectangle"></div>
<div class="timeline-panel">
<div class="timeline-heading">
<div class="timeline-date">
<p>Researcher</p>
</div><!-- /.timeline-date -->
<div class="timeline-position">
<p>AIR Center, VIT-AP</p>
</div><!-- /.timeline-position -->
</div><!-- /.timeline-heading -->
<div class="timeline-body">
<div class="timeline-body-thumb">
<img src="assets/img/timeline-img.jpg" class="img-res" alt="">
</div><!-- /.timeline-body-thumb -->
<p>Researched extensively on Network and Security, Internet of Things (IoT), Passwordless authentication and FIDO2 Specifications</p>
</div><!-- /.timeline-body -->
</div><!-- /.timeline-panel -->
</li>
<li class="timeline-start">
<div class="rectangle"><span>May 2022</span></div>
</li><!-- /.timeline-start -->
<!-- Timeline Badge -->
<li class="timeline-end">
<div class="rectangle"><span>More</span></div>
</li><!-- /.timeline-end -->
</ul><!-- /.timeline -->
</div>
</section><!-- /.section-history -->
<!-- End History section -->
<!-- Me section -->
<section class="section-background section-me background-overlay text-center">
<div class="container page-scroll">
<h2>Are You Impressed By My Work?</h2>
<p>Let's have a talk</p>
<a href="https://www.linkedin.com/in/anishagh28/" class="btn"><i class="fa fa-linkedin-square" aria-hidden="true"></i> Connect</a>
</div>
</section><!-- /.section-me -->
<!-- End Me section -->
</main><!-- /#main -->
<!-- End Main content -->
<!-- Footer -->
<footer id="colophon" class="site-footer">
<div class="container-fluid">
<ul class="list-unstyled list-inline">
<li class="page-scroll"><a href="#top">Home</a></li>
<li class="page-scroll"><a href="#intro">Intro</a></li>
<li class="page-scroll"><a href="#about">About</a></li>
<li class="page-scroll"><a href="#services">Projects</a></li>
<li class="page-scroll"><a href="#history">Experience</a></li>
</ul>
<div class="page-scroll">
<a href="#top" class="rectangle">
<i class="fa fa-angle-double-up"></i>
</a>
</div>
</div>
</footer><!-- /#footer -->
<!-- End Footer -->
<!-- Bootstrap core JavaScript
================================================== -->
<!-- Placed at the end of the document so the pages load faster -->
<!-- jQuery core js | Do not Delete -->
<script src="assets/js/jquery.min.js"></script>
<!-- Bootstrap core js | Do not Delete -->
<script src="assets/js/bootstrap.min.js"></script>
<!-- Bootstrap progressbar JS -->
<script src="assets/js/bootstrap-progressbar.min.js"></script>
<!-- Count To JS -->
<script src="assets/js/jquery.countTo.min.js"></script>
<!-- Easing JS -->
<script src="assets/js/jquery.easing.min.js"></script>
<!-- Shuffle JS -->
<script src="assets/js/jquery.shuffle.min.js"></script>
<!-- Slick Carousel JS -->
<script src="assets/js/slick.min.js"></script>
<!-- Touchswipe JS -->
<script src="assets/js/touchswipe.min.js"></script>
<!-- Custom JS -->
<script src="assets/js/script.js"></script>
</body>
</html>