forked from sharmapn/MapSafe.xyz
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathfaq.html
191 lines (163 loc) · 8.38 KB
/
faq.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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
================================================== -->
<meta charset="utf-8">
<title>MapSafe | A Complete tool for Geospatial Data Sovereignty</title>
<!-- Mobile Specific Metas
================================================== -->
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="description" content="Creative Agency Bootstrap Template">
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=5.0">
<meta name="author" content="Themefisher">
<meta name="generator" content="Themefisher Airspace Template v1.0">
<!-- Favicon -->
<link rel="shortcut icon" type="image/x-icon" href="images/logo.png" />
<!-- bootstrap.min css -->
<link rel="stylesheet" href="plugins/bootstrap/bootstrap.min.css">
<!-- Ionic Icon Css -->
<link rel="stylesheet" href="plugins/Ionicons/css/ionicons.min.css">
<!-- animate.css -->
<link rel="stylesheet" href="plugins/animate-css/animate.css">
<!-- Magnify Popup -->
<link rel="stylesheet" href="plugins/magnific-popup/magnific-popup.css">
<!-- Slick CSS -->
<link rel="stylesheet" href="plugins/slick/slick.css">
<!-- Main Stylesheet -->
<link rel="stylesheet" href="assets/css/theme/style.css">
<!-- Matomo analytics captured to improve our tool. No data is stored on the cloud, as they are stoed on the MapSafe server.
Need to know
- how much the tool is used,
- if users are primarily using computers or mobile,
- if sageguard and verification pages in their respective pages are used
-->
<script>
var _paq = window._paq = window._paq || [];
/* tracker methods like "setCustomDimension" should be called before "trackPageView" */
_paq.push(['trackPageView']);
_paq.push(['enableLinkTracking']);
(function() {
var u="//mapsafe.xyz/admin/matomo/";
_paq.push(['setTrackerUrl', u+'matomo.php']);
_paq.push(['setSiteId', '1']);
var d=document, g=d.createElement('script'), s=d.getElementsByTagName('script')[0];
g.async=true; g.src=u+'matomo.js'; s.parentNode.insertBefore(g,s);
})();
</script>
<!-- End Matomo Code -->
</head>
<body id="body">
<!-- Header Start -->
<header class="navigation">
<div class="container">
<div class="row">
<div class="col-lg-12">
<nav class="navbar navbar-expand-lg p-0">
<a class="navbar-brand" href="index.html">
<img src="images/logo_name.png" style="width:195px;height:50px;" alt="Logo">
</a>
<button class="navbar-toggler collapsed" type="button" data-toggle="collapse" data-target="#navbarsExample09" aria-controls="navbarsExample09" aria-expanded="false" aria-label="Toggle navigation">
<span class="ion-android-menu"></span>
</button>
<div class="collapse navbar-collapse ml-auto" id="navbarsExample09">
<ul class="navbar-nav ml-auto">
<li class="nav-item @@home">
<a class="nav-link" href="index.html">Home</a>
</li>
<li class="nav-item dropdown @@portfolio">
<a class="nav-link dropdown-toggle" href="#" id="dropdown03" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Guides <span class="ion-ios-arrow-down"></span></a>
<ul class="dropdown-menu" aria-labelledby="dropdown03">
<li><a class="dropdown-item @@portfolioFilter" href="safeguarding-guide.html">Safeguarding Guide</a></li>
<li><a class="dropdown-item @@portfolioSingle" href="verification-guide.html">Verification Guide</a></li>
</ul>
</li>
<li class="nav-item @@service"><a class="nav-link" href="safeguard.html">Safeguard</a></li>
<li class="nav-item @@service"><a class="nav-link" href="verification.html">Verification</a></li>
<li class="nav-item @@contact"><a class="nav-link" href="contact.html">Contact</a></li>
<li class="nav-item @@service"><a class="nav-link" href="disclaimer.html">Disclaimer</a></li>
</ul>
</div>
</nav>
</div>
</div>
</div>
</header><!-- header close -->
<section class="page-wrapper">
<div class="container">
<div class="row">
<div class="col-lg-4">
<h2 class="mb-4">Frequently Asked Questions</h2>
<p>Mapsafe Geospatial Data Sovereignty Website</p>
<p>Last updated: December 22, 2022</p>
<address>
20 Seymonds Street <br>
Grafton, Auckland, 1010 <br>
New Zealand
</address>
</div>
<div class="col-lg-8 mt-5 mt-lg-0">
<div class="pl-0 pl-lg-4">
<h4>1. What is Mapsafe?</h4>
<p>Mapsafe is a tool that completely safeguards sensitive geospatial datasets by implementing geoprivacy techniques within the browser.
A sovereign data owner can load their shapefiles, and subsequently can perform geomasking, encryption and notarisation in the browser.
During notarisation only a digital signature corresponding the encrypted file leaves the computer to be notarised on a blockchain.
A recipient of the encrypted data, a sovereign data user, can then verify the encrypted file using the notarised signature corresponding the the encrypted data.
<br><br>
Mapsafe uses popular open source JavaScript libraries to safeguard data without ever requiring users to install or download any software. So whether you're a GIS expert who can't be bothered to script this method yourself, or a GIS newbie who knows you need to mask your data but aren't quite sure how, Mapsafe makes your life easier and brings previously cumbersome methods into reach.</p>
<h4>2. Should I trust this site with my data?</h4>
<p>When you load your files, no data leaves your browser, and all geoprivacy techniques processing is done client-side using JavaScript. In fact, the application has been specifically designed so that it can be run offline for the utmost confidentiality. That means you don't need to trust this site: you can just load the page, unplug your internet, and do your work with the guarantee that your data isn't being stolen.</p>
<h4>4. Is it foolproof?</h4>
<p>No, and neither is any other privacy-related tool. Mapsafe drastically simplifies the process of masking, encryption and notarising geospatial datasets while also providing general advice, but that doesn't guarantee that your data can't be re-identified. It is up to you to ensure that you're using this tool appropriately and that you understand its limitations! For more information, check out the <a href="#disclaimer">disclaimer</a>.</p>
<h4>Credits</h4>
<p>Mapsafe uses and is grateful for a number of open source software projects, including Maskmy.XYZ, Web.Crypto, Web3.js, Ethers.js,
HTML5Up, TurfJS, Shapefile-JS, Shp-Write, JQuery, FileSaver.js, JSZip, Proj4JS, and OpenLayers. Their respective licenses can be found <a href="LICENSE.txt">here</a></p>
</div>
</div>
</div>
</div>
</section>
<!-- footer Start -->
<footer class="footer">
<div class="container">
<div class="row">
<div class="col-md-12">
<div class="footer-manu">
<ul>
<li><a href="contact.html">Contact us</a></li>
<li><a href="faq.html">FAQ</a></li>
<li><a href="disclaimer.html">Disclaimer</a></li>
</ul>
</div>
<p class="copyright mb-0">Copyright <script>document.write(new Date().getFullYear())</script> © Designed & Developed by <a
href="http://www.themefisher.com">Themefisher</a>. All rights reserved.
<br> Get More <a href="https://themefisher.com/free-bootstrap-templates/">Free Bootstrap
Templates</a>
</p>
</div>
</div>
</div>
</footer>
<!--Scroll to top-->
<div id="scroll-to-top" class="scroll-to-top">
<span class="icon ion-ios-arrow-up"></span>
</div>
<!--
Essential Scripts
=====================================-->
<!-- Main jQuery -->
<script src="plugins/jquery/jquery.min.js"></script>
<!-- Bootstrap 3.1 -->
<script src="plugins/bootstrap/bootstrap.min.js"></script>
<!-- slick Carousel -->
<script src="plugins/slick/slick.min.js"></script>
<script src="plugins/magnific-popup/jquery.magnific-popup.min.js"></script>
<!-- filter -->
<script src="plugins/shuffle/shuffle.min.js"></script>
<script src="plugins/SyoTimer/jquery.syotimer.min.js"></script>
<!-- Google Map -->
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyCcABaamniA6OL5YvYSpB3pFMNrXwXnLwU&libraries=places"></script>
<script src="plugins/google-map/map.js"></script>
<script src="assets/js/template_script.js"></script>
</body>
</html>