-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathOffCryptDesktop.html
More file actions
726 lines (662 loc) Β· 36.5 KB
/
Copy pathOffCryptDesktop.html
File metadata and controls
726 lines (662 loc) Β· 36.5 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
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
<!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 Desktop β Windows PC Encryption Suite</title>
<meta name="description"
content="OffCrypt Desktop β PC encryption for Windows 10 and 11. NIST 2024 compliant ECDH+HKDF+AES-GCM and X25519 cryptography. Disappearing messages, identity management, secure file operations.">
<meta name="author" content="OffCrypt">
<meta name="last-modified" content="2026-07-19">
<meta name="robots" content="index, follow">
<!-- Security Headers -->
<link rel="canonical" href="https://www.dev-offcode.com/OffCryptDesktop.html">
<link rel="alternate" hreflang="en" href="https://www.dev-offcode.com/OffCryptDesktop.html">
<link rel="alternate" hreflang="x-default" href="https://www.dev-offcode.com/OffCryptDesktop.html">
<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.8.0" as="style">
<link rel="preload" href="gallery-simple.css?v=2.8.0" as="style">
<link rel="preload" href="OffCrypt-Windows.jpg" as="image">
<!-- Core Web Vitals optimization -->
<meta name="theme-color" content="#00ff88">
<meta name="msapplication-TileColor" content="#00ff88">
<meta property="og:type" content="website">
<meta property="og:locale" content="en_US">
<meta property="og:url" content="https://www.dev-offcode.com/OffCryptDesktop.html">
<meta property="og:title" content="OffCrypt Desktop β Windows PC Encryption Suite">
<meta property="og:description" content="PC encryption for Windows 10 and 11 β fully offline app for private and secure communication.">
<meta property="og:image" content="https://www.dev-offcode.com/OffCrypt-Windows.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/OffCryptDesktop.html">
<meta name="twitter:title" content="OffCrypt Desktop β Windows PC Encryption Suite">
<meta name="twitter:description"
content="PC encryption for Windows 10 and 11 β fully offline app for private and secure communication.">
<meta name="twitter:image" content="https://www.dev-offcode.com/OffCrypt-Windows.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": "SoftwareApplication",
"name": "OffCrypt Desktop",
"applicationCategory": "SecurityApplication",
"operatingSystem": "Windows",
"description": "Windows encryption application with NIST 2024 compliant ECDH+HKDF+AES-GCM and X25519 cryptography",
"url": "https://www.dev-offcode.com/OffCryptDesktop.html",
"image": "https://www.dev-offcode.com/OffCrypt-Windows.jpg",
"offers": {
"@type": "Offer",
"price": "0",
"priceCurrency": "EUR",
"availability": "https://schema.org/InStock"
},
"downloadUrl": "https://www.dev-offcode.com/OffCryptDesktop.html",
"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-Windows.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": "1.0",
"datePublished": "2025-01-01",
"dateModified": "2025-11-06"
}
</script>
<!-- FAQ Schema -->
<script type="application/ld+json">
{
"@context": "https://schema.org",
"@type": "FAQPage",
"mainEntity": [
{
"@type": "Question",
"name": "What is ECDH+HKDF+AES-GCM encryption?",
"acceptedAnswer": {
"@type": "Answer",
"text": "ECDH (Elliptic Curve Diffie-Hellman) generates shared secrets, HKDF (HMAC-based Key Derivation Function) derives encryption keys, and AES-GCM provides authenticated encryption. This combination follows NIST 2024 guidance for modern authenticated encryption."
}
},
{
"@type": "Question",
"name": "Does OffCrypt Desktop require internet connection?",
"acceptedAnswer": {
"@type": "Answer",
"text": "No, OffCrypt Desktop is fully offline. All encryption and decryption operations happen locally on your Windows computer without any network communication."
}
},
{
"@type": "Question",
"name": "What is X25519 cryptography?",
"acceptedAnswer": {
"@type": "Answer",
"text": "X25519 is a modern elliptic curve algorithm designed by Daniel J. Bernstein. It provides fast, secure public-key encryption and is recommended by security experts worldwide for its resistance to side-channel attacks."
}
},
{
"@type": "Question",
"name": "Can I use OffCrypt Desktop for file encryption?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes! OffCrypt Desktop supports secure file encryption and decryption for any file type. Files are encrypted using the same NIST-compliant algorithms as text messages."
}
},
{
"@type": "Question",
"name": "What Windows versions are supported?",
"acceptedAnswer": {
"@type": "Answer",
"text": "OffCrypt Desktop works on Windows 10 and Windows 11. The application requires .NET Framework 4.8 or newer, which is included in modern Windows installations."
}
},
{
"@type": "Question",
"name": "Is OffCrypt Desktop open source?",
"acceptedAnswer": {
"@type": "Answer",
"text": "Yes, OffCrypt Desktop is open source and completely free. You can review the source code, verify the cryptographic implementation, and contribute to the project."
}
}
]
}
</script>
<link rel="stylesheet" href="styles.css?v=2.8.0">
<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">
<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 active">
<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 - Desktop</h1>
<p class="hero-subtitle">Open-source</p>
<div class="hero-glow-divider"></div>
<p class="intro-description lead-text">
OffCrypt Desktop is a Windows PC encryption application providing secure text and file encryption
using cutting-edge cryptographic algorithms. Encrypt files on your Windows PC with both password-based encryption
(ECDH+HKDF+AES-GCM) and X25519 public-key cryptography with NIST 2024 compliance for maximum
security. Works on Windows 10 and Windows 11.
</p>
<p class="intro-description">
This is a completely offline encryption application - no internet connection required or
used. All cryptographic operations happen locally on your Windows PC with zero data
collection. Perfect for professionals, journalists, and privacy-conscious users who need
secure communication without cloud dependencies.
</p>
<p class="intro-description">
Advanced features include disappearing messages with configurable expiration times,
PGP-style identity management with contact trust levels, multiple ECDH curve options, and
file encryption with .enc and .pgp format support. Built for Windows 10 and 11 with
careful memory handling and solid security defaults.
</p>
<p class="intro-description">
Looking for a <a href="ScreenLockBuilder.html">screen locker for Windows</a>? Create a
portable Windows screen lock with your own message.
</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>
<!-- How to Use Section -->
<section id="how-to-use" class="how-to-use-section">
<div class="how-to-use-container">
<h2 class="how-to-use-title">π― How to Use</h2>
<p class="how-to-use-subtitle">Step-by-step guide to secure encryption</p>
<div class="usage-methods">
<!-- Password-Based Method -->
<div class="method-card">
<div class="method-header">
<div class="method-icon">π</div>
<h3>Password-Based Encryption</h3>
<p>Simple and secure password-protected messages</p>
</div>
<div class="method-steps">
<div class="step-item">
<div class="step-number">1</div>
<div class="step-text">
<h4>Set Master Password</h4>
<p>Enter a strong password (8+ characters) and click "Set Password". Stored
securely in memory.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">2</div>
<div class="step-text">
<h4>Encrypt Message</h4>
<p>Type your message, configure disappearing options, then click "Encrypt" to
create secure text.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">3</div>
<div class="step-text">
<h4>Share & Decrypt</h4>
<p>Message auto-copies to clipboard. Share via any channel. Recipients decrypt
with the same password.</p>
</div>
</div>
</div>
</div>
<!-- X25519 Public Key Method -->
<div class="method-card">
<div class="method-header">
<div class="method-icon">π</div>
<h3>X25519 Public Key</h3>
<p>PGP-style secure communication without servers</p>
</div>
<div class="method-steps">
<div class="step-item">
<div class="step-number">1</div>
<div class="step-text">
<h4>Generate Keys</h4>
<p>Click "Generate Keys" to create your X25519 key pair. Keys protected with
Windows DPAPI.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">2</div>
<div class="step-text">
<h4>Share Public Key</h4>
<p>Copy and share your public key with anyone who wants to send you encrypted
messages.</p>
</div>
</div>
<div class="step-item">
<div class="step-number">3</div>
<div class="step-text">
<h4>Import & Communicate</h4>
<p>Import recipient's public key, then send secure messages only they can read.
</p>
</div>
</div>
</div>
</div>
<!-- Advanced Features Method -->
<div class="method-card">
<div class="method-header">
<div class="method-icon">βοΈ</div>
<h3>Advanced Features</h3>
<p>Cryptographic toolkit</p>
</div>
<div class="advanced-features-grid">
<div class="feature-item">
<div class="feature-icon-small">β°</div>
<h4>Disappearing Messages</h4>
<p>Set expiration times for sensitive messages</p>
</div>
<div class="feature-item">
<div class="feature-icon-small">π€</div>
<h4>Identity Management</h4>
<p>PGP-style identities with trust levels</p>
</div>
<div class="feature-item">
<div class="feature-icon-small">π§</div>
<h4>ECDH Configuration</h4>
<p>Choose P-256, P-384, P-521 curves</p>
</div>
<div class="feature-item">
<div class="feature-icon-small">π</div>
<h4>File Operations</h4>
<p>Create .enc and .pgp encrypted files</p>
</div>
</div>
</div>
</div>
</div>
</section>
<!-- PIA Horizontal Banner -->
<section class="pia-banner-section">
<div class="pia-banner-container">
<div class="pia-banner-content">
<h3>π High-Speed VPN Servers in 91 Countries Worldwide</h3>
<p>Connect to any location globally for maximum privacy and unrestricted access</p>
<a href='https://www.privateinternetaccess.com/pages/buy-vpn/npw' class="pia-banner-btn"
title='Get Private Internet Access VPN'>
π Get Global Access
</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 - Global VPN Network' border='0' src='PIALogo.png'>
</a>
</div>
</div>
</section>
<!-- 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 desktop application β’ <span class="scroll-hint">π Scroll
horizontally</span></p>
</div>
<div class="image-gallery">
<div class="image-card featured" data-image="SettingsWindows.png" data-title="" data-desc="">
<img src="SettingsWindows.png" alt="OffCrypt Desktop main interface for Windows">
<div class="image-overlay">
<div class="zoom-icon">π</div>
</div>
</div>
<div class="image-card" data-image="PasswordModeWindows.png" data-title="" data-desc="">
<img src="PasswordModeWindows.png" alt="OffCrypt password mode with AES-256-GCM encryption">
<div class="image-overlay">
<div class="zoom-icon">π</div>
</div>
</div>
<div class="image-card" data-image="PublicKeyModeWindows.png" data-title="" data-desc="">
<img src="PublicKeyModeWindows.png"
alt="Share your public key with anyone who wants to send you encrypted messages">
<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">π Desktop Features</h2>
<p class="features-subtitle">Encryption capabilities for Windows</p>
<div class="features-grid">
<!-- Cryptography Feature -->
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Modern Cryptography</h3>
<ul class="feature-list">
<li>π ECDH + HKDF + AES-GCM</li>
<li>π X25519 + AES-GCM</li>
<li>π‘οΈ AES-256-GCM encryption</li>
<li>π HKDF key derivation</li>
<li>π·οΈ ECDH P-256/P-384/P-521</li>
<li>β‘ Windows DPAPI protection</li>
</ul>
</div>
<!-- Public Key Feature -->
<div class="feature-card">
<div class="feature-icon">β¨</div>
<h3>X25519 Public Key</h3>
<p>PGP-style secure communication</p>
<ul class="feature-list">
<li>π X25519 Key Generation</li>
<li>π€ Identity Management</li>
<li>π€ Contact Trust Levels</li>
<li>β‘ Perfect Forward Secrecy</li>
<li>π Windows DPAPI Storage</li>
</ul>
</div>
<!-- Disappearing Messages Feature -->
<div class="feature-card">
<div class="feature-icon">β°</div>
<h3>Disappearing Messages</h3>
<p>Time-limited secure communication</p>
<ul class="feature-list">
<li>β° Automatic Expiration</li>
<li>π
Flexible Time Units</li>
<li>π Cryptographic Timing</li>
<li>π₯ Permanent Destruction</li>
<li>π‘οΈ Forward Secrecy</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>π Input Validation</li>
<li>β Replay Attack Prevention</li>
<li>π Memory Protection</li>
<li>π‘οΈ Version Detection</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>π Char[] Arrays</li>
<li>π§Ή Automatic Memory Clearing</li>
<li>β»οΈ Forced Garbage Collection</li>
<li>π Clipboard Management</li>
<li>ποΈ Secure Disposal</li>
</ul>
</div>
<!-- File Operations Feature -->
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>File Operations</h3>
<p>Secure file handling and storage</p>
<ul class="feature-list">
<li>π .ENC Files</li>
<li>π .PGP Files</li>
<li>π₯ File Import</li>
<li>πΎ Secure Storage</li>
<li>ποΈ Secure Deletion</li>
</ul>
</div>
</div>
</div>
</section>
<!-- Modern Section Divider -->
<div class="section-divider"></div>
<!-- Download Section -->
<section id="download" class="download-section">
<div class="download-container download-container-desktop">
<h2 class="download-title">π Download</h2>
<div class="version-notice">
<p><strong>π’ Latest version: v1.0</strong></p>
</div>
<a href="https://github.com/EmptyCode0x86/OffCrypt-Desktop-v1.0/releases/download/OffCryptDesktop/OffCrypt.exe"
class="button primary-download" target="_blank" rel="noopener noreferrer"
aria-label="Download OffCrypt for Windows">
β¬οΈ Download OffCrypt for windows (.exe)
</a>
<p class="download-info">Free β’ No ads β’ Open source β’ GPL-3.0 License</p>
<p class="download-info">View on GitHub:</p>
<div style="display: flex; gap: 1rem; flex-wrap: wrap; justify-content: center;">
<a href="https://github.com/EmptyCode0x86/OffCrypt-Desktop-v1.0/"
class="button secondary-download" target="_blank" rel="noopener noreferrer"
aria-label="View OffCrypt on GitHub">
π» View on GitHub
</a>
</div>
<div
style="display: flex; justify-content: center; align-items: center; gap: 20px; margin-top: 20px; flex-wrap: wrap;">
<a href="https://peerpush.net/p/offcrypt-desktop" target="_blank" rel="noopener noreferrer">
<img src="https://peerpush.net/p/offcrypt-desktop/badge.png" alt="OffCrypt Desktop badge"
style="height: 50px; width: auto;" />
</a>
<a href='https://www.saashub.com/offcrypt-desktop?utm_source=badge&utm_campaign=badge&utm_content=offcrypt-desktop&badge_variant=color&badge_kind=approved'
target='_blank' rel="noopener noreferrer">
<img src="https://cdn-b.saashub.com/img/badges/approved-color.png?v=1"
alt="OffCrypt Desktop badge" style="height: 50px; width: auto;" />
</a>
</div>
</div>
</section>
<section class="features-section">
<div class="features-container">
<h2 class="features-title">Build the full encryption stack</h2>
<p class="features-subtitle">Use the desktop suite as part of a broader privacy cluster across
Android and Windows protection tools.</p>
<div class="features-grid">
<div class="feature-card">
<div class="feature-icon">π±</div>
<h3>OffCrypt for Android</h3>
<p>Use the Android version when you need fully offline message encryption and secure file
protection on mobile devices.</p>
<a href="index.html" class="button secondary-download">See the Android app</a>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Windows Screen Lock Builder</h3>
<p>Add workstation locking and local access protection alongside your Windows encryption
workflow.</p>
<a href="ScreenLockBuilder.html" class="button secondary-download">Compare with Screen Lock
Builder</a>
</div>
<div class="feature-card">
<div class="feature-icon">π</div>
<h3>Privacy and data handling</h3>
<p>Review how data, consent, and product-specific licensing information are handled across
the OffCode site.</p>
<a href="PrivacyPolicy.html" class="button secondary-download">Read the privacy policy</a>
</div>
</div>
</div>
</section>
</main>
<!-- Styles have been moved to styles.css -->
<!-- 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>