-
Notifications
You must be signed in to change notification settings - Fork 5
/
index.html
226 lines (211 loc) · 10.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
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
<!DOCTYPE html>
<html>
<head lang="en">
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1">
<link rel="shortcut icon" href="favicon.ico">
<link rel="icon" type="image/icon" href="favicon.ico">
<title>Conceal.Network - Paper Wallet</title>
<!-- vendor css -->
<link href="lib/font-awesome/css/font-awesome.css" rel="stylesheet">
<link href="lib/bootstrap/css/bootstrap.min.css" rel="stylesheet">
<!-- Slim CSS -->
<link rel="stylesheet" href="css/slim.css">
<link rel="stylesheet" href="css/slim.one.css">
<link rel="stylesheet" href="css/iziToast.min.css">
<link rel="stylesheet" href="css/style.css">
<!-- script files -->
<script src="lib/jquery/js/jquery.js"></script>
<script src="lib/bootstrap/js/bootstrap.js"></script>
<script src="lib/jquery.cookie/js/jquery.cookie.js"></script>
<script src="js/jquery.qrcode.min.js"></script>
<script src="js/ResizeSensor.js"></script>
<script src="js/crypto_utils.js"></script>
<script src="js/iziToast.min.js"></script>
<script src="js/randomWords.js"></script>
<script src="js/wallet.js"></script>
<script src="js/slim.js"></script>
</head>
<body>
<div class="slim-header">
<div class="container">
<div class="slim-header-left">
<img src="img/logo.svg" width="48" height="58">
<div class="logoText">
<h2 class="slim-logo">
<a href="index.html">
<span>PAPER WALLET</span></a>
</h2>
</div>
</div>
<!-- slim-header-left -->
<div class="slim-header-right">
<button id="btnBackToHomepage" class="btn btn-primary-outline" type="button" value="Generate a wallet">Back to
homepage</button>
</div>
<!-- header-right -->
</div>
<!-- container -->
</div>
<!-- slim-header -->
<div id="content">
<div class="container">
<div id="page">
<div id="intro" class="row">
<div class="card">
<div class="card-body">
<h5 class="card-title tx-normal tx-white mg-b-10">What is a Paper Wallet?</h5>
<div class="card-text">
<p>
A paper wallet is an offline mechanism for storing Conceal coins. The process involves printing the
private keys and Conceal addresses onto paper. Physical wallets, also known as "physical Conceals,"
are considered one of the safest ways to store Conceal; if properly constructed, and provided that
certain precautions are taken, it will be nearly impossible for a hostile user to access your Conceal
holdings. Images of physical Conceal coins are commonly seen in media coverage in innovative styles,
mostly with a ‘new look’ of the coin and the private key printed either on paper, plastic, or metal.
</p>
<p>
A paper wallet is considered an extremely secure way to keep Conceal safe from cyber-attacks, malware,
etc. A paper wallet involves "printing" and storing Conceal coins in an offline mode. But it's
important to remember that it’s not the Conceal coins that are being printed out like regular
currency. It's the information stored in a Conceal wallet or digital wallet that gets printed out. The
data appearing on the wallet includes the public key (wallet address), which allows people to transfer
money into that wallet, and the private key, which gives access to fund spending. Thus, Conceal coins
themselves are not stored offline, but the important keys are stored offline.
</p>
</div>
</div>
</div>
</div>
<div class="row d-print-none">
<div class="col-12 d-print-none">
<center>
<h3 class="generateRow">
<button id="btnShowGenerate" class="btn btn-primary-outline" type="button"
value="Generate a wallet">Generate a Wallet</button> or
<button id="btnShowRestore" class="btn btn-primary-outline" type="button"
value="restore keys from seed phrase">Restore keys from seed phrase</button>
</h3>
<div id="generate">
<p>For extra security, type a few random letters, words, numbers, or symbols below. Press "Generate
Wallet" when you are done.</p>
<input class="form-control tx-gray-300" id="user_entropy_widget" type="text" value=""
placeholder=" The more random stuff you type in this box, the better your keys will be." /><br /><br />
<center>
<button id="btnGenerateWallet" class="btn btn-primary-outline" type="button"
value="Generate wallet">Generate Wallet</button>
</center>
</div>
<div id="restore">
<label class="tx-danger" id="restoreError"></label>
<input class="form-control tx-gray-300" id="seed_phrase" type="text" value=""
placeholder="Enter your seed phrase words here." /><br /><br />
<center>
<button id="btnRestoreKeys" class="btn btn-primary-outline" type="button" value="Restore keys">Restore
Keys</button>
</center>
</div>
</center>
</div>
</div>
<div id="step2" class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title tx-normal tx-white mg-b-10">Public Address</h5>
<p class="card-subtitle tx-normal mg-b-15">Write down your public address, or copy paste it somewhere.
Anyone with this address can send you money</p>
<div class="card-text">
<div class="col border border-secondary fontMonospace padding1em">
<center>
<strong>
<span class="copyToClipboard fontMonospace wordBreak" id="address_widget">Reticulating
Splines...</span>
</strong>
</center>
</div>
<center>
<div id="qrCodeWrapper">
<div id="qrcode"></div>
</div>
</center>
</div>
</div>
</div>
<div class="row">
<div class="col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title tx-normal tx-white mg-b-10">Seed Phrase</h5>
<p class="card-subtitle tx-normal mg-b-15">Copy your seed phrase and keys. If you lose your
wallet,
these can be used to restore your money. That also means you need to keep them safe and private.
This is your seed phrase. You can use it to regenerate your wallet if you lose
it.</p>
<div class="card-text">
<div class="col border border-secondary fontMonospace padding1em">
<span class="emphasisText">Seed Phrase:</span>
<span class="private">
<span id="mnemonic_widget" class="copyToClipboard">Reticulating Splines...</span>
</span>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
<div class="row d-print-block">
<div class="col-12">
<div class="card">
<div class="card-body">
<h5 class="card-title tx-normal tx-white mg-b-10">Wallet Keys</h5>
<p class="card-subtitle tx-normal mg-b-15">These are the keys you need to regenerate your wallet.
</p>
<div class="card-text">
<!--p class="d-print-none">Print or write down these keys and keep them safe. Without them you cannot access your money. There are no second chances.</p-->
<div class="row border border-secondary keysRow padding1em">
<div class="col overflowVisible">
<span class="emphasisText mg-r-3">Private Spend Key:</span>
<span class="private">
<span class="copyToClipboard wordBreak fontMonospace"
id="spend_key_widget">Generating...</span>
</span>
</div>
<div class="col overflowVisible">
<span class="emphasisText mg-r-3">Private View Key:</span>
<span class="private">
<span class="copyToClipboard fontMonospace wordBreak" id="view_key_widget">Generating...
</span>
</span>
</div>
<!--
<div class="col privKeysCollumn overflowVisible">
<span class="emphasisText mg-r-3">Private Keys for importing into GUI wallet:</span>
<span class="private">
<span class="fontMonospace wordBreak"
id="private_keys_widget">Generating...</span>
</span>
</div>
-->
</div>
</div>
</div>
</div>
</div>
<div class="d-print-none printRow">
<div class="col-12">
<center>
<input id="btnPagePrint" type="button" class="btn btn-primary-outline" value="Print This Page" />
<input id="btnDownloadKeys" type="button" class="btn btn-primary-outline" value="Download Keys" />
<a id="downloadAnchorElem" href="#">
</center>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>