forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 22
/
Copy pathmobile-privacy.html
54 lines (53 loc) · 2.23 KB
/
mobile-privacy.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
---
title: Privacy Policy
---
<meta name="viewport" content="width=device-width">
<style>
.bc-content {
font-family: 'Open Sans','Helvetica Neue', Helvetica, Arial, sans-serif;
font-size: 1rem;
line-height: 1.6;
color: #4E5B6F;
padding: 0 10px;
}
.bc-content ul {
padding-left: 30px;
}
.bc-content ol > li > ul {
padding-left: 10px;
}
.bc-content ol {
padding-left: 20px;
}
</style>
<div class="bc-content">
<h2>PRIVACY POLICY</h2>
<p>Blockcerts is a free mobile app, published by Learning Machine, to carry and share certificates that are cryptographically signed, tamper proof, and independently verifiable using the blockchain. No information about you or your certificates is ever shared, except to the original issuer of your certificates.</p>
<h3>INFORMATION WE HAVE</h3>
<p>Certain information (e.g. a recipient's public key, an encrypted certificate hash, etc.) is transmitted to us solely for the purpose of performing the service and is not used for any other purpose.</p>
<ol>
<li>
<h4>Information we store</h4>
<ul>
<li>No personally identifiable data is stored in the mobile app.</li>
<li>Stored certificates are not directly tied to personally identifiable information within the mobile app. Identification is pseudo-anonymous via generated keys.</li>
<li>Randomly generated authentication tokens, keys, push tokens, etc. necessary for setting up a connection between you and an issuer or your issued certificates.</li>
<li>Any messages sent from issuers of your certificates to the mobile app.</li>
</ul>
</li>
<li>
<h4>Transient information</h4>
<ul>
<li>IP addresses may be kept in memory for rate limiting or to prevent abuse.</li>
<li>Counts for certificate shares.</li>
</ul>
</li>
</ol>
<h3>INFORMATION WE MAY SHARE</h3>
<p>We do not share your information with companies, organizations, or individuals unless one of the following circumstances applies:</p>
<ul>
<li>You instruct us to through normal use of the app.</li>
<li>We are legally compelled to.</li>
</ul>
<p>We will update this privacy policy as needed so that it is current, accurate, and as clear as possible.</p>
</div>