-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsecurity.html
More file actions
129 lines (126 loc) · 7.69 KB
/
security.html
File metadata and controls
129 lines (126 loc) · 7.69 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
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>Security</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<!-- Place favicon.ico and apple-touch-icon(s) in the root directory -->
<link rel="apple-touch-icon" sizes="180x180" href="images/favicons/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="32x32" href="images/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="images/favicons/favicon-16x16.png">
<link rel="manifest" href="images/favicons/manifest.json">
<!-- Animation -->
<link rel="stylesheet" type="text/css" href="css/magnific-popup.css">
<!-- stylesheets -->
<link rel="stylesheet" type="text/css" href="scss/bootstrap/bootstrap.css" />
<link rel="stylesheet" type="text/css" href="dist/theme.min.css" />
<!-- <link rel="stylesheet" type="text/css" href="css/font-awesome.min.css" /> -->
<!-- <link rel="stylesheet" type="text/css" href="css/your_style.css"> -->
<link rel="stylesheet" type="text/css" href="css/misc.css">
<link rel="stylesheet" type="text/css" href="css/shift-styles.css">
</head>
<body>
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--[if lt IE 8]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="http://browsehappy.com/">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<section class="main-navigation-header">
<nav class="navbar navbar-toggleable-md navbar-inverse" role="navigation">
<div class="container no-override">
<button class="navbar-toggler navbar-toggler-right" data-toggle="collapse" data-target="#navbar-collapse">
<span class="navbar-toggler-icon"></span>
</button>
<div id="header-nav" class="col-8 col-sm-3">
<a href="trade.html" ap-widget="MarketValue" class="navbar-brand market-value"></a>
</div>
<div class="collapse navbar-collapse justify-content-end" id="navbar-collapse">
<div id="main-navigation"></div>
</div>
</div>
</nav>
</section>
<div id="login" title="Create new user" class="mfp-hide">
<div class="ap-form-test" style="padding:22px">
<div ap-widget='LoginForm' to='trade.html'></div>
</div>
</div>
<div id="dialog-form" title="Create new user" class="mfp-hide">
<div class="ap-form-test ">
<div ap-widget='RegisterForm' hide-header to='trade.html' headerTitle=""></div>
</div>
</div>
<div class="theme-docs-header">
<section class="container">
<div class="row">
<div class="col-lg-8 col-md-10">
<h1 data-animate="fadeInUp">Security</h1>
</div>
</div>
</section>
</div>
<div class="theme-docs-wrapper">
<div class="container">
<div class="row">
<div class="col-8">
<h2 class="lead-in-header mt-4">Trading Platform</h2>
<p class="lead-in-blurb">Our trading platform has been vetted by multiple third-party security audit firms and penetration test consultants with stringent testing methods. Moreover, every aspect of our platform has gone through the strict scrutiny of the open-source CryptoCurrency Security Standard (CCSS).</p>
<h2 class="lead-in-header mt-4">Encryption</h2>
<hr>
<p class="lead-in-blurb">Our commitment to user security includes encrypting all sensitive user information in real time. Additionally, all website data is transmitted via encrypted Transport Layer Security (TLS) connections and internal service interactions utilize separate authentication contexts which are never exposed to the internet. We’ve built protections against brute force Denial of Service (DoS) and Distributed Denial of Service (DDos) attacks through robust rate-limiting, concurrent connection limits, and active whitelists and blacklists.</p>
<h2 class="lead-in-header mt-4">Hardware Security</h2>
<hr>
<p class="lead-in-blurb">Our hardware and hosting conform to the highest security standards in the industry. We run our software across multiple Tier 3 data centers on wholly-owned hardware that is securely stored with biometric access control. We even host our database and exchange directly on in-house hardware to minimize the number of people who have access to our systems.</p>
<h2 class="lead-in-header mt-4">Account Security</h2>
<hr>
<p class="lead-in-blurb">To ensure wallet security, our global setting protections prevent unauthorized account activity including unusual withdrawal requests so your money is always safe on our platform. The trading interface also supports two-factor authentication (2FA) backed by Google to ensure you’re the only one with access to your funds.</p>
</div>
</div>
</div>
</div>
<section id="footerId">
</section>
<div id="resetPassword" ap-wrapper="ResetPassword"></div>
<div id="verifyEmail" ap-wrapper="VerifyEmail"></div>
<!-- javascript -->
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.1.0/jquery.min.js"></script>
<script src="https://npmcdn.com/[email protected]/dist/js/tether.min.js"></script>
<script src="dist/theme.min.js"></script>
<!-- Js Files -->
<script type="text/javascript" src="js/lib/jquery-2.1.4.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.smooth-scroll.min.js"></script>
<script type="text/javascript" src="js/lib/smoothscroll.js"></script>
<script type="text/javascript" src="js/lib/slick.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.waypoints.min.js"></script>
<script type="text/javascript" src="js/lib/inview.min.js"></script>
<script type="text/javascript" src="js/lib/jquery.countTo.js"></script>
<script type="text/javascript" src="js/lib/jquery.ajaxchimp.min.js"></script>
<script type="text/javascript" src="js/lib/validator.js"></script>
<script type="text/javascript" src="js/lib/custom.js"></script>
<!-- Third Party -->
<!-- <script src="js/lib/jquery-3.2.0.min.js"></script> -->
<!-- <script type="text/javascript" src="js/lib/bootstrap.min.js"></script> -->
<!-- <script src="js/lib/embed.cryptowatch.js"></script> -->
<script src="js/lib/growl.js"></script>
<!-- Platform -->
<script src="js/config.js"></script>
<script src="js/library.min.js"></script>
<script src="js/widgets.min.js"></script>
<script src='js/tester.js'></script>
<!-- Shift Markets -->
<script src='js/addons.js'></script>
<!-- Google Analytics: change UA-XXXXX-X to be your site's ID. -->
<script>
// (function(b,o,i,l,e,r){b.GoogleAnalyticsObject=l;b[l]||(b[l]=
// function(){(b[l].q=b[l].q||[]).push(arguments)});b[l].l=+new Date;
// e=o.createElement(i);r=o.getElementsByTagName(i)[0];
// e.src='//www.google-analytics.com/analytics.js';
// r.parentNode.insertBefore(e,r)}(window,document,'script','ga'));
// ga('create','UA-XXXXX-X','auto');ga('send','pageview');
</script>
</body>
</html>