-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathPrivacyPolicy.html
More file actions
452 lines (415 loc) Β· 26.3 KB
/
Copy pathPrivacyPolicy.html
File metadata and controls
452 lines (415 loc) Β· 26.3 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
<!DOCTYPE html>
<html lang="en" itemscope itemtype="https://schema.org/WebPage">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Privacy Policy - OffCrypt & Screen Lock Builder</title>
<meta name="description"
content="Privacy Policy for OffCrypt products. Learn about our data collection practices, including HWID collection for Premium license activation and our commitment to user privacy.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2026-01-20">
<meta name="robots" content="noindex, follow">
<!-- Security Headers -->
<link rel="icon" type="image/x-icon" href="/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/favicon-16x16.png">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/PrivacyPolicy.html">
<meta property="og:title" content="Privacy Policy - OffCrypt & Screen Lock Builder">
<meta property="og:description"
content="Privacy Policy for OffCrypt products. Learn about our data collection practices and commitment to user privacy.">
<meta property="og:image" content="https://www.dev-offcode.com/ScreenLock1.png">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@OffCryptAndroid">
<meta name="twitter:creator" content="@OffCryptAndroid">
<meta name="twitter:url" content="https://www.dev-offcode.com/PrivacyPolicy.html">
<meta name="twitter:title" content="Privacy Policy - OffCrypt & Screen Lock Builder">
<meta name="twitter:description"
content="Privacy Policy for OffCrypt products. Learn about our data collection practices and commitment to user privacy.">
<meta name="twitter:image" content="https://www.dev-offcode.com/ScreenLock1.png">
<!-- Social Media Links -->
<meta property="og:see_also" content="https://www.instagram.com/off.crypt86/">
<meta property="og:see_also" content="https://www.youtube.com/@OffCrypt">
<meta name="instagram:site" content="@off.crypt86">
<meta name="youtube:channel" content="@OffCrypt">
<link rel="canonical" href="https://www.dev-offcode.com/PrivacyPolicy.html">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/PrivacyPolicy.html">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/PrivacyPolicy.html">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles.css?v=2.8.0" as="style">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<!-- Structured Data Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "WebPage",
"name": "Privacy Policy - OffCrypt & Screen Lock Builder",
"description": "Privacy Policy for OffCrypt products detailing data collection practices",
"url": "https://www.dev-offcode.com/PrivacyPolicy.html",
"inLanguage": "en",
"isPartOf": {
"@type": "WebSite",
"name": "OffCrypt",
"url": "https://www.dev-offcode.com/"
},
"author": {
"@type": "Person",
"name": "EmptyCode0x86"
},
"dateModified": "2026-01-20"
}
</script>
<link rel="stylesheet" href="styles.css?v=2.8.0">
</head>
<body>
<!-- Sidebar Navigation -->
<aside class="sidebar">
<div class="sidebar-header">
<h1 class="sidebar-title">OffCode</h1>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item">
<a href="index.html" class="menu-link">
<span class="menu-icon">π±</span>
<span class="menu-text">Android App</span>
</a>
</li>
<li class="menu-item">
<a href="OffCryptDesktop.html" class="menu-link">
<span class="menu-icon">π»</span>
<span class="menu-text">Desktop App</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilder.html" class="menu-link">
<span class="menu-icon">π</span>
<span class="menu-text">Screen Lock Builder</span>
</a>
</li>
<li class="menu-item">
<a href="ScreenLockBuilderPremium.html" class="menu-link">
<span class="menu-icon">β</span>
<span class="menu-text">Premium Builder</span>
</a>
</li>
<li class="menu-item">
<a href="AutomationTool.html" class="menu-link">
<span class="menu-icon">π€</span>
<span class="menu-text">Automation Tool</span>
</a>
</li>
<li class="menu-item">
<a href="RemoteControl.html" class="menu-link">
<span class="menu-icon">π</span>
<span class="menu-text">Web Remote Control</span>
</a>
</li>
<li class="menu-item">
<a href="TorChatPage.html" class="menu-link">
<span class="menu-icon">π§
</span>
<span class="menu-text">Tor Chat</span>
</a>
</li>
<li class="menu-item">
<a href="https://ko-fi.com/emptyc0de" class="menu-link" target="_blank" rel="noopener noreferrer">
<span class="menu-icon">π</span>
<span class="menu-text">Donate</span>
</a>
</li>
<li class="menu-item">
<a href="PrivacyPolicy.html" class="menu-link active">
<span class="menu-icon">π</span>
<span class="menu-text">Privacy Policy</span>
</a>
</li>
</ul>
</nav>
<div class="sidebar-footer">
<p class="footer-text">Social media</p>
<div class="sidebar-social-divider"></div>
<div class="sidebar-social">
<a href="https://x.com/OffCryptAndroid" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on X">
<span class="sidebar-social-icon">π¦</span>
<span class="sidebar-social-label">X</span>
</a>
<a href="https://www.instagram.com/off.crypt86/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Instagram">
<span class="sidebar-social-icon">πΈ</span>
<span class="sidebar-social-label">Instagram</span>
</a>
<a href="https://www.tiktok.com/@offcrypt0" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on TikTok">
<span class="sidebar-social-icon">π΅</span>
<span class="sidebar-social-label">TikTok</span>
</a>
<a href="https://www.youtube.com/@OffCrypt" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on YouTube">
<span class="sidebar-social-icon">βΆοΈ</span>
<span class="sidebar-social-label">YouTube</span>
</a>
<a href="https://bsky.app/profile/off-crypt86.bsky.social" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on Bluesky">
<span class="sidebar-social-icon">π¦</span>
<span class="sidebar-social-label">Bluesky</span>
</a>
<a href="https://www.linkedin.com/in/off-crypt-b94175382/" target="_blank" rel="noopener noreferrer"
aria-label="Follow OffCrypt on LinkedIn">
<span class="sidebar-social-icon">πΌ</span>
<span class="sidebar-social-label">LinkedIn</span>
</a>
</div>
</div>
</aside>
<!-- Mobile Menu Toggle -->
<button class="mobile-menu-toggle" aria-label="Toggle Menu">
<span class="hamburger"></span>
</button>
<!-- Main Content Wrapper -->
<div class="main-wrapper">
<main>
<!-- Breadcrumb Navigation for SEO (hidden but accessible) -->
<nav aria-label="Breadcrumb"
style="position: absolute; left: -10000px; width: 1px; height: 1px; overflow: hidden;">
<ol style="list-style: none; padding: 0; margin: 0; display: flex; gap: 0.5rem; font-size: 0.9rem;">
<li><a href="https://www.dev-offcode.com/">Home</a></li>
<li>βΊ</li>
<li>Privacy Policy</li>
</ol>
</nav>
<!-- Privacy Policy Section -->
<section class="disclaimer-section">
<div class="disclaimer-container">
<div class="disclaimer-card">
<div class="disclaimer-header">
<div class="warning-icon">π</div>
<h2>Privacy Policy</h2>
<p>Last updated: January 20, 2026</p>
</div>
<div class="disclaimer-content">
<div class="disclaimer-item">
<div class="item-icon">π</div>
<div class="item-content">
<h3>Introduction</h3>
<p>This Privacy Policy explains how OffCrypt and its products ("we", "us", or "our")
collect, use, and protect your information. We are committed to protecting your
privacy and being transparent about our data practices.</p>
</div>
</div>
<div class="disclaimer-item important">
<div class="item-icon">π€</div>
<div class="item-content">
<h3>Data Controller</h3>
<p><strong>Who we are:</strong></p>
<ul class="prohibited-list">
<li><strong>Name:</strong> OffCrypt</li>
<li><strong>Location:</strong> Finland</li>
<li><strong>Email:</strong> <a
href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>Website:</strong> <a
href="https://www.dev-offcode.com">www.dev-offcode.com</a></li>
</ul>
<p>We are the data controller responsible for your personal data.</p>
</div>
</div>
<div class="disclaimer-item important">
<div class="item-icon">π</div>
<div class="item-content">
<h3>Website Visitors</h3>
<p><strong>We do not collect any personal data from visitors to our
website without your consent.</strong> You can browse our website freely
without providing any
personal information. We only use analytics and tracking technologies
if you choose to accept them via our cookie consent banner.</p>
</div>
</div>
<div class="disclaimer-item warning">
<div class="item-icon">πͺ</div>
<div class="item-content">
<h3>Cookies & Tracking Technologies</h3>
<p>Our website uses cookies and similar tracking technologies with your consent.
When you first visit our site, you'll see a cookie consent banner where you can
choose to accept or reject these technologies.</p>
<p><strong>We use the following tracking technologies:</strong></p>
<ul class="prohibited-list">
<li><strong>Ahrefs Analytics</strong> - For website traffic analysis and SEO
insights</li>
<li><strong>Twitter Conversion Tracking</strong> - For measuring advertising
effectiveness</li>
<li><strong>PIA Affiliate</strong> - For tracking affiliate referrals to Private
Internet Access</li>
</ul>
<p><strong>Your choices:</strong></p>
<ul class="prohibited-list">
<li><strong>Accept</strong> - Tracking scripts will be loaded to help us improve
our services</li>
<li><strong>Reject</strong> - No tracking scripts will be loaded; your browsing
remains private</li>
</ul>
<p>Your choice is stored in your browser's localStorage and will be remembered for
future visits.
You can clear your browser's localStorage at any time to reset your cookie
preferences.</p>
</div>
</div>
<div class="disclaimer-item warning">
<div class="item-icon">π</div>
<div class="item-content">
<h3>Screen Lock Builder Premium - HWID Collection</h3>
<p><strong>What data we collect:</strong> Our Premium version collects your Hardware
ID (HWID)</p>
<p><strong>Purpose:</strong> License activation and verification</p>
<p><strong>Legal basis:</strong> Contract - necessary to provide the Premium service
you purchased</p>
<p><strong>Retention period:</strong> For the duration of your lifetime license</p>
<p><strong>How we protect it:</strong></p>
<ul class="prohibited-list">
<li>Used exclusively to validate your license</li>
<li>Not shared with any third parties</li>
<li>Not used for tracking or advertising</li>
<li>Stored securely on our licensing server</li>
</ul>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">π¦</div>
<div class="item-content">
<h3>Free Software Versions</h3>
<p>Our free software versions (OffCrypt Android, OffCrypt Desktop, Screen Lock
Builder Free) do not collect any user data. These applications work entirely
offline and do not communicate with any external servers.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">π</div>
<div class="item-content">
<h3>Third-Party Services</h3>
<p>Our website contains links to third-party services that have their own privacy
policies:</p>
<ul class="prohibited-list">
<li><strong>GitHub</strong> - Software distribution and downloads</li>
<li><strong>Ko-fi</strong> - Donations and Premium purchases</li>
<li><strong>YouTube</strong> - Video tutorials and demos</li>
<li><strong>Social Media</strong> - X, Instagram, TikTok</li>
</ul>
<p>We recommend reviewing their respective privacy policies when using these
services.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">π‘οΈ</div>
<div class="item-content">
<h3>Data Security</h3>
<p>We implement appropriate security measures to protect any data we collect
(Premium HWID). Access to this information is restricted to authorized personnel
only and is used solely for license management purposes.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">βοΈ</div>
<div class="item-content">
<h3>Your Rights Under GDPR</h3>
<p>You have the following rights regarding your personal data:</p>
<ul class="prohibited-list">
<li><strong>Right to access:</strong> Request a copy of your personal data
(HWID)</li>
<li><strong>Right to rectification:</strong> Request correction of inaccurate
data</li>
<li><strong>Right to erasure:</strong> Request deletion of your data ("right to
be forgotten")</li>
<li><strong>Right to restrict processing:</strong> Request limitation of how we
use your data</li>
<li><strong>Right to data portability:</strong> Receive your data in a
structured format</li>
<li><strong>Right to object:</strong> Object to processing of your data</li>
<li><strong>Right to withdraw consent:</strong> Withdraw cookie consent at any
time via localStorage</li>
</ul>
<p>To exercise any of these rights, please contact us at <a
href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></p>
</div>
</div>
<div class="disclaimer-item important">
<div class="item-icon">ποΈ</div>
<div class="item-content">
<h3>Right to Lodge a Complaint</h3>
<p>If you believe we are not handling your personal data properly, you have the
right to lodge a complaint with a Data Protection Authority (DPA).</p>
<p><strong>EU/EEA residents:</strong> Contact your local Data Protection Authority
</p>
<p><strong>Finland:</strong> Tietosuojavaltuutettu - <a href="https://tietosuoja.fi"
target="_blank" rel="noopener noreferrer">tietosuoja.fi</a></p>
<p>You can find your local DPA at: <a
href="https://edpb.europa.eu/about-edpb/board/members_en" target="_blank"
rel="noopener noreferrer">European Data Protection Board</a></p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">π</div>
<div class="item-content">
<h3>Changes to This Policy</h3>
<p>We may update this Privacy Policy from time to time. Any changes will be posted
on this page with an updated revision date. We encourage you to review this
policy periodically.</p>
</div>
</div>
<div class="disclaimer-item">
<div class="item-icon">π§</div>
<div class="item-content">
<h3>Contact Us</h3>
<p>If you have any questions about this Privacy Policy or our data practices, please
contact us at:</p>
<ul class="prohibited-list">
<li><strong>Email:</strong> <a
href="mailto:support@dev-offcode.com">support@dev-offcode.com</a></li>
<li><strong>SimpleX Chat:</strong> <a
href="https://smp8.simplex.im/a#V_n6HPxP_bRia3exxV-cuW_k-aNYaL5ZiUV72SzDbEs"
target="_blank" rel="noopener noreferrer">Add Contact</a></li>
<li><strong>Download SimpleX:</strong> <a href="https://simplex.chat/downloads/"
target="_blank" rel="noopener noreferrer">Get App</a></li>
</ul>
<p>You can also reach out through our social media channels listed on our website.
</p>
</div>
</div>
</div>
<div class="disclaimer-actions">
<a href="index.html" class="disclaimer-btn accept-btn">
<span class="btn-icon">π </span>
<span class="btn-text">Return to Home</span>
</a>
<a href="OffCryptDesktop.html" class="disclaimer-btn decline-btn">
<span class="btn-icon">π»</span>
<span class="btn-text">View Desktop App</span>
</a>
</div>
<div class="purchase-instructions-box" style="margin-top: 2rem;">
<h3 class="instructions-title">Related product pages</h3>
<p class="instructions-intro">This policy supports the whole site, so keep internal links
neutral and route users back to the main product pages instead of one single offer.</p>
<div
style="display: flex; flex-wrap: wrap; gap: 1rem; justify-content: center; margin-top: 1.5rem;">
<a href="index.html" class="button secondary-download">OffCrypt Android</a>
<a href="OffCryptDesktop.html" class="button secondary-download">OffCrypt Desktop</a>
<a href="ScreenLockBuilder.html" class="button secondary-download">Screen Lock
Builder</a>
<a href="AutomationTool.html" class="button secondary-download">Automation Tool</a>
</div>
</div>
</div>
</div>
</section>
</main>
</div>
<script src="script.js" defer></script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>