-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
459 lines (424 loc) · 23.3 KB
/
Copy pathindex.html
File metadata and controls
459 lines (424 loc) · 23.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
<!DOCTYPE html>
<html lang="en" data-theme="dark">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>PrivacyTools — Protect Your Digital Life</title>
<link rel="stylesheet" href="style.css" />
<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@400;500;600;700;800&display=swap" rel="stylesheet" />
</head>
<body>
<!-- ─── NAVBAR ─── -->
<nav class="navbar" id="navbar">
<div class="container nav-content">
<a href="#" class="logo">
<svg class="logo-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2L3 7v5c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-9-5z"/><path d="M9 12l2 2 4-4"/></svg>
<span>PrivacyTools</span>
</a>
<div class="nav-links">
<a href="#categories">Categories</a>
<a href="#why-privacy">Why Privacy</a>
<a href="#faq">FAQ</a>
</div>
<button class="theme-toggle" id="themeToggle" aria-label="Toggle theme">
<svg class="icon-sun" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><circle cx="12" cy="12" r="5"/><line x1="12" y1="1" x2="12" y2="3"/><line x1="12" y1="21" x2="12" y2="23"/><line x1="4.22" y1="4.22" x2="5.64" y2="5.64"/><line x1="18.36" y1="18.36" x2="19.78" y2="19.78"/><line x1="1" y1="12" x2="3" y2="12"/><line x1="21" y1="12" x2="23" y2="12"/><line x1="4.22" y1="19.78" x2="5.64" y2="18.36"/><line x1="18.36" y1="5.64" x2="19.78" y2="4.22"/></svg>
<svg class="icon-moon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M21 12.79A9 9 0 1 1 11.21 3 7 7 0 0 0 21 12.79z"/></svg>
</button>
<button class="mobile-menu-btn" id="mobileMenuBtn" aria-label="Menu">
<span></span><span></span><span></span>
</button>
</div>
</nav>
<!-- ─── HERO ─── -->
<header class="hero">
<div class="hero-glow"></div>
<div class="container hero-content">
<span class="hero-badge">🔐 Open Source & Transparent</span>
<h1>Take Back Your <span class="gradient-text">Digital Privacy</span></h1>
<p class="hero-subtitle">Curated collection of the best privacy-respecting apps, tools, and services — all vetted by the community.</p>
<div class="hero-actions">
<a href="#categories" class="btn btn-primary">Explore Tools</a>
<a href="#why-privacy" class="btn btn-outline">Why Privacy Matters</a>
</div>
<div class="hero-stats">
<div class="stat"><strong>50+</strong><span>Tools Listed</span></div>
<div class="stat"><strong>8</strong><span>Categories</span></div>
<div class="stat"><strong>100%</strong><span>Free & Open</span></div>
</div>
</div>
</header>
<!-- ─── CATEGORIES ─── -->
<section class="section" id="categories">
<div class="container">
<div class="section-header">
<h2>Privacy Tool Categories</h2>
<p>Browse our curated selection organized by what you need to protect.</p>
</div>
<div class="category-filter" id="categoryFilter">
<button class="filter-btn active" data-filter="all">All</button>
<button class="filter-btn" data-filter="browser">Browsers</button>
<button class="filter-btn" data-filter="messenger">Messengers</button>
<button class="filter-btn" data-filter="email">Email</button>
<button class="filter-btn" data-filter="vpn">VPN</button>
<button class="filter-btn" data-filter="search">Search</button>
<button class="filter-btn" data-filter="os">Operating Systems</button>
<button class="filter-btn" data-filter="password">Passwords</button>
<button class="filter-btn" data-filter="cloud">Cloud Storage</button>
</div>
<div class="tools-grid" id="toolsGrid">
<!-- BROWSERS -->
<article class="tool-card" data-category="browser">
<div class="card-header">
<div class="card-icon browser-icon">🦊</div>
<span class="card-badge">Browser</span>
</div>
<h3>Firefox</h3>
<p>Open-source browser with strong privacy settings, enhanced tracking protection, and a massive extension ecosystem.</p>
<div class="card-tags"><span>Open Source</span><span>Cross-Platform</span></div>
<a href="https://www.mozilla.org/firefox/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="browser">
<div class="card-header">
<div class="card-icon browser-icon">🧅</div>
<span class="card-badge">Browser</span>
</div>
<h3>Tor Browser</h3>
<p>Routes traffic through multiple relays to anonymize your browsing. The gold standard for anonymous web access.</p>
<div class="card-tags"><span>Anonymity</span><span>Open Source</span></div>
<a href="https://www.torproject.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="browser">
<div class="card-header">
<div class="card-icon browser-icon">🦁</div>
<span class="card-badge">Browser</span>
</div>
<h3>Brave</h3>
<p>Chromium-based browser with built-in ad & tracker blocking, fingerprinting protection, and optional Tor windows.</p>
<div class="card-tags"><span>Ad Blocking</span><span>Fast</span></div>
<a href="https://brave.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="browser">
<div class="card-header">
<div class="card-icon browser-icon">🌊</div>
<span class="card-badge">Browser</span>
</div>
<h3>Mullvad Browser</h3>
<p>Collaboration between Mullvad VPN and the Tor Project. Designed to minimize fingerprinting without the Tor network.</p>
<div class="card-tags"><span>Anti-Fingerprint</span><span>Open Source</span></div>
<a href="https://mullvad.net/en/browser" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- MESSENGERS -->
<article class="tool-card" data-category="messenger">
<div class="card-header">
<div class="card-icon messenger-icon">💬</div>
<span class="card-badge">Messenger</span>
</div>
<h3>Signal</h3>
<p>End-to-end encrypted messaging, voice, and video calls. Considered the gold standard for private communication.</p>
<div class="card-tags"><span>E2EE</span><span>Open Source</span></div>
<a href="https://signal.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="messenger">
<div class="card-header">
<div class="card-icon messenger-icon">🔗</div>
<span class="card-badge">Messenger</span>
</div>
<h3>Element (Matrix)</h3>
<p>Decentralized communication platform built on the Matrix protocol. Self-hostable with end-to-end encryption.</p>
<div class="card-tags"><span>Decentralized</span><span>Self-Host</span></div>
<a href="https://element.io/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="messenger">
<div class="card-header">
<div class="card-icon messenger-icon">🗨️</div>
<span class="card-badge">Messenger</span>
</div>
<h3>Session</h3>
<p>No phone number required. Decentralized, onion-routed messaging with no metadata collection.</p>
<div class="card-tags"><span>Anonymous</span><span>Decentralized</span></div>
<a href="https://getsession.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="messenger">
<div class="card-header">
<div class="card-icon messenger-icon">🔒</div>
<span class="card-badge">Messenger</span>
</div>
<h3>Briar</h3>
<p>Peer-to-peer encrypted messaging that works via Tor, Wi-Fi, or Bluetooth. Designed for activists and journalists.</p>
<div class="card-tags"><span>P2P</span><span>Offline Capable</span></div>
<a href="https://briarproject.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- EMAIL -->
<article class="tool-card" data-category="email">
<div class="card-header">
<div class="card-icon email-icon">📧</div>
<span class="card-badge">Email</span>
</div>
<h3>ProtonMail</h3>
<p>End-to-end encrypted email based in Switzerland. Zero-access encryption means even Proton can't read your mail.</p>
<div class="card-tags"><span>E2EE</span><span>Swiss Privacy</span></div>
<a href="https://proton.me/mail" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="email">
<div class="card-header">
<div class="card-icon email-icon">📮</div>
<span class="card-badge">Email</span>
</div>
<h3>Tuta</h3>
<p>Encrypted email service from Germany. Encrypts subject lines, body, and attachments. Calendar included.</p>
<div class="card-tags"><span>E2EE</span><span>Calendar</span></div>
<a href="https://tuta.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="email">
<div class="card-header">
<div class="card-icon email-icon">✉️</div>
<span class="card-badge">Email</span>
</div>
<h3>SimpleLogin</h3>
<p>Email aliasing service that lets you create unlimited aliases to hide your real email address from trackers and spam.</p>
<div class="card-tags"><span>Aliases</span><span>Open Source</span></div>
<a href="https://simplelogin.io/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- VPN -->
<article class="tool-card" data-category="vpn">
<div class="card-header">
<div class="card-icon vpn-icon">🛡️</div>
<span class="card-badge">VPN</span>
</div>
<h3>Mullvad VPN</h3>
<p>No email, no account — pay with cash or crypto. Audited, open-source, and based in Sweden. No logs, ever.</p>
<div class="card-tags"><span>No Logs</span><span>Anonymous Signup</span></div>
<a href="https://mullvad.net/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="vpn">
<div class="card-header">
<div class="card-icon vpn-icon">🔑</div>
<span class="card-badge">VPN</span>
</div>
<h3>ProtonVPN</h3>
<p>Free tier available. Swiss-based, no-logs VPN with Secure Core servers for extra protection. Open-source clients.</p>
<div class="card-tags"><span>Free Tier</span><span>Swiss Privacy</span></div>
<a href="https://protonvpn.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="vpn">
<div class="card-header">
<div class="card-icon vpn-icon">⚡</div>
<span class="card-badge">VPN</span>
</div>
<h3>IVPN</h3>
<p>Privacy-focused VPN with no tracking, no logs, and anonymous accounts. Multi-hop and WireGuard support.</p>
<div class="card-tags"><span>Multi-Hop</span><span>WireGuard</span></div>
<a href="https://www.ivpn.net/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- SEARCH ENGINES -->
<article class="tool-card" data-category="search">
<div class="card-header">
<div class="card-icon search-icon">🔍</div>
<span class="card-badge">Search</span>
</div>
<h3>DuckDuckGo</h3>
<p>The most popular private search engine. No tracking, no profiling, and no filter bubbles. Instant answers built-in.</p>
<div class="card-tags"><span>No Tracking</span><span>Bangs</span></div>
<a href="https://duckduckgo.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="search">
<div class="card-header">
<div class="card-icon search-icon">🌐</div>
<span class="card-badge">Search</span>
</div>
<h3>SearXNG</h3>
<p>Self-hostable metasearch engine that aggregates results from 70+ sources without tracking. Fully customizable.</p>
<div class="card-tags"><span>Self-Host</span><span>Metasearch</span></div>
<a href="https://docs.searxng.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="search">
<div class="card-header">
<div class="card-icon search-icon">🌿</div>
<span class="card-badge">Search</span>
</div>
<h3>Startpage</h3>
<p>Google search results without the tracking. View websites anonymously through their proxy feature.</p>
<div class="card-tags"><span>Google Results</span><span>Anonymous View</span></div>
<a href="https://www.startpage.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- OPERATING SYSTEMS -->
<article class="tool-card" data-category="os">
<div class="card-header">
<div class="card-icon os-icon">🐧</div>
<span class="card-badge">OS</span>
</div>
<h3>Tails</h3>
<p>Live operating system that routes all traffic through Tor. Leaves no trace on the host computer. USB bootable.</p>
<div class="card-tags"><span>Live OS</span><span>Amnesic</span></div>
<a href="https://tails.net/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="os">
<div class="card-header">
<div class="card-icon os-icon">🔐</div>
<span class="card-badge">OS</span>
</div>
<h3>Qubes OS</h3>
<p>Security-focused desktop OS that uses virtualization to isolate apps. Endorsed by Edward Snowden.</p>
<div class="card-tags"><span>Compartmentalization</span><span>Xen</span></div>
<a href="https://www.qubes-os.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="os">
<div class="card-header">
<div class="card-icon os-icon">📱</div>
<span class="card-badge">OS</span>
</div>
<h3>GrapheneOS</h3>
<p>Hardened Android-based mobile OS for Pixel phones. Sandboxed Google Play compatibility without compromising privacy.</p>
<div class="card-tags"><span>Mobile</span><span>Hardened</span></div>
<a href="https://grapheneos.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- PASSWORD MANAGERS -->
<article class="tool-card" data-category="password">
<div class="card-header">
<div class="card-icon password-icon">🗝️</div>
<span class="card-badge">Passwords</span>
</div>
<h3>Bitwarden</h3>
<p>Open-source password manager with cloud sync. Self-hostable via Vaultwarden. Browser extensions and apps for all platforms.</p>
<div class="card-tags"><span>Open Source</span><span>Cloud Sync</span></div>
<a href="https://bitwarden.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="password">
<div class="card-header">
<div class="card-icon password-icon">🔏</div>
<span class="card-badge">Passwords</span>
</div>
<h3>KeePassXC</h3>
<p>Offline, open-source password manager. Your vault stays on your device — no cloud, no servers, full control.</p>
<div class="card-tags"><span>Offline</span><span>Local Only</span></div>
<a href="https://keepassxc.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<!-- CLOUD STORAGE -->
<article class="tool-card" data-category="cloud">
<div class="card-header">
<div class="card-icon cloud-icon">☁️</div>
<span class="card-badge">Cloud</span>
</div>
<h3>Nextcloud</h3>
<p>Self-hosted cloud platform for files, calendar, contacts, and more. Full control over your data with E2EE support.</p>
<div class="card-tags"><span>Self-Host</span><span>Full Suite</span></div>
<a href="https://nextcloud.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="cloud">
<div class="card-header">
<div class="card-icon cloud-icon">🔒</div>
<span class="card-badge">Cloud</span>
</div>
<h3>Cryptomator</h3>
<p>Encrypt your cloud files before uploading. Works with any cloud provider — Dropbox, Google Drive, OneDrive, etc.</p>
<div class="card-tags"><span>Encryption</span><span>Any Cloud</span></div>
<a href="https://cryptomator.org/" target="_blank" class="card-link">Visit Website →</a>
</article>
<article class="tool-card" data-category="cloud">
<div class="card-header">
<div class="card-icon cloud-icon">📦</div>
<span class="card-badge">Cloud</span>
</div>
<h3>Tresorit</h3>
<p>Zero-knowledge encrypted cloud storage based in Switzerland. Built for businesses and individuals who need strong security.</p>
<div class="card-tags"><span>Zero-Knowledge</span><span>Swiss</span></div>
<a href="https://tresorit.com/" target="_blank" class="card-link">Visit Website →</a>
</article>
</div>
</div>
</section>
<!-- ─── WHY PRIVACY ─── -->
<section class="section section-alt" id="why-privacy">
<div class="container">
<div class="section-header">
<h2>Why Privacy Matters</h2>
<p>Privacy isn't about having something to hide — it's about having something to protect.</p>
</div>
<div class="reasons-grid">
<div class="reason-card">
<div class="reason-icon">🧠</div>
<h3>Freedom of Thought</h3>
<p>When you know you're being watched, you change your behavior. Privacy protects your ability to think, explore, and form opinions freely.</p>
</div>
<div class="reason-card">
<div class="reason-icon">⚖️</div>
<h3>Power Balance</h3>
<p>Data is power. Companies and governments that collect your data gain leverage over you. Privacy keeps the balance in check.</p>
</div>
<div class="reason-card">
<div class="reason-icon">🎯</div>
<h3>Prevent Manipulation</h3>
<p>Your data fuels targeted advertising, political campaigns, and algorithmic feeds designed to influence your decisions.</p>
</div>
<div class="reason-card">
<div class="reason-icon">🛡️</div>
<h3>Security Foundation</h3>
<p>Privacy and security go hand in hand. Less data exposed means fewer attack vectors for hackers and identity thieves.</p>
</div>
</div>
</div>
</section>
<!-- ─── FAQ ─── -->
<section class="section" id="faq">
<div class="container">
<div class="section-header">
<h2>Frequently Asked Questions</h2>
<p>Common questions about digital privacy and our recommendations.</p>
</div>
<div class="faq-list">
<details class="faq-item">
<summary>How do you select tools for this list?</summary>
<p>We evaluate tools based on their open-source status, encryption standards, jurisdiction, audit history, business model, and community trust. We prioritize tools that have been independently audited and have transparent privacy policies.</p>
</details>
<details class="faq-item">
<summary>Is using a VPN enough to stay private?</summary>
<p>A VPN is just one layer of protection. For comprehensive privacy, combine it with a private browser, encrypted messaging, secure email, and good operational security practices. No single tool is a silver bullet.</p>
</details>
<details class="faq-item">
<summary>Are free privacy tools safe to use?</summary>
<p>Many excellent privacy tools are completely free and open-source. However, be cautious of free VPNs and services that don't have a clear business model — if the product is free and not open-source, you might be the product.</p>
</details>
<details class="faq-item">
<summary>Do I need to switch everything at once?</summary>
<p>Absolutely not! Start small. Switch your search engine to DuckDuckGo, install a password manager, or try Signal for messaging. Gradually improve your privacy posture over time.</p>
</details>
<details class="faq-item">
<summary>Can I use these tools on mobile?</summary>
<p>Yes! Most recommended tools have mobile apps for both Android and iOS. For the best mobile privacy experience, consider GrapheneOS on a Pixel device.</p>
</details>
</div>
</div>
</section>
<!-- ─── FOOTER ─── -->
<footer class="footer">
<div class="container footer-content">
<div class="footer-brand">
<a href="#" class="logo">
<svg class="logo-icon" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"><path d="M12 2L3 7v5c0 5.55 3.84 10.74 9 12 5.16-1.26 9-6.45 9-12V7l-9-5z"/><path d="M9 12l2 2 4-4"/></svg>
<span>PrivacyTools</span>
</a>
<p>Helping you reclaim your digital privacy, one tool at a time.</p>
</div>
<div class="footer-links">
<h4>Navigation</h4>
<a href="#categories">Categories</a>
<a href="#why-privacy">Why Privacy</a>
<a href="#faq">FAQ</a>
</div>
<div class="footer-links">
<h4>Resources</h4>
<a href="datenschutz.html">Datenschutzerklärung</a>
<a href="https://github.com/FreekindGitHub/PrivacyTools" target="_blank">GitHub Repository</a>
<a href="https://www.privacyguides.org/" target="_blank">Privacy Guides</a>
<a href="https://www.eff.org/" target="_blank">EFF</a>
</div>
</div>
<div class="container footer-bottom">
<p>© 2026 PrivacyTools. This is an educational resource. Not affiliated with any listed tools. · <a href="https://github.com/FreekindGitHub/PrivacyTools" target="_blank" style="color:var(--accent)">Source Code on GitHub</a></p>
</div>
</footer>
<script src="script.js"></script>
</body>
</html>