-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
118 lines (102 loc) · 6.3 KB
/
index.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
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
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Basic Page Needs
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta charset="utf-8">
<title>dusk</title>
<meta name="description" content="darknet under s/kademlia">
<meta name="author" content="[email protected]">
<!-- Mobile Specific Metas
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<meta name="viewport" content="width=device-width, initial-scale=1">
<!-- FONT
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<!-- CSS
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="assets/css/normalize.css">
<link rel="stylesheet" href="assets/css/skeleton.css">
<link rel="stylesheet" href="assets/css/custom.css">
<!-- Scripts
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="stylesheet" href="assets/css/github-prettify-theme.css">
<!-- Favicon
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<link rel="icon" type="image/png" href="assets/images/favicon.png">
</head>
<body class="code-snippets-visible">
<!-- Primary Page Layout
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
<div class="container">
<section class="header">
<h2 class="title"><strong>🝰 dusk</strong> is a darknet for your affinity group</h2>
<a class="button button-primary" href="#install">Install the app</a>
<a class="button button" href="whitepaper">Read the paper</a>
<div class="value-props row">
<div class="four columns value-prop">
<img class="value-img" src="assets/images/peer-to-peer.png">
Trustless file storage, secure sharing, and programmable alerts.
</div>
<div class="four columns value-prop">
<img class="value-img" src="assets/images/network.png">
No server to hack, database to seize, or company to subpoena.
</div>
<div class="four columns value-prop">
<img class="value-img" src="assets/images/key.png">
End-to-end privacy, anonymity, and censorship resistance.
</div>
</div>
</section>
<div class="navbar-spacer"></div>
<!-- Why use dusk -->
<div class="docs-section" id="intro">
<h6 class="docs-header">Is 🝰 dusk for you?</h6>
<img src="assets/images/safety.png" style="float: left;width: 20%;margin: 24px 24px 24px 0;">
<p><strong>If you are an activist, movement journalist, or researcher that handles sensitive files, dusk is a platform designed to keep you and your friends safe.</strong></p>
<p>Your files are encrypted, shredded into uniform blocks, encoded with recovery information, and spread across a network of Tor hidden services. Files can only be retraced with an encrypted pointer that you keep and secret key that only you can unlock. If you work in a high-risk environment under threat of physical device seizure, dusk can help protect your data and shield your personal networks.</p>
</div>
<!-- Offline Mode -->
<div class="docs-section">
<h6 class="docs-header">Offline Mode</h6>
<img src="assets/images/usb.png" style="float: right;width: 20%;margin: 24px 0 24px 24px;">
<p>dusk's SNEAKR (Shred, eNcrypt, Encode, And Kademlia Retrace) protocol works without a network or internet connection. Create USB sneakernets with your crew - make files only unlockable if a critical mass of your team is physically present.</o>
<p><strong>If someone is compromised, data is still safe from adversaries and recoverable by uncompromised members.</strong></p>
</div>
<!-- Apps -->
<div class="docs-section examples" id="install">
<h6 class="docs-header">Install</h6>
<div class="row example">
<a class="example-screenshot-wrapper" target="_blank" href="#">
<img class="example-screenshot" src="assets/images/landing.jpg">
</a>
<div class="one-half offset-by-one-half column">
<h6 class="example-header"><code>dusk</code> CLI</h6>
<p class="example-description">Run dusk from the command line to connect your network, encrypt, shred, store, and retrace your files. Subscribe to network topics, integrate anonymous webhooks, and build applications on dusk. This is a low-level interface for developers and technical users.</p>
<a class="button button-primary" href="https://github.com/lilyannehall/dusk/releases/latest" target="_blank">Download</a>
<a class="button" href="howto" target="_blank">User Guide</a>
</div>
</div>
<div class="row example">
<div class="example-screenshot-wrapper">
<div class="example-screenshot">
<img class="example-screenshot" src="assets/images/thunar-sample-files.jpg">
</div>
</div>
<div class="one-half offset-by-one-half column">
<h6 class="example-header">Desktop App</h6>
<p class="example-description">Run dusk using a simple desktop application. Manage your settings and mount a virtual drive on your computer. Shred and retrace files automatially using your familiar desktop file explorer. Graphical wizard for sneakernet creation.</p>
<a class="button" href="#install">Soon ♥</a>
</div>
</div>
</div>
<div class="docs-section examples" id="copy">
<p style="text-align:center;">
anti-©opyright, 2024 tactical chihuahua<br>
licensed agpl 3 | <a href="https://github.com/lilyannehall/dusk">source</a>
</p>
</div>
</div>
<!-- End Document
–––––––––––––––––––––––––––––––––––––––––––––––––– -->
</body>
</html>