-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
executable file
·875 lines (841 loc) · 34.9 KB
/
Copy pathindex.html
File metadata and controls
executable file
·875 lines (841 loc) · 34.9 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
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<meta name="keywords" content="Security, API, platform, Encryption, cybersecurity, HTTPS, Enigma, PKI, IoT, Internet of things, Blockchain, AWS, cloudHSM, cloud HSM, hardware security module, payments, tokenisation, tokenization">
<meta name="description" content="Control your data, show strong governance. Our API and data protection platform - provides universal approach to data security. One view of all your data use.">
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=0">
<link rel="shortcut icon" type="image/png" href="favicon.png">
<link rel="stylesheet" type="text/css" href="./css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="style.css">
<link rel="stylesheet" type="text/css" href="./css/animate.min.css">
<link rel="stylesheet" type="text/css" href="./css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="./css/et-line.min.css">
<script src="./js/jquery-2.1.0.min.js"></script>
<script src="./js/bootstrap.min.js"></script>
<script src="./js/blocs.min.js"></script>
<script src="./js/lazysizes.min.js" defer></script>
<title>Enigma Bridge - Cyber-security governance with one service</title>
<meta content="/img/logo2-rgb_cropped.gif" property="og:image" />
<meta content="200" property="og:image:width" />
<!-- Google Analytics -->
<script type="text/javascript" src="https://s3.amazonaws.com/assets.freshdesk.com/widget/freshwidget.js"></script>
<script type="text/javascript">
FreshWidget.init("", {"queryString": "&widgetType=popup&formTitle=Enigma+Help+%26+Support&submitTitle=Push+It&submitThanks=Thanks+for+getting+in+touch!&captcha=yes", "utf8": "✓", "widgetType": "popup", "buttonType": "text", "buttonText": "Help & Support", "buttonColor": "#00a7d7", "buttonBg": "#ffffff", "alignment": "1", "offset": "0px", "submitThanks": "Thanks for getting in touch!", "formHeight": "500px", "captcha": "yes", "url": "https://enigmabridge.freshdesk.com"} );
</script></script><!--Start of Tawk.to Script-->
<script type="text/javascript">
var Tawk_API=Tawk_API||{}, Tawk_LoadStart=new Date();
(function(){
var s1=document.createElement("script"),s0=document.getElementsByTagName("script")[0];
s1.async=true;
s1.src='https://embed.tawk.to/57a2055d00df04742fb54f1c/default';
s1.charset='UTF-8';
s1.setAttribute('crossorigin','*');
s0.parentNode.insertBefore(s1,s0);
})();
</script>
<!--End of Tawk.to Script--><script>
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){
(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),
m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)
})(window,document,'script','https://www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-84597687-1', 'auto');
ga('send', 'pageview');
</script><!-- Google Tracking -->
<!-- Google Tag Manager -->
<script>(function(w,d,s,l,i){w[l]=w[l]||[];w[l].push({'gtm.start':
new Date().getTime(),event:'gtm.js'});var f=d.getElementsByTagName(s)[0],
j=d.createElement(s),dl=l!='dataLayer'?'&l='+l:'';j.async=true;j.src=
'https://www.googletagmanager.com/gtm.js?id='+i+dl;f.parentNode.insertBefore(j,f);
})(window,document,'script','dataLayer','GTM-MKFRQJG');</script>
<!-- End Google Tag Manager -->
<!-- Google Analytics END -->
</head>
<body>
<!-- Main container -->
<div class="page-container">
<!-- bloc-0 -->
<div class="bloc bgc-white l-bloc" id="bloc-0">
<div class="container bloc-sm">
<nav class="navbar row">
<div class="navbar-header">
<a class="navbar-brand" href="index.html"><img src="img/logo2-rgb_cropped.gif" height="50" /></a>
<button id="nav-toggle" type="button" class="ui-navbar-toggle navbar-toggle" data-toggle="collapse" data-target=".navbar-1">
<span class="sr-only">Toggle navigation</span><span class="icon-bar"></span><span class="icon-bar"></span><span class="icon-bar"></span>
</button>
</div>
<div class="navbar-collapse navbar-1 collapse">
<ul class="site-navigation nav navbar-nav">
<li>
<a href="index.html" class="ltc-rich-electric-blue">Home</a>
</li>
<li>
<div class="dropdown">
<a href="#" class="dropdown-toggle ltc-rich-electric-blue" data-toggle="dropdown" aria-expanded="false">Platform<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="hsm.html" class="ltc-rich-electric-blue">Hardware Security</a>
</li>
<li>
<a href="keytwist.html" class="ltc-rich-electric-blue">KeyTwist</a>
</li>
</ul>
</div>
</li>
<li>
<div class="dropdown">
<a href="#" class="dropdown-toggle ltc-rich-electric-blue" data-toggle="dropdown" aria-expanded="false">API At Work<span class="caret"></span></a>
<ul class="dropdown-menu" role="menu">
<li>
<a href="https://instantpki.com" class="ltc-rich-electric-blue" target="_blank">Instant PKI</a>
</li>
<li>
<a href="https://theprivate.space" class="ltc-rich-electric-blue">Private Space VPN</a>
</li>
<li>
<a href="enigma_link.html" class="ltc-rich-electric-blue">Enigma Link</a>
</li>
<li>
<a href="password_protect.html" class="ltc-rich-electric-blue">Secure Passwords</a>
</li>
<li>
<a href="payments.html" class="ltc-rich-electric-blue">Payments and Tokenization</a>
</li>
</ul>
</div>
</li>
<li>
<a href="https://api.enigmabridge.com" class="ltc-rich-electric-blue" id="pl-undefined" target="_blank">API Manual</a>
</li>
<li>
<a href="https://dan.enigmabridge.com" class="ltc-rich-electric-blue" id="pl-undefined" target="_blank">Blog</a>
</li>
</ul>
</div>
</nav>
</div>
</div>
<!-- bloc-0 END -->
<!-- bloc-1 -->
<div class="bloc tc-onyx bgc-white l-bloc" id="bloc-1">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-6">
<h1 class="mb-bloc-text-vc sm-shadow tc-rich-electric-blue mg-md">
Virtual Hardware Encryption
</h1>
<h2 class=" mg-md tc-rich-electric-blue">
Hardware security with virtualised hardware
</h2>
<p class="mg-lg ">
Protect your data in the cloud and on-premise with our unique API. The API backed by trusted secure hardware processors or software engines. Strong foundations and flexibility for data control.<br> <br>The API simplicity ensures that your business complies with data protection laws, including the coming EU’s general data protection regulation (GDPR). Short time to market, security as a service.<br>
</p><a href="hsm.html" class="btn btn-clean btn-lg btn-rich-electric-blue">See our Virtual Hardware Platform</a>
</div>
<div class="col-sm-6">
<div class="center-block blocsapp-device blocsapp-device-mb mb-space-grey">
<img src="img/lazyload-ph.png" data-src="img/EB-server-red_led_crypto_1200x760.jpg" class="img-responsive lazyload" />
</div>
<div class="divider-h">
<span class="divider"></span>
</div>
<div class="row">
<div class="col-sm-4">
<a href="https://api.enigmabridge.com" class="btn btn-block btn-clean btn-rich-electric-blue">API Manual</a>
</div>
<div class="col-sm-4">
<a href="https://theprivate.space" class="btn btn-clean btn-block btn-rich-electric-blue ">Business VPN</a>
</div>
<div class="col-sm-4">
<a class="btn btn-clean btn-block btn-rich-electric-blue" href="https://instantpki.com">Instant PKI</a>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-1 END -->
<!-- bloc-2 -->
<div class="bloc bgc-rich-electric-blue tc-onyx d-bloc" id="bloc-2">
<div class="container bloc-sm">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<h3 class="statement-bloc-text text-center tc-onyx">
“The Enigma Bridge solution enables the straight-forward deployment and management of cryptography within business applications."
</h3>
<p class=" text-right">
<strong>Steve Marshall <br>Former Head of Security Architecture at Barclaycard </strong><br>
</p>
</div>
</div>
</div>
</div>
<!-- bloc-2 END -->
<!-- control -->
<div class="bloc bgc-white tc-onyx l-bloc" id="control">
<div class="container bloc-lg">
<div class="row">
<div class="col-sm-5">
<img src="img/lazyload-ph.png" data-src="img/circle.png" class="img-responsive lazyload" />
</div>
<div class="col-sm-7">
<h2 class="tc-rich-electric-blue mg-md">
Control Data and Applications
</h2>
<h3 class="tc-rich-electric-blue mg-lg">
Control to comply, simplify, scale
</h3>
<p class="mg-lg ">
<strong>Compliance, control and reporting</strong> - real-time and regular reports of access to data and use of applications. <br> <br><strong>Short time-to-market</strong> by removing the complexity of data control. <br> <strong><br>Total cost of ownership</strong> delivered as managed service.
</p>
<div class="text-center">
<a class="btn btn-rich-electric-blue" onclick="scrollToTarget('#usecases')">How It Works</a>
</div>
</div>
</div>
</div>
</div>
<!-- control END -->
<!-- bloc-4 -->
<div class="bloc bgc-rich-electric-blue tc-white d-bloc" id="bloc-4">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<div class="text-center">
<span class="et-icon-key icon-round icon-md icon-white"></span>
</div>
<h3 class="text-center mg-md tc-onyx">
Management
</h3>
<p class="text-center ">
We protect, control the use, and safely handle keys to your data. Fully managed service provides flexibility and easy use.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="et-icon-clipboard icon-round icon-md icon-white"></span>
</div>
<h3 class="text-center mg-md tc-onyx">
Control and reporting
</h3>
<p class="text-center ">
Powerful visualization and reporting features. Visualization of data use improve your control of data and applications.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-code icon-round icon-md icon-white"></span>
</div>
<h3 class="text-center mg-md tc-onyx">
Clean API
</h3>
<p class="text-center ">
Integration tools hide all expert configuration. Developers just use data control and protection functions as any other business funtion.
</p>
</div>
<div class="col-sm-3">
<div class="text-center">
<span class="fa fa-tasks icon-round icon-md icon-white"></span>
</div>
<h3 class="text-center mg-md tc-onyx">
Lock & key
</h3>
<p class="text-center ">
Any cloud service needs physical security to equal on-premise systems. We use special-purpose hardware from leading vendors.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-4 END -->
<!-- bloc-5 -->
<div class="bloc bgc-anti-flash-white tc-onyx l-bloc" id="bloc-5">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-6 col-sm-push-6">
<div class="divider-h">
<span class="divider"></span>
</div><img src="img/lazyload-ph.png" data-src="img/compliance.png" class="img-responsive mg-lg img-frame lazyload" />
</div>
<div class="col-sm-6 col-sm-pull-6">
<h2 class="mg-lg tc-rich-electric-blue">
Stay On Top Of Regulation
</h2>
<h3 class="mg-sm tc-rich-electric-blue">
Data protection is here to stay for a reason
</h3>
<p class="mg-lg ">
Data protection legal framework is expanding. European Union introduces GDPR that applies to all who offer services EU citizens and handle their data. Regardless of where your company is based, you will have to comply with this regulation from May 2018.<br> <br>Enigma Bridge significantly simplifies compliance by its design: traceability of usage and access to data, logging, controlling physical location of secrets, bootstrapping recovery processes.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-5 END -->
<!-- bloc-6 -->
<div class="bloc full-width-bloc bgc-rich-electric-blue-2 d-bloc" id="bloc-6">
<div class="container bloc-md">
<div class="row bgc-rich-electric-blue-2">
<div class="col-sm-10">
<h3 class="mg-md blocs-mobile-signup-text tc-onyx text-center">
Learn more about a revolutionary multi-party encryption we developed with University College London
</h3>
</div>
<div class="col-sm-2">
<a href="mpc.html" class="btn btn-clean btn-lg pull-left btn-onyx">See demonstrations<br></a>
</div>
</div>
</div>
</div>
<!-- bloc-6 END -->
<!-- Bloc Group -->
<div class='bloc-group'>
<!-- bloc-7 -->
<div class="bloc bgc-white bloc-tile-2 full-width-bloc l-bloc" id="bloc-7">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<img src="img/lazyload-ph.png" data-src="img/enigma_bridge_platform.png" class="img-responsive lazyload" />
</div>
</div>
</div>
</div>
<!-- bloc-7 END -->
<!-- bloc-8 -->
<div class="bloc bloc-tile-2 tc-onyx bgc-white l-bloc" id="bloc-8">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md tc-rich-electric-blue ">
Enigma Bridge platform<br>
</h2>
<h3 class="mg-md tc-rich-electric-blue-2">
Universal encryption service<br>
</h3>
<p>
Your applications can use directly our API, or one of the language bindings, or simply a PKCS11 library for transparent connection to secure elements provided by our platform.<br>
</p>
<h3 class="mg-md tc-rich-electric-blue-2">
Throughput and scalability<br>
</h3>
<p>
The platform provides multi-tenancy to optimize the resource utilization. Whether you choose own or shared security domain, you can grow it as your demand increases.<br>
</p>
<h3 class="mg-md tc-rich-electric-blue-2">
Simple, remote enrolment<br>
</h3>
<p class=" mg-lg">
You simply choose a template that fits your needs. We provide a range of templates, which simplify enrolment, as well as security audits. Encryption as a service. <br>
</p>
<div class="text-center">
<a href="https://vimeo.com/193906594" class="btn btn-clean btn-lg btn-rich-electric-blue" target="_blank">See it launch key management system</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-8 END -->
</div>
<!-- Bloc Group END -->
<!-- bloc-9 -->
<div class="bloc tc-onyx bgc-anti-flash-white l-bloc" id="bloc-9">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<h2 class="mg-md tc-rich-electric-blue">
How It Works
</h2>
<div class="row">
<div class="col-sm-6">
<h3 class="mg-md tc-onyx">
Simplicity
</h3>
<p>
We are very proud on the architecture of our cloud service. It hides all the complexity of cryptography, load distribution, and resource management behind a simple application interface, a RESTful API. <br> <br>Once you register your application, there is only one API function “Process Data”. It takes two parameters: <br> - handle to your user object inside the encryption service, <br> - data you want to process (authenticate, sign, tokenize, …). <br> <br>Do you need legacy support? We have a PKCS11 library!
</p>
</div>
<div class="col-sm-6">
<h3 class="mg-md tc-onyx">
Security and trust
</h3>
<p>
Special purpose processors protect your secrets. They connect directly to your cloud applications - there is nothing, no one in between. The HTTPS channel provides the second layer of encryption.<br> <br>These secure processors are used by millions of users and applications. They have been designed to protect data in the most sensitive applications. They feature independent security evaluations (FIPS140-2 Level 3, EAL5+) providing ultimate physical security - your lock and key in the cloud. <br>
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-9 END -->
<!-- bloc-10 -->
<div class="bloc bgc-anti-flash-white tc-rich-electric-blue l-bloc" id="bloc-10">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<div class="row">
<div class="col-sm-2">
<p class="text-center">
Users of mobile or cloud applications
</p><img src="img/lazyload-ph.png" data-src="img/User.png" class="img-responsive lazyload" />
</div>
<div class="col-sm-2">
<p class="text-center">
Apps using Enigma Bridge
</p><img src="img/lazyload-ph.png" data-src="img/devices_transparent.png" class="img-responsive lazyload" />
<p class="text-center">
End-to-end encryption to hardware CloudHSMs.
</p>
</div>
<div class="col-sm-2">
<p class="text-center">
Secure internet connection
</p><img src="img/lazyload-ph.png" data-src="img/lock.png" class="img-responsive lazyload" />
<p class="text-center">
HTTPS to Enigma Bridge servers.
</p>
</div>
<div class="col-sm-2">
<p class="text-center">
Enigma Bridge security domain
</p><img src="img/lazyload-ph.png" data-src="img/enigmaBridge_circle.png" class="img-responsive lazyload" />
<p class="text-center">
Network balancing, failover.<br>
</p>
</div>
<div class="col-sm-2">
<p class="text-center">
Enigma Bridge server<br>
</p><img src="img/lazyload-ph.png" data-src="img/server.png" class="img-responsive lazyload" />
<p class="text-center">
Work distribution, allocation of CloudHSMs.<br>
</p>
</div>
<div class="col-sm-2">
<p class="text-center">
Secure hardware element
</p><img src="img/lazyload-ph.png" data-src="img/enigmaProcessors.png" class="img-responsive lazyload" />
<p class="text-center">
Processing of client requests in CloudHSMs.
</p>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-10 END -->
<!-- bloc-11 -->
<div class="bloc bgc-white l-bloc" id="bloc-11">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<h1 class="mg-md tc-rich-electric-blue-2 ">
How you can use our API
</h1>
</div>
</div>
</div>
</div>
<!-- bloc-11 END -->
<!-- bloc-12 -->
<div class="bloc bgc-white tc-onyx l-bloc" id="bloc-12">
<div class="container">
<div class="row">
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/enigma.jpg" class="img-responsive lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
Encrypt and sign
</h3>
<p class=" text-center">
Basic operations you need to protect your data in transit and in your database.
</p>
<div class="row">
<div class="col-sm-5">
<a href="https://enigmabridge.com/test/public" class="btn btn-clean btn-lg btn-rich-electric-blue-2">Demo</a>
</div>
<div class="col-sm-7">
<a href="https://expert.enigmabridge.com" class="btn btn-clean btn-lg btn-rich-electric-blue-2">Expert Demo</a>
</div>
</div>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/card.jpg" class="img-responsive lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
Card number security
</h3>
<p class=" text-center">
Functions you need are tokenization (incl. format preserving). As well as re-encryption from transport to storage. Yes, it is PCI compliant.
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/iot.jpg" class="img-responsive lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
Authentication
</h3>
<p class=" text-center">
The API has functions to create users, verify and reset their passwords, as well as to show failed tries.
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/Screen%20Shot%202016-08-27%20at%2010.22.05.png" class="img-responsive lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
Key management
</h3>
<p class=" text-center">
We provide two main functions for flexibility and security. First you get an encrypted key. The second function reveals the key when needed.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-12 END -->
<!-- bloc-13 -->
<div class="bloc bgc-white l-bloc" id="bloc-13">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-12">
<div class="divider-h">
<span class="divider"></span>
</div>
<h1 class=" tc-rich-electric-blue-2 mg-clear">
See our API at work
</h1>
</div>
</div>
</div>
</div>
<!-- bloc-13 END -->
<!-- bloc-14 -->
<div class="bloc tc-onyx bgc-white l-bloc" id="bloc-14">
<div class="container">
<div class="row">
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/filetr.png" class="img-responsive center-block lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
EnigmaLink - secure file transfer
</h3>
<p class="text-center ">
Use your Google drive to share files securely. The encryption uses three different keys - triple lock - for maximum security.<br>
</p>
</div>
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/keyman.jpg" class="img-responsive center-block lazyload" />
<h3 class="mg-md text-center tc-rich-electric-blue-2 ">
Key management - PKI
</h3>
<p class="text-center ">
Encryption is nothing without key management. We’ve simplified key management. Launch your own certification authority in minutes. Including physical storage of keys in secure hardware.
</p>
</div>
<div class="col-sm-4">
<img src="img/lazyload-ph.png" data-src="img/cloum.jpg" class="img-responsive center-block lazyload" />
<h3 class="mg-md tc-rich-electric-blue-2 text-center ">
Private Space - company VPN
</h3>
<p class=" text-center">
Lorem ipsum dolor sit amet, adipiscing elit Aenean commodo ligula eget.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-14 END -->
<!-- bloc-15 -->
<div class="bloc bgc-white l-bloc" id="bloc-15">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-4">
<a href="https://enigmalink.io" class="btn btn-clean btn-lg btn-block btn-rich-electric-blue-2">Try EnigmaLink Free</a>
</div>
<div class="col-sm-4">
<a href="https://instantpki.com" class="btn btn-clean btn-lg btn-block btn-rich-electric-blue-2">Launch your PKI authority Free</a>
</div>
<div class="col-sm-4">
<a href="https://theprivate.space" class="btn btn-clean btn-lg btn-block btn-rich-electric-blue-2">Try a company VPN Free<br></a>
</div>
</div>
</div>
</div>
<!-- bloc-15 END -->
<!-- bloc-16 -->
<div class="bloc tc-white bgc-rich-electric-blue d-bloc" id="bloc-16">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-6">
<div class="divider-h">
<span class="divider"></span>
</div>
<div class="divider-h">
<span class="divider divider-half"></span>
</div><img src="img/lazyload-ph.png" data-src="img/httpskeys.jpg" class="img-responsive lazyload" />
</div>
<div class="col-sm-6">
<h2 class="mg-md tc-onyx">
Strong Research Background
</h2>
<h3 class="mg-sm tc-onyx">
Secure web sites leak information
</h3>
<p class=" mg-sm">
Enigma Bridge has extended the award winning research of Petr Svenda, our co-founder. He showed that all https keys leaked information about their origin.<br>
</p><img src="img/lazyload-ph.png" data-src="img/quotation_GregLinares.png" class="img-responsive lazyload" />
<p>
<i>“this is seriously awesome work” - Greg Linares, research engineer at Eeye Digital Security</i>
</p>
<p>
This fact escaped experts for 30 years. It means that all companies are exposing a part of their security architecture and management processes online.
</p>
<div class="text-center">
<a href="index.html" class="btn btn-lg btn-onyx">Read More</a>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-16 END -->
<!-- usecases -->
<div class="bloc hidden-lg hidden-md hidden-sm hidden-xs object-hidden bgc-white tc-rich-electric-blue-3 l-bloc" id="usecases">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/enigma.jpg" class="img-responsive center-block pulse bounce-hvr animated lazyload" />
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Data encryption
</h3>
<p>
Encrypt and decrypt data and build security into your applications using our simple and secure encryption services. <br><br>
</p>
<div class="row">
<div class="col-sm-5">
<div class="text-center">
<a href="https://enigmabridge.com/test/public" class="btn btn-block btn-rich-electric-blue" target="_blank">Demo</a>
</div>
</div>
<div class="col-sm-7">
<div class="text-center">
<a href="https://expert.enigmabridge.com" class="btn btn-block btn-rich-electric-blue" target="_blank">Expert Demo</a>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<a href="index.html"><img src="img/lazyload-ph.png" data-src="img/keyman.jpg" class="img-responsive center-block img-rd animDelay04 pulse bounce-hvr animated lazyload" /></a>
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Key management - PKI
</h3>
<p>
Successful key management is the most difficult aspect of cryptography. But we’ve made it simple and secure, with physical storage of keys in our FIPS-140 Level 3 hardware.
</p>
<div class="text-center">
<a href="index.html" class="btn btn-rich-electric-blue">Run your PKI on Amazon</a>
</div>
</div>
<div class="col-sm-3">
<a href="payments.html"><img src="img/lazyload-ph.png" data-src="img/card.jpg" class="img-responsive center-block animDelay08 pulse bounce-hvr animated lazyload" /></a>
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Payments
</h3>
<p>
PCI compliance, tokenization and cloud HSM made simple and cost effective. <br>Why buy and manage your own HSMs? It is a pain.
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/cloum.jpg" class="img-responsive center-block animDelay1 undefined pulse bounce-hvr animated lazyload" />
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Cloud migration
</h3>
<p>
We enable businesses to move into the cloud whilst retaining the encryption keys in-house. Leaving them the ONLY entity able to decrypt their data, away from hackers and prying eyes! <br>Directly connected to with AWS.
</p>
</div>
</div>
</div>
</div>
<!-- usecases END -->
<!-- bloc-5x -->
<div class="bloc bgc-white hidden-lg hidden-md hidden-sm hidden-xs object-hidden tc-rich-electric-blue-3 l-bloc" id="bloc-5x">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<a href="index.html"><img src="img/lazyload-ph.png" data-src="img/https.jpg" class="img-responsive bounce-hvr center-block animated lazyload" /></a>
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
https://
</h3>
<p class=" text-left">
The only reason that all web pages aren’t using secure HTTPS is because it is complex and costly to implement. We've changed that.
</p>
</div>
<div class="col-sm-3">
<a href="https://enigmalink.io/" target="_blank"><img src="img/lazyload-ph.png" data-src="img/filetr.png" class="img-responsive bounce-hvr center-block animated lazyload" /></a>
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Secure file transfer
</h3>
<p class=" text-left">
Tired of size restrictions for email attachments or needing to securly send documents? Check out this simple demo that leverages your Google Drive account.
</p>
<div class="row">
<div class="col-sm-6">
<div class="text-center">
<a href="https://enigmalink.io" class="btn btn-block btn-rich-electric-blue" target="_blank">Try</a>
</div>
</div>
<div class="col-sm-6">
<div class="text-center">
<a href="enigma_link.html" class="btn btn-block btn-rich-electric-blue">Details<br></a>
</div>
</div>
</div>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/iot.jpg" class="img-responsive bounce-hvr center-block animated lazyload" />
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Internet of things
</h3>
<p>
IoT is great but disasterous without proper security. <br>One ring to rule them all...
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/pfs.png" class="img-responsive bounce-hvr center-block animated lazyload" />
<h3 class="mg-md text-center sm-shadow tc-rich-electric-blue">
Blockchain
</h3>
<p class=" text-left">
Behind all the frenzy about Bitcoin lies a technology that is far bigger than the cryptocurrency itself. Its application of course relies on good encryption services.
</p>
</div>
</div>
</div>
</div>
<!-- bloc-5x END -->
<!-- team -->
<div class="bloc tc-rich-electric-blue-3 bgc-white l-bloc" id="team">
<div class="container bloc-sm">
<div class="row">
<div class="col-sm-12">
<h2 class="text-center mg-md sm-shadow tc-rich-electric-blue">
Meet our team
</h2>
<p class="sub-heading text-center ">
We are a group of skilled and experienced security and payments individuals.
</p>
</div>
</div>
<div class="row voffset-lg">
<div class="col-sm-3">
<a href="http://www.dancvrcek.com/" target="_blank"><img src="img/lazyload-ph.png" data-src="img/dan270.jpg" class="swing-hvr center-block img-responsive animated lazyload" /></a>
<h3 class="text-center mg-md tc-rich-electric-blue">
<a class="ltc-rich-electric-blue" href="https://linkedin.com/in/DanCvrcek" target="_blank">Dan Cvrcek, PhD</a><br>
</h3>
<p class="text-center ">
CEO and security expert
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/petr270.jpg" class="img-responsive swing-hvr center-block animated lazyload" />
<h3 class="text-center mg-md tc-rich-electric-blue">
<a class="ltc-rich-electric-blue" href="https://cz.linkedin.com/in/petr-svenda-58b27ab" target="_blank">Petr Svenda, PhD</a><br>
</h3>
<p class="text-center ">
Crypto prodigy
</p>
</div>
<div class="col-sm-3">
<img src="img/lazyload-ph.png" data-src="img/dusan270.jpg" class="img-responsive swing-hvr center-block animated lazyload" />
<h3 class="text-center mg-md tc-rich-electric-blue">
<a class="ltc-rich-electric-blue" href="https://cz.linkedin.com/in/dklinec/en" target="_blank">Dusan Klinec</a><br>
</h3>
<p class="text-center ">
Senior security engineer
</p>
</div>
<div class="col-sm-3">
<a href="http://www.davidgudjonsson.com" target="_blank"><img src="img/lazyload-ph.png" data-src="img/david270.jpg" class="img-responsive swing-hvr center-block animated lazyload" /></a>
<h3 class="text-center mg-md tc-rich-electric-blue">
<a class="ltc-rich-electric-blue" href="https://uk.linkedin.com/in/davidgudjonsson" target="_blank">David Gudjonsson</a><br>
</h3>
<p class="text-center ">
Chairman and payments expert
</p>
</div>
</div>
</div>
</div>
<!-- team END -->
<!-- bloc-20 -->
<div class="bloc bgc-white l-bloc" id="bloc-20">
<div class="container bloc-sm">
<div class="row">
<div class="col-xs-12 col-md-8 col-md-offset-2">
<div class="col-sm-3">
<div class="text-center">
<a class="social-lg" href="https://twitter.com/enigmabridge" target="_blank"></a>
<div class="text-center">
<a class="social-lg" href="https://twitter.com/enigmabridge" target="_blank"></a><a href="https://twitter.com/enigmacloud" target="_blank"><span class="fa fa-twitter icon-rich-electric-blue icon-lg"></span></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a class="social-lg" href="https://www.linkedin.com/company/enigma-bridge-ltd" target="_blank"></a>
<div class="text-center">
<a class="social-lg" href="https://www.linkedin.com/company/enigma-bridge-ltd" target="_blank"></a><a href="https://www.linkedin.com/company/enigma-bridge-ltd" target="_blank"><span class="fa fa-linkedin-square icon-rich-electric-blue icon-lg"></span></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a class="social-lg" href="https://github.com/EnigmaBridge" target="_blank"></a>
<div class="text-center">
<a class="social-lg" href="https://github.com/EnigmaBridge" target="_blank"></a><a href="https://github.com/EnigmaBridge" target="_blank"><span class="fa fa-github icon-rich-electric-blue icon-lg"></span></a>
</div>
</div>
</div>
<div class="col-sm-3">
<div class="text-center">
<a class="social-lg" href="http://www.dancvrcek.com/" target="_blank"></a>
<div class="text-center">
<a class="social-lg" href="http://www.dancvrcek.com/" target="_blank"></a><a href="https://dancvrcek.com" target="_blank"><span class="fa fa-tumblr-square icon-rich-electric-blue icon-lg"></span></a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
<!-- bloc-20 END -->
<!-- ScrollToTop Button -->
<a class="bloc-button btn btn-d scrollToTop" onclick="scrollToTarget('1')"><span class="fa fa-chevron-up"></span></a>
<!-- ScrollToTop Button END-->
<!-- Footer - bloc-85 -->
<div class="bloc bgc-onyx d-bloc" id="bloc-85">
<div class="container bloc-md">
<div class="row">
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text tc-rich-electric-blue">
About
</h3><a class="a-btn a-block bloc-mob-center-text ltc-white" href="./index.html#team">The team</a><a href="contact-us.html" class="a-btn a-block bloc-mob-center-text ltc-white ">Contact us</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text tc-rich-electric-blue">
Get the API
</h3><a href="https://api.enigmabridge.com" class="a-btn a-block bloc-mob-center-text ltc-white" target="_blank">Documentation</a><a href="https://enigmabridge.freshdesk.com" class="a-btn a-block bloc-mob-center-text ltc-white " target="_blank">Forum</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text tc-rich-electric-blue">
Follow Us
</h3><a href="https://twitter.com/enigmabridge" class="a-btn a-block bloc-mob-center-text ltc-white " target="_blank">Twitter</a><a href="https://www.linkedin.com/company/enigma-bridge-ltd" class="a-btn a-block bloc-mob-center-text ltc-white " target="_blank">LinkedIn</a>
</div>
<div class="col-sm-3">
<h3 class="mg-md bloc-mob-center-text tc-rich-electric-blue">
Small Print
</h3><a href="terms-of-use.html" class="a-btn a-block bloc-mob-center-text ltc-white">Terms of use</a><a href="privacy-notice.html" class="a-btn a-block bloc-mob-center-text ltc-white">Privacy</a>
</div>
</div>
</div>
</div>
<!-- Footer - bloc-85 END -->
</div>
<!-- Main container END -->
</body>
</html>