-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
429 lines (389 loc) · 19.8 KB
/
index.html
File metadata and controls
429 lines (389 loc) · 19.8 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
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/tr/html4/strict.dtd">
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<meta name="author" content="Limitless VIP">
<meta name="description" content="Limitless VIP Paper Wallet - It is an offline wallet, regarded as cold storage">
<meta name="keywords" content="Limitless VIP, Paper, Wallet, Digital Money, Crypto Currency">
<meta name="og:url" content="http://limitlessvip.co.za">
<meta name="og:title" content="Limitless VIP, Paper, Wallet, Digital Money, Crypto Currency">
<meta name="og:site_name" content="Limitless VIP">
<meta name="og:description" content="Limitless VIP Paper Wallet - It is an offline wallet, regarded as cold storage">
<meta name="og:type" content="website">
<!-- Google font -->
<link href="https://fonts.googleapis.com/css?family=Ubuntu:400,700&display=swap" rel="stylesheet">
<!-- Icons -->
<link rel="apple-touch-icon" sizes="57x57" href="build/apple-icon-57x57.png">
<link rel="apple-touch-icon" sizes="60x60" href="build/apple-icon-60x60.png">
<link rel="apple-touch-icon" sizes="72x72" href="build/apple-icon-72x72.png">
<link rel="apple-touch-icon" sizes="76x76" href="build/apple-icon-76x76.png">
<link rel="apple-touch-icon" sizes="114x114" href="build/apple-icon-114x114.png">
<link rel="apple-touch-icon" sizes="120x120" href="build/apple-icon-120x120.png">
<link rel="apple-touch-icon" sizes="144x144" href="build/apple-icon-144x144.png">
<link rel="apple-touch-icon" sizes="152x152" href="build/apple-icon-152x152.png">
<link rel="apple-touch-icon" sizes="180x180" href="build/apple-icon-180x180.png">
<link rel="icon" type="image/png" sizes="192x192" href="build/android-icon-192x192.png">
<link rel="icon" type="image/png" sizes="32x32" href="build/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="96x96" href="build/favicon-96x96.png">
<link rel="icon" type="image/png" sizes="16x16" href="build/favicon-16x16.png">
<meta name="msapplication-TileColor" content="#ffffff">
<meta name="msapplication-TileImage" content="build/ms-icon-144x144.png">
<meta name="theme-color" content="#ffffff">
<!-- CDN files. -->
<link rel="stylesheet" type="text/css" href="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/css/bootstrap.min.css">
<!-- Local files. -->
<link rel="stylesheet" href="css/main.css">
<link rel="stylesheet" href="css/colors.css">
<link rel="stylesheet" href="css/print.css" media="print">
<!-- Compiled and minified JavaScript -->
<script src="https://code.jquery.com/jquery-3.3.1.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/tether/1.4.4/js/tether.min.js"></script>
<script src="https://stackpath.bootstrapcdn.com/bootstrap/4.2.1/js/bootstrap.min.js"></script>
<script src="js/config.js"></script>
<script src="js/main.js"></script>
<!-- Favicon -->
<link rel="shortcut icon" href="images/favicon.ico">
<!-- Website title -->
<title id="page-title">Paper Wallet</title>
</head>
<body>
<div class="container-fluid">
<!-- Header -->
<div class="header">
<script>document.write('<a href="/"><img id="logo" src="images/logo.png" alt="'+configCoinName+' Logo"/></a>');</script><br>
<h2><script>document.write(configCoinName);</script> Paper Wallet Generator</h2>
</div>
</div>
<!-- Description -->
<div id="generate-tab">
<!-- Explanation -->
<div class="row info no-print">
<div class="col-8 offset-2 text-center py-5">
<h2>What you need to know</h2>
<P>
None of the generated keys are ever broadcast over the internet. It is recommended that you run it locally on your computer instead of generating the keys directly on the site. For the extra paranoid; you can run the generator and print the wallets using a secure offline environment and correctly wipe the environment and printer memory after use.
</P>
<div class="py-1">
<div class="row py-2">
<div class="col">
<a class="btn-main float-center" id="decrypt-tab-btn">Decrypt</a>
<script>
if(configDownloadGeneratorEnabled && configDownloadGeneratorLink !== ""){
document.write('<A href="'+configDownloadGeneratorLink+'" target="#" class="btn-alternate float-center" style="text-decoration:none">Download the Generator</A>');
}
</script>
</div>
</div>
</div>
</div>
</div>
<!-- Inputs -->
<div class="container no-print">
<div class="row py-5">
<div class="col-12 text-center">
<div class="form-inline">
<label class="sr-only" for="number-option">How many wallets do you want to create?</label>
<select id="number-option" class="form-control mb-2 mr-sm-2">
<option value="1">1</option>
<option value="2">2</option>
<option value="3">3</option>
<option value="4">4</option>
</select>
<label class="sr-only" for="color-option">What color scheme would you like to use?</label>
<select id="color-option" class="form-control mb-2 mr-sm-2">
<option value="SQUARE">Square</option>
<option value="CLEAN">Clean</option>
</select>
<label class="sr-only" for="password">BIP38 Password (Optional)</label>
<input class="form-control form-input mb-2 mr-sm-2" id="password" placeholder="BIP38 Password (Optional)" maxlength="32">
<label class="sr-only" for="generate">Generate Wallets</label>
<button id="generate" class="btn-main btn-print mb-2 mr-sm-2">Generate Wallets</button>
<label class="sr-only" for="print">Print</label>
<button id="print" class="btn-main btn-print mb-2 mr-sm-2">Print</button>
<label class="sr-only" for="reset">Reset</label>
<button id="reset" class="btn-main btn-print mb-2 mr-sm-2">Reset</button>
</div>
</div>
</div>
</div>
<!-- Description -->
<div class="container no-print">
<div class="row">
<div class="col-12" id="guide">
<P>You can generate up to 4 which will fit onto 2 pieces of horizontal A4 paper.</P>
<P>Ideally we suggest you print double sided. If you do not wish to, you can either print them seperately and affix them, or disregard the back sides entirely.</P>
<P>Encrypting the private keys with a BIP38 password is recommended, but optional.</P>
<P>Encrypting can take some time to complete, so please be patient.</P>
<P>The password you set will be used for all generated wallets.</P>
<P>This password can not be recovered, so do not lose it! It is recommended that you test decrypting the private key before sending coins to it to check nothing went wrong during encrytion.</P>
</div>
</div>
</div>
<!-- Wallets -->
<div class="container">
<!-- Wallet 1 - Frontside -->
<div id="wallet-0" class="wallet-container">
<h3 class="paper-title" id="paper-title-0">Paper Wallet 1</h3>
<div class="paper-wallet" id="paper-wallet-0">
<script>document.write('<IMG class="paper-background" id="paper-background-0" src="images/'+configTemplateQuareSVG+'">');</script>
<div id="pubkey-string-0" class="pubkey-string"></div>
<div id="pubkey-string-0-invert" class="pubkey-string-invert"></div>
<div id="coin-logo-0" class="coin-logo"><script>document.write('<img src="images/logo.png" alt="'+configCoinName+' Logo"/>');</script></div>
<div id="pubkey-qr-0" class="pubkey-qr"></div>
<div id="website-qr-0" class="website-qr"></div>
<div id="privkey-string-0" class="privkey-string"></div>
<div id="privkey-string-0-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-0" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-0">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-0"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-0"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-0">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-0"></td>
</tr>
<tr class="pt-password" id="pt-password-0">
<td class="row-key">BIP38 Password</td>
<td id="password-0"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-0">Test Encryption</button>
</div>
<!-- Wallet 2 - Frontside -->
<div id="wallet-1" class="wallet-container">
<h3 class="paper-title" id="paper-title-1">Paper Wallet 2</h3>
<div class="paper-wallet" id="paper-wallet-1">
<script>document.write('<IMG class="paper-background" id="paper-background-1" src="images/'+configTemplateQuareSVG+'">');</script>
<div id="pubkey-string-1" class="pubkey-string"></div>
<div id="pubkey-string-1-invert" class="pubkey-string-invert"></div>
<div id="coin-logo-1" class="coin-logo"><script>document.write('<img src="images/logo.png" alt="'+configCoinName+' Logo"/>');</script></div>
<div id="pubkey-qr-1" class="pubkey-qr"></div>
<div id="website-qr-1" class="website-qr"></div>
<div id="privkey-string-1" class="privkey-string"></div>
<div id="privkey-string-1-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-1" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-1">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-1"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-1"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-1">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-1"></td>
</tr>
<tr class="pt-password" id="pt-password-1">
<td class="row-key">BIP38 Password</td>
<td id="password-1"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-1">Test Encryption</button>
</div>
<!-- Disable page title on print -->
<div id="frontsides-container">
<div id="frontsides-container-marker"></div>
<div id="frontsides">
<!-- Wallet 3 - Frontside -->
<div id="wallet-2" class="wallet-container">
<h3 class="paper-title" id="paper-title-2">Paper Wallet 3</h3>
<div class="paper-wallet" id="paper-wallet-2">
<script>document.write('<IMG class="paper-background" id="paper-background-2" src="images/'+configTemplateQuareSVG+'">');</script>
<div id="pubkey-string-2" class="pubkey-string"></div>
<div id="pubkey-string-2-invert" class="pubkey-string-invert"></div>
<div id="coin-logo-2" class="coin-logo"><script>document.write('<img src="images/logo.png" alt="'+configCoinName+' Logo"/>');</script></div>
<div id="pubkey-qr-2" class="pubkey-qr"></div>
<div id="website-qr-2" class="website-qr"></div>
<div id="privkey-string-2" class="privkey-string"></div>
<div id="privkey-string-2-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-2" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-2">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-2"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-2"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-2">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-2"></td>
</tr>
<tr class="pt-password" id="pt-password-2">
<td class="row-key">BIP38 Password</td>
<td id="password-2"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-2">Test Encryption</button>
</div>
<!-- Wallet 4 - Frontside -->
<div id="wallet-3" class="wallet-container">
<h3 class="paper-title" id="paper-title-3">Paper Wallet 4</h3>
<div class="paper-wallet" id="paper-wallet-3">
<script>document.write('<IMG class="paper-background" id="paper-background-3" src="images/'+configTemplateQuareSVG+'">');</script>
<div id="pubkey-string-3" class="pubkey-string"></div>
<div id="pubkey-string-3-invert" class="pubkey-string-invert"></div>
<div id="coin-logo-3" class="coin-logo"><script>document.write('<img src="images/logo.png" alt="'+configCoinName+' Logo"/>');</script></div>
<div id="pubkey-qr-3" class="pubkey-qr"></div>
<div id="website-qr-3" class="website-qr"></div>
<div id="privkey-string-3" class="privkey-string"></div>
<div id="privkey-string-3-invert" class="privkey-string-invert"></div>
<div id="privkey-qr-3" class="privkey-qr"></div>
</div>
<div class="pt-output" id="plain-text-3">
<h4>Plain Text Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-3"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-3"></td>
</tr>
<tr class="pt-encrypted" id="pt-encrypted-3">
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-3"></td>
</tr>
<tr class="pt-password" id="pt-password-3">
<td class="row-key">BIP38 Password</td>
<td id="password-3"></td>
</tr>
</table>
</div>
<button class="btn-print no-print" id="decrypt-tab-3">Test Encryption</button>
</div>
</div>
</div>
</div>
<!-- Wallet 1 - Backside -->
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-0">
<script>document.write('<IMG class="paper-backside" id="paper-backside-0" src="images/'+configTemplateQuareSVGBack+'">');</script>
</div>
</div>
<!-- Wallet 2 - Backside -->
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-1">
<script>document.write('<IMG class="paper-backside" id="paper-backside-1" src="images/'+configTemplateQuareSVGBack+'">');</script>
</div>
</div>
<!-- Disable page title on print -->
<div id="frontsides-placeholder-container">
<div id="frontsides-placeholder"></div>
</div>
<!-- Wallet 3 - Backside -->
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-2">
<script>document.write('<IMG class="paper-backside" id="paper-backside-2" src="images/'+configTemplateQuareSVGBack+'">');</script>
</div>
</div>
<!-- Wallet 4 - Backside -->
<div class="wallet-container">
<div class="paper-wallet" id="wallet-backside-3">
<script>document.write('<IMG class="paper-backside" id="paper-backside-3" src="images/'+configTemplateQuareSVGBack+'">');</script>
</div>
</div>
</div>
<!-- Description -->
<div id="decrypt-tab" style="display: none;">
<div class="row info">
<div class="col-8 offset-2 text-center py-5">
<h2>Decrypt your private key</h2>
<P>If you have encrypted your private key with the BIP38 option, you can reveal the wallet import format private key here. If the encryption worked correctly, the private key here should match the private key displayed on the generator page.</P>
<div class="row py-2">
<div class="col">
<button class="btn-main float-center" id="generate-tab-btn">Generate</button>
</div>
</div>
</div>
</div>
<!-- Explanation -->
<div class="row">
<div class="col-8 offset-2 text-center py-4">
Please enter your BIP38 password and the encrypted key to decrypt.
</div>
</div>
<!-- Inputs -->
<div class="row">
<div class="col-8 offset-2 text-center">
<div class="form-inline">
<label class="sr-only" for="decrypt_password">BIP38 Password</label>
<input id="decrypt_password" class="form-control mb-2 mr-sm-2" placeholder="BIP38 Password" maxlength="32">
<label class="sr-only" for="encrypted">Encrypted Key</label>
<input id="encrypted" class="form-control mb-2 mr-sm-2" placeholder="Encrypted Key">
<label class="sr-only" for="decrypt">Decrypt</label>
<button id="decrypt" class="mb-2 mr-sm-2 btn-print">Decrypt</button>
<label class="sr-only" for="reset_decrypt">Reset</label>
<button id="reset_decrypt" class="mb-2 mr-sm-2 btn-print" style="display: none">Reset</button>
</div>
</div>
</div>
<!-- Outputs -->
<div class="row" id="plain-text-d" style="display: none">
<div class="col-8 offset-2 py-4">
<div class="pt-output" style="margin-top: 20px;">
<h4>Decrypted Address Info</h4>
<table>
<tr>
<td class="row-key">Public Key</td>
<td id="public-key-d"></td>
</tr>
<tr>
<td class="row-key">Private Key</td>
<td id="private-key-d"></td>
</tr>
<tr>
<td class="row-key">Encrypted Key</td>
<td id="encrypted-key-d"></td>
</tr>
<tr>
<td class="row-key">BIP38 Password</td>
<td id="password-d"></td>
</tr>
</table>
</div>
</div>
</div>
</div>
<!-- Footer -->
<div class="row footer py-4">
<div class="col text-center">
<P class="normal-height">Brought to you by the <script>document.write('<A href="'+configCoinDomain+'" target="">'+configCoinName+'</A>');</script> team</P>
<P class="terms">By using this software you agree that <script>document.write(configCoinName);</script> is not responsible for any loss or damages caused by using this sofware and that you use it at your own risk.</P>
</div>
</div>
</div>
<!-- Decrypting -->
<div id="overlay" style="display: none">
<div id="loader">
<div class="loadercontent">
<div class="loading"></div>
<h3 id="overlay-text">Decrypting Keys...</h3>
<P id="overlay-sub">Please be patient, this can take a while.</P>
</div>
</div>
</div>
</body>
</html>