-
Notifications
You must be signed in to change notification settings - Fork 4
/
security.html
152 lines (137 loc) · 8.27 KB
/
security.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1">
<title>STOIC — Security</title>
<!-- Bootstrap -->
<link href="bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Custom CSS -->
<link href="css/style.css" rel="stylesheet" type="text/css" media="screen">
<!-- Font Awesome -->
<link href="font-awesome-4.2.0/css/font-awesome.min.css" rel="stylesheet">
<!-- Flex Slider -->
<link href="css/flexslider.css" rel="stylesheet" type="text/css" media="screen">
<!-- Animated CSS -->
<link href="css/animate.css" rel="stylesheet" type="text/css" media="screen">
<!-- Web Fonts -->
<link href='http://fonts.googleapis.com/css?family=Lato:300,400,400italic' rel='stylesheet' type='text/css'>
<link href='http://fonts.googleapis.com/css?family=Montserrat:400,700' rel='stylesheet' type='text/css'>
<!-- Owl Carousel CSS -->
<link href="css/owl.carousel.css" rel="stylesheet" type="text/css" media="screen">
<link href="css/owl.theme.css" rel="stylesheet" type="text/css" media="screen">
<!-- Popups CSS -->
<link href="css/magnific-popup.css" rel="stylesheet" type="text/css">
<!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
<!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
<script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
<![endif]-->
</head>
<body data-spy="scroll" data-offset="80">
<section id="navigation">
<div class="navbar navbar-default navbar-static-top" role="navigation">
<div class="container">
<div class="navbar-header">
<button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse">
<span class="sr-only">Toggle navigation</span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
<span class="icon-bar"></span>
</button>
<a class="navbar-brand" href="index.html">STOIC</a>
</div>
<div class="navbar-collapse collapse">
<ul class="nav navbar-nav navbar-right">
<li><a href="index.html">Back to home</a></li>
</ul>
</div>
</div>
</div>
</section>
<div class="divided-50"></div>
<div class="container">
<div class="intro-header text-center">
<h1>Security</h1>
</div>
</div>
<div class="divided-50"></div>
<div class="container">
<p class="margin-btm-30"><strong>Last updated:</strong> September 8, 2012.</p>
<p class="margin-btm-30">The security of the information you put into STOIC is very important to us.</p>
<p class="margin-btm-30">STOIC uses physical, procedural, and technical safeguards to preserve the integrity and security of your information.</p>
<p class="margin-btm-30">For example, among other practices we:</p>
<ul class="square">
<li>Regularly back up your data to help prevent data loss and aid in data recovery,</li>
<li>Host data in secure SAS 70 audited data centers,</li>
<li>Implement firewalls and access restrictions on our servers to secure our network and better protect your information.</li>
</ul>
<br>
<h2>Data Reliability</h2>
<p class="margin-btm-30">STOIC continuously replicates your data between physical locations to prevent data loss. Additionally, STOIC stores regular backups and has the ability to perform point-in-time recovery for more granular data recovery.</p>
<h2>Data Privacy</h2>
<p class="margin-btm-30">All data access in STOIC is subject to numerous checks to ensure no users from outside your company ever see or modify your data without you explicitly granting them access within STOIC.</p>
<h2>Secure Application Development</h2>
<p class="margin-btm-30">STOIC follows best practices in all areas of application security and prevents common web attack vectors. When you enter information into STOIC, we use secure socket layer (SSL) technology to encrypt the transmission of your data to our servers, which helps protect your data.</p>
<h2>Physical Security</h2>
<p class="margin-btm-30">All of STOIC’s servers are hosted in secure, SAS 70 audited data centers.</p>
<h2>Network Security</h2>
<p class="margin-btm-30">All servers are firewalled to permit the minimum traffic necessary to run the service, and access to those servers is limited to STOIC employees with a legitimate business need.</p>
<h2>Want to report a security concern?</h2>
<p class="margin-btm-30">Email us at <a href="mailto:[email protected]">[email protected]</a>.</p>
<br>
</div>
<div class="footer-btm">
<ul class="footer-nav list-inline text-center">
<li><a href="privacy.html">Privacy</a></li>
<li><a href="security.html">Security</a></li>
<li><a href="terms.html">Terms</a></li>
</ul>
<div class="copyright text-center">
Copyright © 2014. Sutoiku, Inc.</a>
</div>
</div>
<a href="#" class="scrollToTop"><i class="fa fa-angle-up"></i></a>
<script type="text/javascript" src="js/jquery.min.js"></script>
<script type="text/javascript" src="bootstrap/js/bootstrap.min.js"></script>
<script type="text/javascript" src="js/jquery.easing.1.3.min.js"></script>
<script type="text/javascript" src="js/jquery.sticky.js"></script>
<script type="text/javascript" src="js/wow.min.js"></script>
<script type="text/javascript" src="js/waypoints.min.js"></script>
<script type="text/javascript" src="js/jquery.counterup.min.js"></script>
<script type="text/javascript" src="js/easypiechart.js"></script>
<script type="text/javascript" src="js/jquery.flexslider-min.js"></script>
<script type="text/javascript" src="js/jquery.mixitup.min.js"></script>
<script type="text/javascript" src="js/jquery.stellar.min.js"></script>
<script type="text/javascript" src="js/owl.carousel.min.js"></script>
<script type="text/javascript" src="js/tweetie.min.js"></script>
<script type="text/javascript" src="js/jquery.magnific-popup.min.js"></script>
<script type="text/javascript" src="js/jquery.backstretch.min.js"></script>
<script type="text/javascript" src="js/contact_me.js"></script>
<script type="text/javascript" src="js/jqBootstrapValidation.js"></script>
<script type="text/javascript" src="js/custom.js"></script>
<script type="text/javascript">
var _gauges = _gauges || [];
(function() {
var t = document.createElement('script');
t.type = 'text/javascript';
t.async = true;
t.id = 'gauges-tracker';
t.setAttribute('data-site-id', '506315c7f5a1f5784b0000c6');
t.src = '//secure.gaug.es/track.js';
var s = document.getElementsByTagName('script')[0];
s.parentNode.insertBefore(t, s);
})();
</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','//www.google-analytics.com/analytics.js','ga');
ga('create', 'UA-34640561-1', 'auto');
ga('send', 'pageview');
</script>
</body>
</html>