-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
183 lines (161 loc) · 6.62 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
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
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, user-scalable=yes, initial-scale=1.0">
<title>Just Encrypt - the right way to share secrets</title>
<link rel="stylesheet" href="css/sgds-1.3.15.css" />
<link rel="stylesheet" href="css/style.css">
<link rel="stylesheet" href="css/github-fork-ribbon.css" />
</head>
<body>
<a class="github-fork-ribbon" href="http://github.com/justencrypt/justencrypt.github.io" data-ribbon="Fork me on GitHub" title="Fork me on GitHub">Fork me on GitHub</a>
<div class="masthead-container if-fixed has-background-white" id="navbar" style="z-index:50;">
<div class="sgds-container padding--left--sm is-fluid">
<nav class="sgds-navbar" role="navigation">
<div class="padding--left--sm padding--top--sm padding--bottom--sm">
<span class="is-size-2">JUST ENCRYPT</span>
<span class="is-size-32">BETA</span>
</div>
</nav>
</div>
</div>
<div class="sgds-section is-small has-background-info padding--bottom--sm padding--top--sm padding--right--sm has-text-white">
The Right Way to Share Secrets
</div>
<section class="content-page">
<div class="row">
<div class="col is-1 is-hidden-touch"></div>
<div class="col receive-and-unlock-secret is-5 is-hidden-touch">
<div class="padding--lg heading">
Recipient: I Want to Receive a Secret
</div>
</div>
<div class="col create-and-send-secret is-5 is-hidden-touch">
<div class="padding--lg heading">
Sender: I Want to Send a Secret
</div>
</div>
<div class="col is-1 is-hidden-touch"></div>
</div>
<div class="row">
<div class="col is-1 is-hidden-touch"></div>
<div class="col receive-and-unlock-secret is-5">
<div class="padding--left--lg padding--bottom--sm">
1. Generate and Download the Lock
</div>
<div class="padding--left--lg padding--bottom--lg">
<a class="sgds-button is-primary download-private-key-button grey" download="private-key-do-not-share.txt">
<i class="sgds-icon sgds-icon-download"></i>Download Key
</a>
<a class="sgds-button is-primary download-public-key-button grey" download="lock-share-this-with-sender.txt">
<i class="sgds-icon sgds-icon-download"></i>Download Lock
</a>
<div>
<a class="generate-key-button">
Regenerate Key and Lock
</a>
</div>
</div>
</div>
<div class="col create-and-send-secret is-5 is-hidden-touch">
</div>
<div class="col is-1 is-hidden-touch"></div>
</div>
<div class="row">
<div class="col is-1 is-hidden-touch"></div>
<div class="col receive-and-unlock-secret is-5">
<div class="padding--left--lg padding--bottom--sm">
2. Send the Lock to Sender
</div>
</div>
<div class="col create-and-send-secret is-5 is-hidden-touch">
</div>
<div class="col is-1 is-hidden-touch"></div>
</div>
<div class="row">
<div class="col is-1 is-hidden-touch"></div>
<div class="col receive-and-unlock-secret is-5 is-hidden-touch">
</div>
<div class="col create-and-send-secret is-5">
<div class="padding--left--lg padding--bottom--sm">
3. Upload the Lock from Receiver
</div>
<div class="padding--left--lg padding--bottom--lg">
<label class="file">
<input type="file" id="public-key-file" style="display: none">
<a class="sgds-button is-primary lbl-public-key-file grey">
<i class="sgds-icon sgds-icon-upload"></i>Upload
</a>
</label>
</div>
<div class="padding--left--lg padding--bottom--sm">
4. Upload the File to be Locked
</div>
<div class="padding--left--lg padding--bottom--lg">
<label class="file">
<input type="file" id="payload-file" style="display: none">
<a class="sgds-button is-primary lbl-payload grey">
<i class="sgds-icon sgds-icon-upload"></i>Upload
</a>
</label>
</div>
<div class="padding--left--lg padding--bottom--sm">
5. Lock the File
</div>
<div class="padding--left--lg padding--bottom--lg is-full">
<a class="sgds-button is-primary encrypt-button grey">
<i class="sgds-icon sgds-icon-lock"></i>Lock
</a>
</div>
<div class="padding--left--lg padding--bottom--sm">
6. Send the Locked File to Receiver
</div>
</div>
<div class="col is-1 is-hidden-touch"></div>
</div>
<div class="row">
<div class="col is-1 is-hidden-touch"></div>
<div class="col receive-and-unlock-secret is-5">
<div class="padding--left--lg padding--bottom--sm">
7. Upload the Locked File Sent by Sender
</div>
<div class="padding--left--lg padding--bottom--lg">
<label class="file">
<input type="file" id="locked-payload-file" style="display: none">
<a class="sgds-button is-primary lbl-locked-payload grey">
<i class="sgds-icon sgds-icon-upload"></i>Upload
</a>
</label>
</div>
<div class="padding--left--lg padding--bottom--sm">
8. Unlock the Locked File
</div>
<div class="padding--left--lg padding--bottom--sm">
<a class="sgds-button is-primary decrypt-button grey">
<i class="sgds-icon sgds-icon-unlock"></i>Unlock
</a>
</div>
</div>
<div class="col create-and-send-secret is-5 is-hidden-touch">
</div>
<div class="col is-1 is-hidden-touch"></div>
</div>
<a id="download-payload-link" download="" href=""></a>
</section>
<footer class='sgds-footer'>
<div class="top-section">
<div class="sgds-container is-fluid">
<div class="row is-multiline">
<div class="col is-12 has-text-right-desktop has-text-right-tablet has-text-left-mobile">
<p>© 2020 GDS. All Rights Reserved.</p>
</div>
</div>
</div>
</div>
</footer>
</body>
<script src="js/jquery-3.5.1.min.js"></script>
<script src="js/sgds-1.3.15.min.js"></script>
<script src="index.js"></script>
</html>