forked from yesiamben/diceware
-
Notifications
You must be signed in to change notification settings - Fork 62
/
index.html
927 lines (897 loc) · 32.1 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
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
480
481
482
483
484
485
486
487
488
489
490
491
492
493
494
495
496
497
498
499
500
501
502
503
504
505
506
507
508
509
510
511
512
513
514
515
516
517
518
519
520
521
522
523
524
525
526
527
528
529
530
531
532
533
534
535
536
537
538
539
540
541
542
543
544
545
546
547
548
549
550
551
552
553
554
555
556
557
558
559
560
561
562
563
564
565
566
567
568
569
570
571
572
573
574
575
576
577
578
579
580
581
582
583
584
585
586
587
588
589
590
591
592
593
594
595
596
597
598
599
600
601
602
603
604
605
606
607
608
609
610
611
612
613
614
615
616
617
618
619
620
621
622
623
624
625
626
627
628
629
630
631
632
633
634
635
636
637
638
639
640
641
642
643
644
645
646
647
648
649
650
651
652
653
654
655
656
657
658
659
660
661
662
663
664
665
666
667
668
669
670
671
672
673
674
675
676
677
678
679
680
681
682
683
684
685
686
687
688
689
690
691
692
693
694
695
696
697
698
699
700
701
702
703
704
705
706
707
708
709
710
711
712
713
714
715
716
717
718
719
720
721
722
723
724
725
726
727
728
729
730
731
732
733
734
735
736
737
738
739
740
741
742
743
744
745
746
747
748
749
750
751
752
753
754
755
756
757
758
759
760
761
762
763
764
765
766
767
768
769
770
771
772
773
774
775
776
777
778
779
780
781
782
783
784
785
786
787
788
789
790
791
792
793
794
795
796
797
798
799
800
801
802
803
804
805
806
807
808
809
810
811
812
813
814
815
816
817
818
819
820
821
822
823
824
825
826
827
828
829
830
831
832
833
834
835
836
837
838
839
840
841
842
843
844
845
846
847
848
849
850
851
852
853
854
855
856
857
858
859
860
861
862
863
864
865
866
867
868
869
870
871
872
873
874
875
876
877
878
879
880
881
882
883
884
885
886
887
888
889
890
891
892
893
894
895
896
897
898
899
900
901
902
903
904
905
906
907
908
909
910
911
912
913
914
915
916
917
918
919
920
921
922
923
924
925
926
927
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
<meta
name="description"
content="An easy way to generate a Diceware passphase or password."
/>
<link rel="shortcut icon" href="favicon.ico" />
<title>Diceware Secure Passphrase and Password Generator</title>
<link
rel="stylesheet"
href="node_modules/bootstrap/dist/css/bootstrap.min.css"
type="text/css"
integrity="sha384-1q8mTJOASx8j1Au+a5WDVnPi2lkFfwwEAa8hDDdjZlpLegxhjVME1fgjWPGmkzs7"
crossorigin="anonymous"
/>
<link
rel="stylesheet"
href="css/app.css"
type="text/css"
integrity="sha384-PxEoEfoht/4p3zhoZ4g/DWVF/KznvesBxHwy2sp1ufg+ZAc0KQQYgiXoUOduQODX"
crossorigin="anonymous"
/>
</head>
<body>
<nav class="navbar navbar-inverse navbar-fixed-top">
<div class="container">
<div class="navbar-header">
<button
type="button"
class="navbar-toggle collapsed"
data-toggle="collapse"
data-target="#navbar"
aria-expanded="false"
aria-controls="navbar"
>
<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="#eff">Diceware</a>
</div>
<div id="navbar" class="collapse navbar-collapse">
<ul class="nav navbar-nav">
<li>
<a href="#" class="listSelectionLink" data-list="eff">EFF (EN)</a>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="diceware"
>Diceware (EN)</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="alternative"
>Diceware Alt (EN)</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="basque"
>Basque</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="catalan"
>Catalan</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="czech">Czech</a>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="danish"
>Danish</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="dutch">Dutch</a>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="esperanto"
>Esperanto</a
>
</li>
</ul>
<ul class="nav navbar-nav">
<li>
<a href="#" class="listSelectionLink" data-list="finnish"
>Finnish</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="french"
>French</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="german-dereko"
>German (DeReKo)</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="german-tenne"
>German (Tenne)</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="hungarian"
>Hungarian</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="italian"
>Italian</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="japanese"
>Japanese</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="maori">Maori</a>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="norwegian"
>Norwegian</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="polish"
>Polish</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="russian"
>Russian</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="spanish"
>Spanish</a
>
</li>
<li>
<a href="#" class="listSelectionLink" data-list="swedish"
>Swedish</a
>
</li>
</ul>
</div>
<!--/.nav-collapse -->
</div>
</nav>
<div class="container">
<div class="page-header">
<h1 id="listTitleHeader">
<span class="text-capitalize"></span> <small>wordlist</small>
</h1>
<p class="lead">
<a
href="http://world.std.com/~reinhold/diceware.html"
target="_blank"
rel="noopener"
>Diceware</a
>
is used to generate cryptographically strong passphrases. Don't let
that frighten you away though, a passphrase is just a password made of
words you can remember. It is based on the principle that truly random
selection of words from a
<a
href="http://world.std.com/~reinhold/diceware.wordlist.asc"
target="_blank"
rel="noopener"
>wordlist</a
>, can result in easily memorable passwords that are also extremely
resistant to attack. Traditional Diceware uses rolls of physical dice,
this application uses a strong random number generator in place of the
dice. Passwords that are
<a
href="http://world.std.com/~reinhold/dicewarefaq.html#howlong"
target="_blank"
rel="noopener"
>six words</a
>
or longer are thought to be safe for any very high security
applications.
</p>
</div>
<div class="btn-group" role="group" aria-label="Add random words group">
<button
type="button"
class="btn btn-warning genWordsButton"
data-words="5"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 5
Words
</button>
<button
type="button"
class="btn btn-success genWordsButton"
data-words="6"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 6
Words
</button>
<button
type="button"
class="btn btn-success genWordsButton"
data-words="7"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 7
Words
</button>
<button
type="button"
class="btn btn-success genWordsButton"
data-words="8"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 8
Words
</button>
<button
type="button"
class="btn btn-success genWordsButton"
data-words="9"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 9
Words
</button>
<button
type="button"
class="btn btn-success genWordsButton"
data-words="10"
data-rolls="5"
data-reset="1"
>
<span class="glyphicon glyphicon-random" aria-hidden="true"></span> 10
Words
</button>
<button
type="button"
class="btn btn-default genWordsButton"
data-words="1"
data-rolls="5"
data-reset="0"
>
<span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span>
Word
</button>
<button
type="button"
class="btn btn-default genWordsButton"
data-words="1"
data-rolls="2"
data-reset="0"
>
<span class="glyphicon glyphicon-plus-sign" aria-hidden="true"></span>
Symbol
</button>
</div>
<br />
<br />
<form
id="addFiveDieRollWordForm"
class="form-inline"
data-toggle="validator"
>
<div class="form-group">
<label class="sr-only" for="addFiveDieRollWord"
>Add Two or Five Die Roll</label
>
<div class="input-group">
<div class="input-group-addon">#</div>
<input
type="text"
class="form-control"
id="addFiveDieRollWord"
placeholder="+ 2x or 5x die roll"
maxlength="5"
pattern="^[1-6]{2,5}$"
autocomplete="off"
autofocus
/>
</div>
<span class="help-block with-errors"></span>
</div>
</form>
<br />
<br />
<ul id="diceWords" class="list-inline"></ul>
<br />
<br />
<div id="diceWordsCopyableContainer" class="well well-sm">
<span class="label label-default"
>copyable text with spaces or dashes</span
><br /><br />
<code id="diceWordsCopyableSpace"></code>
<button
class="btn btn-default btn-xs copy-button"
data-clipboard-action="copy"
data-clipboard-target="#diceWordsCopyableSpace"
>
Copy</button
><br />
<code id="diceWordsCopyableDash"></code>
<button
class="btn btn-default btn-xs copy-button"
data-clipboard-target="#diceWordsCopyableDash"
>
Copy
</button>
<br />
</div>
<div id="entropyEstimateContainer" class="well well-sm">
<span class="label label-default">entropy stats</span><br /><br />
<p>
There are <code id="totalWords"></code> words in your password,
resulting in ~<code id="totalEntropy"></code> bits of entropy (~<code
>12.92 bits/word</code
>, ~<code>10 bits/letter</code>, and ~<code>5.16 bits/symbol</code>).
That many words equates to a total keyspace of ~<code
id="crackTimeResultsKeySpace"
></code>
possible phrases <code>(7776^WordsInPhrase)</code>. An adversary might
get lucky and guess your phrase on the first try, though the chances
of that happening are very slim. On the other hand, the brute-force
attacker might be forced to try all of the keys in the keyspace to
finally find that the last guess was the correct one. On average, it
takes trying 50% of all phrases in the keyspace to find your phrase.
The time it takes to discover your passphrase is based on how many
guesses per second your attacker can muster. At the lower end in 2016
a small cluster of GPU's have
<a
href="https://gist.github.com/epixoip/a83d38f412b4737e99bbef804a270c40/revisions"
target="_blank"
rel="noopener"
>demonstrated the ability to crack</a
>
~<code>350</code> billion hashes/second. A nation state actor like the
NSA
<a
href="https://pthree.org/2013/04/16/password-attacks-part-i-the-brute-force-attack/"
target="_blank"
rel="noopener"
>may be able to perform quadrillions/second</a
>. Conservatively assuming a professional adversary can guess
passwords at the rate of a
<code id="crackTimeResultsGuessesPerSecond"></code> keys/second
(Edward Snowden
<a
href="http://www.nytimes.com/2013/08/18/magazine/laura-poitras-snowden.html?pagewanted=all&_r=0"
target="_blank"
rel="noopener"
>suggests being prepared for a Trillion guesses per second</a
>), an exhaustive brute-force search on 50% of the total keyspace
might take:
</p>
<p>~<code id="crackTimeResultsSeconds"></code> seconds</p>
<p>~<code id="crackTimeResultsMinutes"></code> minutes</p>
<p>~<code id="crackTimeResultsHours"></code> hours</p>
<p>~<code id="crackTimeResultsDays"></code> days</p>
<p>~<code id="crackTimeResultsYears"></code> years</p>
<p>
~<code id="crackTimeResultsHumanLifetimes"></code> x avg. lifespan
</p>
<p>~<code id="crackTimeResultsMillenia"></code> millenia</p>
<p>
~<code id="crackTimeResultsUniverseLifetimes"></code> x age Universe
</p>
<a
href="http://world.std.com/~reinhold/dicewarefaq.html#calculatingentropy"
target="_blank"
rel="noopener"
>Learn more about calculating entropy</a
>
</div>
<hr />
<h2 class="text-muted">Frequently Asked Questions</h2>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">How do I use it?</h3>
</div>
<div class="panel-body">
<p>
Click on one of the numbered passphrase generator buttons above.
Click again to generate a totally new passphrase.
</p>
<p>
The <code>+ Word</code> or <code>+ Symbol</code> buttons will
enhance the strength of the existing passphrase.
</p>
<p>
For extra security you can manually roll physical dice (two or five
die rolls for each symbol or word respectively) and enter the
results to add a word to your passphrase.
</p>
<p>
Each word or symbol displayed is shown with the index number that
was used to look it up in the diceware word list.
</p>
<p>
You can copy the generated passphrase from the copyable string on
the page. You should store it somewhere safe and secure. You might
want to write it down and refer to the written version until you can
remember it.
</p>
<p>
Close your browser window once you're done so others can't discover
your passphrase.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">What inspired you to create this?</h3>
</div>
<div class="panel-body">
I have been using Diceware for several years but its kind of a hassle
for everyday passphrases. I wanted something that was easy to use, and
yet secure for all but the most extreme security needs. Micah Lee's
excellent overview in his article entitled
<a
href="https://firstlook.org/theintercept/2015/03/26/passphrases-can-memorize-attackers-cant-guess/"
target="_blank"
rel="noopener"
>Passphrases That You Can Memorize — But That Even The NSA Can't
Guess</a
>
is a great read on the topic. For me, this is about 'scratching my own
itch' and using a tool I know I can trust.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Is it safe?</h3>
</div>
<div class="panel-body">
It depends. Are you the target of a nation-state level adversary? If
so, you should probably not use this and should instead use Diceware
to roll real physical dice and look up the words from the wordlist
manually. This is the official recommendation of the
<a
href="http://world.std.com/~reinhold/dicewarefaq.html#electronic"
target="_blank"
rel="noopener"
>Diceware FAQ</a
>. As a normal person, even if you have high security needs like
protecting long term cryptographic keys, you should be safe using this
tool. Using real dice is the most secure way, but relying on the
random number generator should be safe as well.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Does this use a cryptographically strong random number generator to
choose the words?
</h3>
</div>
<div class="panel-body">
The JavaScript <code>window.crypto.getRandomValues()</code> CSPRNG
that ships with modern browsers to get random bytes is used. You can
learn more about
<code
><a
href="https://developer.mozilla.org/en-US/docs/Web/API/RandomSource/getRandomValues"
target="_blank"
rel="noopener"
>window.crypto.getRandomValues()</a
></code
>
and make your own determination as to its suitability. Many
cryptographic library authors are now targeting the browser
environment and most are using this API as their primary source of
entropy so you are in good company.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
What URL should I be using to access this application?
</h3>
</div>
<div class="panel-body">
The canonical link for this version is
<a
href="https://www.rempe.us/diceware/"
target="_blank"
rel="noopener"
>https://www.rempe.us/diceware/</a
>.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Does this application send any data anywhere?
</h3>
</div>
<div class="panel-body">
<p>
No security sensitive information such as your selected passphrase
size, die rolls, or the generated passphrase ever leaves your
browser or is logged anywhere. Ever. Once the initial page is loaded
as static files everything is done locally in your browser. In fact,
once you load this application in your browser you can turn off your
network connection and it should work just fine. Of course these
guarantess only apply if you are viewing this page from a rempe.us
domain. I don't suggest you use any other hosted version of this
page unless you hosted it yourself.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Where is the code for this application being served from?
</h3>
</div>
<div class="panel-body">
The entire application is just HTML, JavaScript and CSS. There is no
server side component and no database. All of the JavaScript and other
assets are versioned in the repository and no code is served from
outside of the repository.
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">How should I use this most safely?</h3>
</div>
<div class="panel-body">
<p>You should ensure that:</p>
<ul>
<li>
You
<a
href="http://world.std.com/~reinhold/diceware.html"
target="_blank"
rel="noopener"
>read about Diceware</a
>
and understand the strengths and limitations of this approach.
</li>
<li>
Don't generate passphrases on a machine you don't own and control.
No public machines!
</li>
<li>
Make sure no one else is in the room with you that can 'shoulder
surf'.
</li>
<li>You close the browser window, when you are done.</li>
<li>
You always visit this site over a TLS (HTTPS) connection. This is
enforced with HSTS. A non-TLS HTTP connection opens you up to
trivial man-in-the-middle attack on the code or the wordlists.
</li>
<li>
You are using the
<a
href="http://www.whatismybrowser.com/"
target="_blank"
rel="noopener"
>latest version of a modern browser</a
>.
</li>
</ul>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Why is the EFF English word list the default?</h3>
</div>
<div class="panel-body">
<p>
The <a href="https://www.eff.org/deeplinks/2016/07/new-wordlists-random-passphrases">EFF word list</a> provides
a thoughtful word list that aligns with the goals of Diceware. Making memorable, harder
to confuse, passphrases. Other word lists are provided, in various languages, for you to choose from.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">What is entropy?</h3>
</div>
<div class="panel-body">
<blockquote>
<p>
Entropy is a measure of the uncertainty or randomness of a system.
The concept is a difficult one to grasp fully and is confusing,
even to experts. Strictly speaking, any given passphrase has an
entropy of zero because it is already chosen. It is the method you
use to randomly select your passphrase that has entropy. Entropy
tells how hard it will be to guess the passphrase itself even if
an attacker knows the method you used to select your passphrase. A
passphrase is more secure if it is selected using a method that
has more entropy.
</p>
<p>
Entropy is measured in bits. The outcome of a single coin toss --
"heads or tails" -- has one bit of entropy.
</p>
<footer>
Arnold G. Reinhold -
<cite title="Diceware FAQ"
>Diceware
<a
href="http://world.std.com/~reinhold/dicewarefaq.html#entropy"
target="_blank"
rel="noopener"
>FAQ</a
></cite
>
</footer>
</blockquote>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">How are you measuring entropy?</h3>
</div>
<div class="panel-body">
<p>
Each standard Diceware word is assigned ~12.92 bits of entropy
(<code>Math.log2(7776)</code>), each special character added is
~5.16 bits (<code>Math.log2(36)</code>). The total is the sum of the
entropy in each full word or special character.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">
Is the source code available and can I run my own copy locally?
</h3>
</div>
<div class="panel-body">
<p>
<strong>Yes!</strong> The source code is
<a
href="https://github.com/grempe/diceware"
target="_blank"
rel="noopener"
>available on Github</a
>. Its a simple static HTML application and you can clone and run it
by opening the <code>index.html</code> file in your browser. When
run locally it should work when your computer is completely offline.
The latest commits in the git repository are signed with my
<a href="https://www.rempe.us/keys" target="_blank" rel="noopener"
>public code signing key</a
>.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Would XKCD approve?</h3>
</div>
<div class="panel-body">
<p>
Yes,
<a href="https://xkcd.com/936/" target="_blank" rel="noopener"
>I believe so</a
>.
</p>
</div>
</div>
<div class="panel panel-default">
<div class="panel-heading">
<h3 class="panel-title">Who created this?</h3>
</div>
<div class="panel-body">
<ul>
<li>
Arnold G. Reinhold created Diceware. You can
<a
href="http://world.std.com/~reinhold/"
target="_blank"
rel="noopener"
>find him online here</a
>.
</li>
<li>
<a href="http://www.iamben.co.uk/" target="_blank" rel="noopener"
>Ben Pritchard</a
>
(<a
href="http://twitter.com/yesiamben"
target="_blank"
rel="noopener"
>@yesiamben</a
>) created the first version of this application and did a really
nice job of it.
</li>
<li>
<a href="https://www.rempe.us/" target="_blank" rel="noopener"
>Glenn Rempe</a
>
(<a
href="http://twitter.com/grempe"
target="_blank"
rel="noopener"
>@grempe</a
>) was inspired by Ben's idea, enhanced its security, updated the
code, and created a new user interface.
</li>
</ul>
</div>
</div>
</div>
<!-- /.container -->
<!-- load third party libraries -->
<script
src="node_modules/jquery/dist/jquery.min.js"
integrity="sha384-rY/jv8mMhqDabXSo+UCggqKtdmBfd3qC2/KvyTDNQ6PcUJXaxK1tMepoQda4g5vB"
crossorigin="anonymous"
></script>
<script
src="node_modules/big.js/big.js"
integrity="sha384-qGXZvHTUjOA3/y+Zcwpe3BySHNUZGEv1IGB9wCrI7mFQMWSfzatC/1DrchKsvXNY"
crossorigin="anonymous"
></script>
<script
src="node_modules/bootstrap/dist/js/bootstrap.min.js"
integrity="sha384-0mSbJDEHialfmuBBQP6A4Qrprq5OVfW37PRR3j5ELqxss1yVqOtnepnHVP9aJ7xS"
crossorigin="anonymous"
></script>
<script
src="node_modules/bootstrap-validator/dist/validator.min.js"
integrity="sha384-38PYlsq0vWFYdiwAXpB0nFeTgsOMC8AyIFC5g/qDp0ihLbjeYiFAWz3rcNVR1+lI"
crossorigin="anonymous"
></script>
<script
src="node_modules/clipboard/dist/clipboard.min.js"
integrity="sha384-CUdYwYFu8WmBI8h257c5rCd1GQX0KL+zSYV6kyRNY2thW7QqQymKGfTCI1WHwzvy"
crossorigin="anonymous"
></script>
<!-- load the primary wordlist synchronously -->
<script
src="lists/special-min.js"
integrity="sha384-bWlPtpszg6ff0Z4tBQ/rn+w/gSyuIWPoo6FygsYKV20VXR0nvOXP4f3TMSaY/poB"
crossorigin="anonymous"
></script>
<script
src="lists/diceware-min.js"
integrity="sha384-Bxncy+d8O2xlYeIofeyogSmyxlxmxhrtOQZWVDYdHW4Ip7HR8J7z2mI8zcYhwIfH"
crossorigin="anonymous"
></script>
<script
src="lists/eff.js"
integrity="sha384-flaRXFCjJXiYkQTk9YdSyqn5XEHkbISbCoVWyTgmNw8hmlJpn39fHW9//gccdZcc"
crossorigin="anonymous"
></script>
<!-- load the secondary languages async -->
<script
async
src="lists/alternative-min.js"
integrity="sha384-n54eORJtgeTfAQr8EXYh1kA+RC9JXTgQjyKfAAZkGOtyuMKGuZGOXue90nKDvHYz"
crossorigin="anonymous"
></script>
<script
async
src="lists/basque-min.js"
integrity="sha384-Bk9x/kupAKvQKiqgh+JnDvxYwPWXkOSelPniYaTibcctx+IecbGqO6IxAGzELgDz"
crossorigin="anonymous"
></script>
<script
async
src="lists/catalan-min.js"
integrity="sha384-/NRf3+U/qMdWbdRP6DktX6vs6VAPRB3j35wLMKNBJTU9u67mi2c+8bcDILEiqyBd"
crossorigin="anonymous"
></script>
<script
async
src="lists/czech-min.js"
integryty="sha384-tFySTckw13k8sBNmzVLc/QOIh92GTJmHRMDYjnjR5c8XwXq7djvlp+fE8DqUKhNb"
crossorigin="anonymous"
></script>
<script
async
src="lists/danish.js"
integrity="sha384-Ez7VapRnAdhaCKyalmgOqyHoKdPyLP70x9DVHYn4BjMYq7Bj9vq3yfNKi0es0ToW"
crossorigin="anonymous"
></script>
<script
async
src="lists/dutch-min.js"
integrity="sha384-OBsokApSgpybNaLHVhp52dbFEf8HNIQHJQQl7Cfpxn4KP0DrsvTmLNxzASJYMYmy"
crossorigin="anonymous"
></script>
<script
async
src="lists/esperanto-min.js"
integrity="sha384-uhSNurtClUFLnKuxFVGWPI+vBxAi1jNStHJbv7Rn/krb+siXZz5rkYKMMarRN5/X"
crossorigin="anonymous"
></script>
<script
async
src="lists/finnish.js"
integrity="sha384-oInxK+CTtYr0eZiFOhRaXH5JFzKNT93HCZ5wGok8fJWn0rFfPID+kaUQvViyIfra"
crossorigin="anonymous"
></script>
<script
async
src="lists/french-min.js"
integrity="sha384-Pg7oPeVU2FZae923gEHIUsSca2YibRZ6CotVnPFQq1LgwbX+8nAnaeZeK+VyYKQQ"
crossorigin="anonymous"
></script>
<script
async
src="lists/german-dereko-min.js"
integrity="sha384-4Sl874U95OCY2NX0N871TkEsRICEKbn6a7+xX7nLpFPtFTRJ69qSIVVGbPmv6ELS"
crossorigin="anonymous"
></script>
<script
async
src="lists/german-tenne-min.js"
integrity="sha384-NQ4a8wq3Riqu7uK0a/neQdSjp096kS3+a+9WAA0Ta4MZbl9QnVCt4ey+2cUmsmj+"
crossorigin="anonymous"
></script>
<script
async
src="lists/hungarian-min.js"
integrity="sha384-FudHdOSCMK7ulb3np4C6bL5cD5ybMLRA1wt4Pxg9348dXVFyAFbQ+j+W6K7Wis4G"
crossorigin="anonymous"
></script>
<script
async
src="lists/italian-min.js"
integrity="sha384-D/nVN8/lUPAj1WkfBObSzH6YWTriwdYJBv2M/geILjnw+ZiteeezZSROzfB6130i"
crossorigin="anonymous"
></script>
<script
async
src="lists/japanese-min.js"
integrity="sha384-V5IKlx1IG7JN80tTRq2onQDMDaufYkN+nFE+X/Zhg+WSxUkOwOpBQ8OqRm2Am2Fv"
crossorigin="anonymous"
></script>
<script
async
src="lists/maori-min.js"
integrity="sha384-MVpLhxN2av8BOv6zz3tPmybNb9tFE0zVNKvUCIKi6huXBfxAa+G2chn4tiESpS7y"
crossorigin="anonymous"
></script>
<script
async
src="lists/norwegian.js"
integrity="sha384-ytapbQdczM9KKhTEWsOp66DgQoXR1KaM/mIP1QI7zUyKnVZ+4zRoIiRFbSGR3igR"
crossorigin="anonymous"
></script>
<script
async
src="lists/polish-min.js"
integrity="sha384-UHDIgFSN2BzQfE0E8phyBz8SfMDb7RxUmtmr+huhpyBL8KAO7G46XjjSucsAb/Yw"
crossorigin="anonymous"
></script>
<script
async
src="lists/russian-min.js"
integryty="sha384-hQRKR3ReKFidL1Zkprmbumo3c/u7DIkrWXHKe31uPEv2GyVseFnPWkIAfXYj7T+P"
crossorigin="anonymous"
></script>
<script
async
src="lists/spanish-min.js"
integrity="sha384-Run924pvGSmDFc9EfHQSE1qgb/A+Ct8ZEIKh03/HzvpIQROCuc2zlUoRY2Aah2CR"
crossorigin="anonymous"
></script>
<script
async
src="lists/swedish-min.js"
integrity="sha384-6JJZcWqkihCRQXrH0UtKejY0PkFd+bTx7yHuwp56kj21xVt9NTOG4yuDsHKlUAfX"
crossorigin="anonymous"
></script>
<!-- core application JS -->
<script
src="index.js"
integrity="sha384-++jBnvz86d0OUZ3chFxES5Sj6jjOZ/jKegsrHhXhOEzWxrvn7LhRGB0HP+bvLeNI"
crossorigin="anonymous"
></script>
</body>
</html>