forked from ms-brainwallet/ms-brainwallet.github.io
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
479 lines (478 loc) · 28.9 KB
/
index.html
File metadata and controls
479 lines (478 loc) · 28.9 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
460
461
462
463
464
465
466
467
468
469
470
471
472
473
474
475
476
477
478
479
<!DOCTYPE html>
<html lang="en" xml:lang="en" xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta charset="utf-8" />
<title>Multi-Signature Brainwallet - JavaScript Client-Side Bitcoin Address Generator</title>
<meta content="Client-side Bitcoin address and deterministic wallets generator, Base58 converter, transaction builder, signing and verifying messages with Bitcoin address" name="description"/>
<meta content="width=device-width, initial-scale=1.0" name="viewport" />
<meta content="bitcoin address generator" name="description" />
<meta content="brainwallet" name="author" />
<link href="css/bootstrap.min.css" rel="stylesheet" />
<link href="css/brainwallet.css" rel="stylesheet" />
<link href="favicon.ico" rel="shortcut icon" />
<script src="js/jquery.js"></script>
<script src="js/bootstrap.min.js"></script>
<script src="js/bitcoinjs-min.js"></script>
<script src="js/sha512.js"></script>
<script src="js/modsqrt.js"></script>
<script src="js/qrcode.js"></script>
<script src="js/rfc1751.js"></script>
<script src="js/mnemonic.js"></script>
<script src="js/armory.js"></script>
<script src="js/bip32.js"></script>
<script src="js/electrum.js"></script>
<script src="js/tx.js"></script>
<script src="js/bitcoinsig.js"></script>
<script src="js/brainwallet.js"></script>
</head>
<body onclick="rng_seed_time();" onkeypress="rng_seed_time();">
<header class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button class="navbar-toggle" data-target=".bs-navbar-collapse" data-toggle="collapse" type="button"><span class="sr-only">Toggle navigation</span> <span class="icon-bar"> </span> <span class="icon-bar"> </span> <span class="icon-bar"> </span></button> <a class="navbar-brand" href="/">Multisignature P2SH</a>
</div>
<nav class="collapse navbar-collapse bs-navbar-collapse">
<ul class="nav navbar-nav">
<li><a data-toggle="tab" href="#bip32" id="tab-bip32">BIP32 (Alpha!)</a></li>
<li class="active">
<a data-toggle="tab" href="#generator">Create</a></li>
<li><a data-toggle="tab" href="#tx" id="tab-tx">Spend</a></li>
<li><a data-toggle="tab" href="#converter" id="tab-converter">Converter</a></li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li class="dropdown" id="crCurrency">
<a class="dropdown-toggle" data-toggle="dropdown" href="#" id="crSelect"><span id="crName">Bitcoin Mainnet</span> <b class="caret"> </b></a>
<ul class="dropdown-menu">
<li><a href="http://blockchain.info/address/" id="btc_main">Bitcoin Mainnet</a></li>
<li><a href="http://blockexplorer.com/testnet/address/" id="btc_test">Bitcoin Testnet</a></li>
<!-- Unsupported right now
<li><a href="http://explorer.litecoin.net/address/" title="0x30">LTC</a></li>
<li><a href="http://explorer.dot-bit.org/a/" title="0x34">NMC</a></li>
<li><a href="http://ppc.cryptocoinexplorer.com/address/" title="0x37">PPC</a></li>
<li><a href="http://d.evco.in/abe/address/" title="0x8A">IXC</a></li>
<li><a href="http://nvc.cryptocoinexplorer.com/address/" title="0x08">NVC</a></li>
<li><a href="http://trc.cryptocoinexplorer.com/address/" title="0x00">TRC</a></li>
<li><a href="http://ftc.cryptocoinexplorer.com/address/" title="0x0E">FTC</a></li>
-->
</ul></li>
</ul>
</nav>
</div>
</header>
<div class="container">
<div class="tab-content">
<!-- BIP32 -->
<div class="tab-pane fade in" id="bip32">
<form action="/" class="form-horizontal" method="get">
<fieldset>
<legend>Multi-Key BIP32 Deterministic Key Generator</legend>
<div class="form-group">
<label class="col-lg-2 control-label" for="key_derivation_public">Key Derivation</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="key_derivation">
<label class="btn btn-default active" title="Public key derivation will be used"><input id="key_derivation_public" name="key_derivation" type="radio" />Public key</label>
<label class="btn btn-default" title="Private key derivation will be used"><input id="key_derivation_private" name="key_derivation" type="radio" />Private key</label>
</div> <span class="help-inline" id="keyDerivationMsg"> </span>
</div>
</div>
<div class="form-group" id="extpubkeys_from_group">
<label class="col-lg-2 control-label" for="extpubkeys_from_manual">Get Extended Public Keys From</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="extpubkeys_from">
<label class="btn btn-default active" title="Extended Public Keys entered manually"><input id="extpubkeys_from_manual" name="extpubkeys_from" type="radio" />Manual</label>
<label class="btn btn-default" title="Extended Public Keys extracted from Extended Public Key Package"><input id="extpubkeys_from_extpublic_key_package" name="extpubkeys_from" type="radio" />Extended Public Key Package</label>
</div> <span class="help-inline" id="extpubkeysFromMsg"> </span>
</div>
</div>
<div class="form-group" id="extpub1_group">
<label class="col-lg-2 control-label" for="extpub1">Extended Public Key #1</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="extpub1" type="text" />
</div>
</div>
</div>
<div class="form-group" id="extpub2_group">
<label class="col-lg-2 control-label" for="extpub2">Extended Public Key #2</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="extpub2" type="text" />
</div>
</div>
</div>
<div class="form-group" id="extpub3_group">
<label class="col-lg-2 control-label" for="extpub3">Extended Public Key #3</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="extpub3" type="text" />
</div>
</div>
</div>
<div class="form-group" id="bip32private_key1_group">
<label class="col-lg-2 control-label" for="bip32private_key1">Extended Private Key #1</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="bip32private_key1" type="text" />
</div>
</div>
</div>
<div class="form-group" id="bip32private_key2_group">
<label class="col-lg-2 control-label" for="bip32private_key2">Extended Private Key #2</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="bip32private_key2" type="text" />
</div>
</div>
</div>
<div class="form-group" id="bip32private_key3_group">
<label class="col-lg-2 control-label" for="bip32private_key3">Extended Private Key #3</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="bip32private_key3" type="text" />
</div>
</div>
</div>
<div class="form-group" id="extpubkeypackage_group">
<label class="col-lg-2 control-label" for="extpublic_key_package">Extended Public Key Package</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="extpublic_key_package" readonly="readonly" rows="6"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="chain_index">Chain Index</label>
<div class="col-lg-10 controls">
<input class="form-control" id="chain_index" maxlength="5" type="text" value="0" />
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10 controls">
<hr />
</div>
</div>
<div class="form-group" id="genextpub1_group">
<label class="col-lg-2 control-label" for="genextpub1">Generated Extended Public Key #1</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genextpub1" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group" id="genextpub2_group">
<label class="col-lg-2 control-label" for="genextpub2">Generated Extended Public Key #2</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genextpub2" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group" id="genextpub3_group">
<label class="col-lg-2 control-label" for="genextpub3">Generated Extended Public Key #3</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genextpub3" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group" id="genbip32private_key1_group">
<label class="col-lg-2 control-label" for="genbip32private_key1">Generated Extended Private Key #1</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genbip32private_key1" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group" id="genbip32private_key2_group">
<label class="col-lg-2 control-label" for="genbip32private_key2">Generated Extended Private Key #2</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genbip32private_key2" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group" id="genbip32private_key3_group">
<label class="col-lg-2 control-label" for="genbip32private_key3">Generated Extended Private Key #3</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="genbip32private_key3" readonly="readonly" type="text" />
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10 controls">
<div class="input-group">
<button class="btn btn-default" id="bip32CreateP2SH" title="Use the Generated Public Keys to create a Multisignature P2SH address" type="button">Create Multisignature P2SH</button>
<button class="btn btn-default" id="bip32SpendP2SH" title="Use the Generated Private Keys to spend a Multisignature P2SH output" type="button">Spend Multisignature P2SH</button>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<!-- Create -->
<div class="tab-pane fade in active" id="generator">
<form action="/" class="form-horizontal" method="get">
<fieldset>
<legend>Create Multisignature P2SH</legend>
<div class="form-group">
<label class="col-lg-2 control-label" for="pubkey_from_manual">Get Public Keys From</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="pubkeys_from">
<label class="btn btn-default active" title="Public keys entered manually"><input id="pubkeys_from_manual" name="pubkeys_from" type="radio" />Manual</label>
<label class="btn btn-default" title="Public Keys extracted from redemption script"><input id="pubkeys_from_redemption_script" name="pubkeys_from" type="radio" />Redemption Script</label>
</div> <span class="help-inline" id="pubkeysFromMsg"> </span>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="req_1">Signatures Required (M)</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="req_count">
<label class="btn btn-default" title="Only one signature required to spend"><input id="req_1" name="req_count" type="radio" />1</label>
<label class="btn btn-default active" title="Two signatures required to spend"><input id="req_2" name="req_count" type="radio" />2</label>
<label class="btn btn-default" title="Three signatures required to spend"><input id="req_3" name="req_count" type="radio" />3</label>
</div> <span class="help-inline" id="reqMsg"> </span>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label disabled" for="outof_1">Provided Public Keys (N)</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="outof_count">
<label class="btn btn-default" title="One public key provided (non-standard TX)"><input id="outof_1" name="outof_count" type="radio" />1</label>
<label class="btn btn-default" title="Two public keys provided (non-standard TX)"><input id="outof_2" name="outof_count" type="radio" />2</label>
<label class="btn btn-default active" title="Three public keys provided"><input id="outof_3" name="outof_count" type="radio" />3</label>
</div> <span class="help-inline" id="outofMsg"> </span>
</div>
</div>
<div class="form-group" id="pub1_group">
<label class="col-lg-2 control-label" for="pub1">Public Key #1 (SEC)</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="pub1" type="text" />
</div>
</div>
</div>
<div class="form-group" id="pub2_group">
<label class="col-lg-2 control-label" for="pub2">Public Key #2 (SEC)</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="pub2" type="text" />
</div>
</div>
</div>
<div class="form-group" id="pub3_group">
<label class="col-lg-2 control-label" for="pub3">Public Key #3 (SEC)</label>
<div class="col-lg-10 controls">
<div class="input-append">
<input class="form-control" id="pub3" type="text" />
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="pubkey_order">Key Ordering</label>
<div class="col-lg-10 controls">
<div class="input-append">
<div class="btn-group">
<button class="btn btn-default" id="pubkey_order_prev" type="button">-</button>
<button class="btn btn-default" id="pubkey_order_next" type="button">+</button>
<button class="btn btn-default" disabled="disabled" id="pubkey_order_current" type="button">Order #0 (sorted)</button>
</div>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="redeption_script">Redemption Script</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="redemption_script" readonly="readonly" rows="5"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="addr">Address</label>
<div class="col-lg-10 controls">
<input class="form-control" id="addr" readonly="readonly" type="text" />
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="genAddrQR">Address QR Code</label>
<div class="col-lg-10 controls">
<a href="#" id="genAddrURL" target="_blank" title="Click to view address history (external link)"><span id="genAddrQR"></span></a>
</div>
</div>
</fieldset>
</form>
</div><!-- Spend -->
<div class="tab-pane fade" id="tx">
<form action="/" class="form-horizontal" method="get">
<fieldset>
<legend>Spend Multisignature P2SH</legend>
<div class="form-group">
<label class="col-lg-2 control-label" for="spend_from_redemption_script">Spend From</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="spend_from">
<label class="btn btn-default active" title="Build a new transaction from a Redemption Script"><input id="spend_from_redemption_script" name="spend_from" type="radio" />Redemption Script</label>
<label class="btn btn-default" title="Sign a previously created multi-signature transaction"><input id="spend_from_unsigned_transaction" name="spend_from" type="radio" />Unsigned Transaction</label>
</div> <span class="help-inline" id="spendFromMsg"> </span>
</div>
</div>
<div class="form-group" id="txRedemptionScriptDiv">
<label class="col-lg-2 control-label" for="txRedemptionScript">Redemption Script</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="txRedemptionScript" rows="5"></textarea>
</div>
</div>
<div class="form-group" id="txRawTransactionDiv">
<label class="col-lg-2 control-label" for="txRawTransaction">Raw Transaction (HEX)</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="txRawTransaction" rows="5"></textarea>
</div>
</div>
<div class="form-group" id="txSec1_group">
<label class="col-lg-2 control-label" for="txSec1">Private Key #1</label>
<div class="col-lg-10 controls">
<input class="form-control" id="txSec1" type="text" placeholder="Not used" />
</div>
</div>
<div class="form-group" id="txSec2_group">
<label class="col-lg-2 control-label" for="txSec2">Private Key #2</label>
<div class="col-lg-10 controls">
<input class="form-control" id="txSec2" type="text" placeholder="Not used" />
</div>
</div>
<div class="form-group" id="txSec3_group">
<label class="col-lg-2 control-label" for="txSec3">Private Key #3</label>
<div class="col-lg-10 controls">
<input class="form-control" id="txSec3" type="text" placeholder="Not used" />
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="txAddr">Source Address</label>
<div class="col-lg-10 controls">
<div class="row">
<div class="col-xs-6">
<input class="form-control" id="txAddr" readonly=1 type="text" />
</div>
<div class="col-xs-3">
<span class="input-group"><span class="input-group-addon">BTC</span> <input class="form-control" id="txBalance" placeholder="0.00" type="text" /></span>
</div>
<div class="col-xs-2">
<button class="btn btn-default" data-target="#txUnspentForm" data-toggle="collapse" id="txToggle" type="button">Edit Inputs</button>
</div>
</div>
</div>
</div>
<div class="collapse" id="txUnspentForm">
<div class="form-group">
<label class="col-lg-2 control-label" for="txBBE">Use History From</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="txType">
<label class="btn btn-default active">
<input id="txBE" name="txType" type="radio" />BitEasy</label>
<label class="btn btn-default">
<input id="txBCI" name="txType" type="radio" />BlockChain Info</label>
<label class="btn btn-default">
<input id="txBBE" name="txType" type="radio" />Bitcoin Block Explorer</label>
</div> <button class="btn btn-default help-inline" id="txGetUnspent" type="button">Download</button>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="txUnspent">Transaction Inputs</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="txUnspent" rows="16"></textarea>
</div>
</div>
</div>
<div class="form-group txCC">
<label class="col-lg-2 control-label" for="txDest">Destination Address</label>
<div class="col-lg-10 controls">
<div class="row">
<div class="col-xs-6">
<input autocomplete="off" class="form-control txDest" id="txDest" type="text" />
</div>
<div class="col-xs-3">
<span class="input-group"><span class="input-group-addon">BTC</span> <input class="form-control" id="txValue" placeholder="0.00" type="text" /></span>
</div>
<div class="col-xs-3 help-inline">
<button class="btn btn-default" id="txAddDest" type="button">+</button> <button class="btn btn-default" disabled="disabled" id="txRemoveDest" type="button">–</button>
</div>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="txJSON">JSON Transaction</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="txJSON" readonly="readonly" rows="12" spellcheck="false"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="txHex">Raw Transaction</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="txHex" readonly="readonly" rows="9"></textarea>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="txFee">Fee</label>
<div class="col-lg-10 controls">
<div class="input-group">
<span class="input-group-addon">BTC</span> <input class="form-control" id="txFee" type="text" value="0.0005" />
</div>
</div>
</div>
<div class="form-group">
<div class="col-lg-offset-2 col-lg-10 controls">
<div class="input-group">
<button class="btn btn-default" id="txSign" title="ECDSA signatures require a random number which means signing the same data twice results in different sigs." type="button">Re-sign</button>
</div>
</div>
</div>
</fieldset>
</form>
</div><!-- Converter -->
<div class="tab-pane fade" id="converter">
<form action="/" class="form-horizontal" method="get">
<fieldset>
<legend>Converter</legend>
<div class="form-group">
<label class="col-lg-2 control-label" for="enc_from">Source Encoding</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="enc_from">
<label class="btn btn-default active"><input id="from_hex" name="enc_from" type="radio" />Hex</label> <label class="btn btn-default"><input id="from_text" name="enc_from" type="radio" />Text</label> <label class="btn btn-default"><input id="from_base58" name="enc_from" type="radio" />Base58</label> <label class="btn btn-default"><input id="from_base64" name="enc_from" type="radio" />Base64</label> <label class="btn btn-default"><input id="from_rfc1751" name="enc_from" type="radio" />Rfc1751</label> <label class="btn btn-default"><input id="from_mnemonic" name="enc_from" type="radio" />Poetry</label>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="enc_from">Source Text</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="src" rows="8" spellcheck="false"></textarea>
<div>
<span id="hint_from"> </span>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="enc_from">Convert To</label>
<div class="col-lg-10 controls">
<div class="btn-group" data-toggle="buttons" id="enc_to">
<label class="btn btn-default active"><input id="to_hex" name="enc_to" type="radio" />Hex</label> <label class="btn btn-default"><input id="to_text" name="enc_to" type="radio" />Text</label> <label class="btn btn-default"><input id="to_base58" name="enc_to" type="radio" />Base58</label> <label class="btn btn-default"><input id="to_base64" name="enc_to" type="radio" />Base64</label> <label class="btn btn-default"><input id="to_rfc1751" name="enc_to" type="radio" />Rfc1751</label> <label class="btn btn-default"><input id="to_mnemonic" name="enc_to" type="radio" />Poetry</label> <label class="btn btn-default"><input id="to_rot13" name="enc_to" type="radio" />Rot13</label>
</div>
</div>
</div>
<div class="form-group">
<label class="col-lg-2 control-label" for="enc_from">Result</label>
<div class="col-lg-10 controls">
<textarea class="form-control" id="dest" readonly="readonly" rows="8"></textarea>
<div>
<span id="hint_to"> </span>
</div>
</div>
</div>
</fieldset>
</form>
</div>
<hr />
<footer>
<p>
This work of art is public domain, source code available at <a href="https://github.com/ms-brainwallet/ms-brainwallet.github.io">GitHub</a>.
</p>
</footer>
</div>
</div>
</body>
</html>