-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
656 lines (597 loc) · 32.3 KB
/
Copy pathindex.html
File metadata and controls
656 lines (597 loc) · 32.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
453
454
455
456
457
458
459
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
<!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, maximum-scale=1.0, user-scalable=no">
<title>OffCrypt: Secure Message Encryption for Android</title>
<meta name="description"
content="Best secure messaging app without internet - OffCrypt offers military grade encryption for Android with offline file encryption, self-destructing messages, RSA 4096.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2025-11-06">
<meta name="robots" content="index, follow">
<link rel="canonical" href="https://www.dev-offcode.com/">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/">
<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">
<link rel="manifest" href="/manifest.json">
<!-- Preload critical resources -->
<link rel="preload" href="styles.css?v=2.9.5" as="style">
<link rel="preload"
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700;800&display=swap"
as="style">
<link rel="preload" href="OffCrypt-Android.jpg" as="image">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<meta name="msapplication-config" content="/browserconfig.xml">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/">
<meta property="og:title" content="OffCrypt: Secure Message Encryption for Android">
<meta property="og:description" content="A fully offline Android application for private and secure communication.">
<meta property="og:image" content="https://www.dev-offcode.com/OffCrypt-Android.jpg">
<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/">
<meta name="twitter:title" content="OffCrypt: Secure Message Encryption for Android">
<meta name="twitter:description"
content="A fully offline Android application for private and secure communication.">
<meta name="twitter:image" content="https://www.dev-offcode.com/OffCrypt-Android.jpg">
<!-- 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">
<!-- Structured Data Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "MobileApplication",
"name": "OffCrypt",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Android",
"description": "Secure offline encryption app for Android with PGP-style messaging and RSA-4096 encryption",
"url": "https://www.dev-offcode.com/",
"image": "https://www.dev-offcode.com/OffCrypt-Android.jpg",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
},
"downloadUrl": "https://www.dev-offcode.com/",
"inLanguage": ["en"],
"author": {
"@type": "Person",
"@id": "https://www.dev-offcode.com/#author",
"name": "EmptyCode0x86",
"url": "https://www.dev-offcode.com",
"sameAs": [
"https://twitter.com/OffCryptAndroid",
"https://www.instagram.com/off.crypt86/",
"https://www.youtube.com/@OffCrypt",
"https://github.com/emptycode0x86",
"https://bsky.app/profile/off-crypt86.bsky.social",
"https://www.linkedin.com/in/off-crypt-b94175382/"
]
},
"publisher": {
"@type": "Organization",
"@id": "https://www.dev-offcode.com/#organization",
"name": "OffCrypt",
"url": "https://www.dev-offcode.com",
"logo": {
"@type": "ImageObject",
"url": "https://www.dev-offcode.com/OffCrypt-Android.jpg"
},
"sameAs": [
"https://twitter.com/OffCryptAndroid",
"https://www.instagram.com/off.crypt86/",
"https://www.youtube.com/@OffCrypt",
"https://bsky.app/profile/off-crypt86.bsky.social",
"https://www.linkedin.com/in/off-crypt-b94175382/"
]
},
"softwareVersion": "2.0",
"datePublished": "2024-01-01",
"dateModified": "2025-11-06",
"featureList": [
"AES-256 encryption",
"RSA-4096 security",
"Offline messaging",
"Self-destructing messages",
"File encryption",
"PGP-style messaging"
],
"screenshot": [
"https://www.dev-offcode.com/OffCrypt-Android.jpg"
],
"softwareHelp": {
"@type": "CreativeWork",
"name": "OffCrypt Documentation",
"url": "https://www.dev-offcode.com/changelog.html"
}
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "Does OffCrypt work without internet connection?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! OffCrypt is a fully offline Android application. All encryption and decryption happens locally on your device, ensuring your messages never leave your phone or touch any servers."
}
},
{
"@type": "Question",
"name": "What encryption algorithms does OffCrypt use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OffCrypt uses RSA-4096 for key exchange, AES-256 for message encryption, and supports PGP-style cryptography. These are standard, widely reviewed algorithms."
}
},
{
"@type": "Question",
"name": "How do self-destructing messages work?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Self-destructing messages automatically delete themselves after being read or after a specified time period. Once deleted, the encrypted data is securely wiped from your device and cannot be recovered."
}
},
{
"@type": "Question",
"name": "Can I encrypt files with OffCrypt?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! OffCrypt supports file encryption for any file type. You can encrypt documents, photos, videos, and other files using the same strong encryption as messages."
}
},
{
"@type": "Question",
"name": "Is OffCrypt free to use?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, OffCrypt is completely free and open source. There are no hidden costs, subscriptions, or premium features. All encryption features are available to everyone."
}
},
{
"@type": "Question",
"name": "What Android versions are supported?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OffCrypt supports Android 5.0 (Lollipop) and newer versions. The app is optimized for modern Android devices while maintaining compatibility with older phones."
}
}
]
}
</script>
<!-- Google Fonts -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link
href="https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&family=JetBrains+Mono:wght@400;500;600;700;800&display=swap"
rel="stylesheet">
<link rel="stylesheet" href="styles.css?v=2.9.5">
<link rel="stylesheet" href="gallery-simple.css?v=2.8.0">
<!-- Tracking scripts loaded via cookie-consent.js after user consent -->
</head>
<body>
<!-- Sidebar Navigation -->
<aside class="sidebar">
<div class="sidebar-header">
<div class="sidebar-title">OffCode</div>
</div>
<nav class="sidebar-nav">
<ul class="sidebar-menu">
<li class="menu-item active">
<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">
<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>
<!-- App Description Section -->
<section class="intro-section">
<div class="intro-container">
<div class="intro-content">
<!-- Hero Header -->
<h1 class="hero-title">🔐 OffCrypt - Android</h1>
<p class="hero-subtitle">Open-source</p>
<div class="hero-glow-divider"></div>
<p class="intro-description lead-text">
OffCrypt is an offline encryption app for secure text and file
encryption using well-known cryptographic algorithms. A secure messaging app
that works without an internet connection, with both password-based and RSA public-key encryption
(AES-256 and RSA-4096) for Android.
</p>
<p class="intro-description">
This is a fully offline file encryption app - it does not connect to the internet or collect
any user data. All encryption and decryption happens locally on your device. Perfect for
journalists, business professionals, and privacy-conscious users who need secure document
sharing on Android without cloud dependencies.
</p>
<p class="intro-description">
Key features include self-destructing messages for Android, secure file deletion, how to
encrypt files on Android offline capabilities, and instant RSA 4096 encryption mobile app
functionality without account registration. Built for Android in Kotlin with zero data
collection policy for private messaging.
</p>
<p class="intro-description">
Need a <a href="ScreenLockBuilder.html">Windows screen lock</a>? Build a portable screen
locker for Windows with a custom message and password.
</p>
<div class="intro-highlights">
<div class="highlight-item">
<span class="highlight-icon">🔑</span>
<span class="highlight-text">PGP-Style Public Key Cryptography</span>
</div>
<div class="highlight-item">
<span class="highlight-icon">💻</span>
<span class="highlight-text">Open-source</span>
</div>
<div class="highlight-item">
<span class="highlight-icon">🔒</span>
<span class="highlight-text">Fully Offline application</span>
</div>
<div class="highlight-item">
<span class="highlight-icon">📄</span>
<span class="highlight-text">File Encryption</span>
</div>
</div>
</div>
</div>
</section>
<!-- Modern Section Divider -->
<div class="section-divider"></div>
<!-- Modern Horizontal Scrolling Gallery -->
<section id="pictures" class="image-gallery-container">
<div class="gallery-header">
<h2 class="gallery-title" style="color: white;">📱 Screenshots</h2>
<p class="gallery-subtitle">Explore the app interface • <span class="scroll-hint">👈 Scroll
horizontally</span></p>
</div>
<div class="image-gallery">
<div class="image-card featured" data-image="OffCrypt-Android.jpg" data-title="" data-desc="">
<img src="OffCrypt-Android.jpg" alt="OffCrypt Android app main interface">
<div class="image-overlay">
<div class="zoom-icon">🔍</div>
</div>
</div>
<div class="image-card" data-image="OffCryptDecryption.jpg" data-title="" data-desc="">
<img src="OffCryptDecryption.jpg" alt="OffCrypt decryption interface with RSA 4096 encryption">
<div class="image-overlay">
<div class="zoom-icon">🔍</div>
</div>
</div>
<div class="image-card" data-image="FileSettings.jpg" data-title="" data-desc="">
<img src="FileSettings.jpg" alt="OffCrypt security settings with AES-256 encryption">
<div class="image-overlay">
<div class="zoom-icon">🔍</div>
</div>
</div>
<div class="image-card" data-image="FileEncryption.jpg" data-title="" data-desc="">
<img src="FileEncryption.jpg" alt="OffCrypt file encryption interface">
<div class="image-overlay">
<div class="zoom-icon">🔍</div>
</div>
</div>
<div class="image-card" data-image="FileDecryption.jpg" data-title="" data-desc="">
<img src="FileDecryption.jpg" alt="OffCrypt file decryption settings panel">
<div class="image-overlay">
<div class="zoom-icon">🔍</div>
</div>
</div>
</div>
</section>
<!-- Custom Image Modal -->
<div id="imageModal" class="image-modal">
<div class="modal-backdrop"></div>
<div class="modal-content">
<button class="modal-close" aria-label="Close">×</button>
<div class="modal-nav">
<button class="modal-prev" aria-label="Previous">‹</button>
<button class="modal-next" aria-label="Next">›</button>
</div>
<img id="modalImage" src="" alt="">
<div class="modal-info">
<h3 id="modalTitle"></h3>
<p id="modalDesc"></p>
</div>
<div class="modal-counter">
<span id="modalCounter">1 / 4</span>
</div>
</div>
</div>
<!-- Modern Divider -->
<div class="section-divider"></div>
<!-- Features Section -->
<section id="features" class="features-section">
<div class="features-container">
<h2 class="features-title">🔐 Features</h2>
<p class="features-subtitle">Explore all 36+ security features</p>
<div class="features-grid">
<!-- Cryptography Feature -->
<div class="feature-card">
<div class="feature-icon">🔐</div>
<h3>Modern Cryptography</h3>
<p>Encryption algorithms</p>
<ul class="feature-list">
<li>🔑 RSA-2048 & RSA-4096</li>
<li>🛡️ AES-256-GCM encryption</li>
<li>🔐 PBKDF2 key derivation</li>
<li>🏷️ HmacSHA256 integrity</li>
<li>⚡ SHA-256 hash functions</li>
<li>🎲 SecureRandom generation</li>
</ul>
</div>
<!-- Advanced Security Feature -->
<div class="feature-card">
<div class="feature-icon">✨</div>
<h3>Advanced Security</h3>
<p>Protection features</p>
<ul class="feature-list">
<li>✍️ Digital signatures</li>
<li>🔄 Perfect Forward Secrecy</li>
<li>⏰ Expiring messages</li>
<li>🔥 Burn After Reading</li>
<li>🔒 Version detection</li>
</ul>
</div>
<!-- Attack Protection Feature -->
<div class="feature-card">
<div class="feature-icon">🛡️</div>
<h3>Attack Protection</h3>
<p>Defense against sophisticated threats</p>
<ul class="feature-list">
<li>⚖️ Constant-time operations</li>
<li>🔍 Data validation</li>
<li>❌ Replay attack prevention</li>
<li>🔐 Side-channel protection</li>
<li>🛡️ MITM protection</li>
</ul>
</div>
<!-- Memory Safety Feature -->
<div class="feature-card">
<div class="feature-icon">🧹</div>
<h3>Memory Safety</h3>
<p>Complete sensitive data protection</p>
<ul class="feature-list">
<li>🧹 Data scrubbing (3x overwrite)</li>
<li>💾 Char/ByteArray wiping</li>
<li>♻️ Aggressive Garbage Collection</li>
<li>📋 Log buffer clearing</li>
<li>🔄 String pool cleanup</li>
</ul>
</div>
<!-- UI Security Feature -->
<div class="feature-card">
<div class="feature-icon">📱</div>
<h3>UI Security</h3>
<p>Advanced interface protection</p>
<ul class="feature-list">
<li>📋 Secure Clipboard</li>
<li>🔒 Lifecycle cleanup</li>
<li>⏸️ Background cleanup</li>
<li>🚨 Burn dialog warnings</li>
<li>👁️ Screenshot protection</li>
</ul>
</div>
<!-- Professional Features -->
<div class="feature-card">
<div class="feature-icon">⚙️</div>
<h3>Features</h3>
<p>Advanced cryptographic capabilities</p>
<ul class="feature-list">
<li>🧠 RSA OAEP + SHA-256</li>
<li>📜 RSA signature with SHA-512</li>
<li>📦 Version Byte detection</li>
<li>🔁 Metadata fallback</li>
<li>📤 Encrypted file export</li>
<li>🔒 Encrypted RSA keystore</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Download Section -->
<section id="download" class="download-section">
<div class="download-container download-container-desktop">
<h2 class="download-title">🚀 Download now</h2>
<div class="version-notice">
<p><strong>📢 Latest v2.0 available, F-Droid v1.0 coming soon</strong></p>
</div>
<a href="https://github.com/EmptyCode0x86/OffCryptPage/releases/download/v2.0.0/OffCrypt.apk"
class="button primary-download" target="_blank" rel="noopener noreferrer"
aria-label="Download OffCrypt">
⬇️ Download OffCrypt (.apk)
</a>
<a href="https://github.com/EmptyCode0x86/Off_crypt1" class="button secondary-download"
target="_blank" rel="noopener noreferrer" aria-label="View OffCrypt on GitHub">
💻 View on GitHub
</a>
<a href="changelog.html" class="button secondary-download" aria-label="View OffCrypt Changelog">
📝 Changelog
</a>
<p class="download-info">Free • No ads • Open source • GPL-3.0 License</p>
<div class="security-badges">
<span class="badge">🔐 RSA-4096</span>
<span class="badge">🛡️ AES-256-GCM</span>
<span class="badge">🔥 Burn After Reading</span>
<span class="badge">⚡ Perfect Forward Secrecy</span>
</div>
</div>
</section>
<!-- PIA Horizontal Banner -->
<section class="pia-banner-section">
<div class="pia-banner-container">
<div class="pia-banner-content">
<h3>🔒 Complete Your Privacy Protection</h3>
<p>You've secured your messages with OffCrypt - now protect your internet connection too</p>
<p class="pia-highlight"><strong>Multi-hop:</strong> Channel traffic through additional servers
for extra encryption layers</p>
<a href='https://www.privateinternetaccess.com/pages/buy-vpn/npw' class="pia-banner-btn"
title='Get Private Internet Access VPN'>
🛡️ Complete Protection
</a>
</div>
<div class="pia-banner-logo">
<a href='https://www.privateinternetaccess.com/pages/buy-vpn/npw'
title='Private Internet Access VPN'>
<img alt='Private Internet Access - Complete Privacy Protection' border='0'
src='PIALogo.png'>
</a>
</div>
</div>
</section>
</section>
<div style="text-align: center; margin-top: 50px; margin-bottom: 50px;">
<a href="https://startupfa.me/s/offcrypt?utm_source=www.dev-offcode.com" target="_blank"
rel="noopener noreferrer">
<img src="https://startupfa.me/badges/featured-badge-small.webp"
alt="OffCrypt - Featured on Startup Fame" width="224" height="36" />
</a>
</div>
<section class="features-section">
<div class="features-container">
<h2 class="features-title">Explore related privacy tools</h2>
<p class="features-subtitle">Connect your Android encryption workflow with the most relevant
Windows-side tools on this site.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">💻</div>
<h3>OffCrypt Desktop for Windows</h3>
<p>Continue the same offline encryption mindset on Windows with local messaging, secure file
handling, and modern cryptography.</p>
<a href="OffCryptDesktop.html" class="button secondary-download">Explore OffCrypt
Desktop</a>
</div>
<div class="feature-card">
<div class="feature-icon">🔒</div>
<h3>Windows Screen Lock Builder</h3>
<p>Need device-level protection too? Build a custom Windows screen lock to secure access in
addition to encrypted communication.</p>
<a href="ScreenLockBuilder.html" class="button secondary-download">View Screen Lock
Builder</a>
</div>
<div class="feature-card">
<div class="feature-icon">📝</div>
<h3>Track Android updates</h3>
<p>Review the latest OffCrypt release notes to see new encryption, file protection, and
messaging improvements.</p>
<a href="changelog.html" class="button secondary-download">Read OffCrypt changelog</a>
</div>
</div>
</div>
</section>
</main>
</div>
<!-- Application JavaScript -->
<script src="script.js" defer></script>
<script src="gallery.js" defer></script>
<!-- Cookie Consent Banner -->
<link rel="stylesheet" href="cookie-consent.css">
<script src="cookie-consent.js" defer></script>
</body>
</html>