diff --git a/bash/share/gen-password/README.md b/bash/share/gen-password/README.md index c0c6e48..1391134 100644 --- a/bash/share/gen-password/README.md +++ b/bash/share/gen-password/README.md @@ -2,18 +2,17 @@ #### English -Lists were taken from : -[EFF](https://www.eff.org/fr/deeplinks/2016/07/new-wordlists-random-passphrases). I am unsure about their licensing. +Lists taken from : +[EFF word list](https://www.eff.org/fr/deeplinks/2016/07/new-wordlists-random-passphrases). I am unsure about licensing. * [Large list](eff_large_wordlist.txt): To use with 5 dices. * [Short list 1](eff_short_wordlist_1.txt): To use with 4 dices. * [Short list 2](eff_short_wordlist_2_0.txt): 4 dices, with some improvements. - #### Français Listes prises sur [github.com/mbelivo/diceware-wordlists-fr](https://github.com/mbelivo/diceware-wordlists-fr). La licence est CC BY-NC-SA 3.0. -* [Liste Longue](wordlist_fr_5d.txt): Pour 5 dés -* [Liste Courte 1](wordlist_fr_4d.txt): Pour 4 dés -* [Liste Courte 2](wordlist_fr_4d_2.txt): Pour 4 dés, avec quelques aéliorations. +* [Liste Longue](wordlist_fr_5d.txt): Pour 5 dés. +* [Liste Courte 1](wordlist_fr_4d.txt): Pour 4 dés. +* [Liste Courte 2](wordlist_fr_4d_2.txt): Pour 4 dés, avec quelques améliorations. diff --git a/bash/share/gen-password/en-4-2.txt b/bash/share/gen-password/en-4-2.txt new file mode 120000 index 0000000..c642f1a --- /dev/null +++ b/bash/share/gen-password/en-4-2.txt @@ -0,0 +1 @@ +eff_short_wordlist_2_0.txt \ No newline at end of file diff --git a/bash/share/gen-password/en-4.txt b/bash/share/gen-password/en-4.txt new file mode 120000 index 0000000..42ce127 --- /dev/null +++ b/bash/share/gen-password/en-4.txt @@ -0,0 +1 @@ +eff_short_wordlist_1.txt \ No newline at end of file diff --git a/bash/share/gen-password/en-5.txt b/bash/share/gen-password/en-5.txt new file mode 120000 index 0000000..105f880 --- /dev/null +++ b/bash/share/gen-password/en-5.txt @@ -0,0 +1 @@ +eff_large_wordlist.txt \ No newline at end of file diff --git a/bash/share/gen-password/fr-4-2.txt b/bash/share/gen-password/fr-4-2.txt new file mode 120000 index 0000000..5be88a2 --- /dev/null +++ b/bash/share/gen-password/fr-4-2.txt @@ -0,0 +1 @@ +wordlist_fr_4d_2.txt \ No newline at end of file diff --git a/bash/share/gen-password/fr-4.txt b/bash/share/gen-password/fr-4.txt new file mode 120000 index 0000000..55024eb --- /dev/null +++ b/bash/share/gen-password/fr-4.txt @@ -0,0 +1 @@ +wordlist_fr_4d.txt \ No newline at end of file diff --git a/bash/share/gen-password/fr-5.txt b/bash/share/gen-password/fr-5.txt new file mode 120000 index 0000000..f758bb3 --- /dev/null +++ b/bash/share/gen-password/fr-5.txt @@ -0,0 +1 @@ +wordlist_fr_5d.txt \ No newline at end of file