This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
: <<'COMMENT' | |
This script takes the dataset from the Open Thesaurus project and | |
transforms it to a wordlist comparable to the original diceware list. | |
I thought the original list contains too much lines which just don't | |
make any sense and/or are hard to memorize. So my goal was to | |
automatically generate a list containing only memorable words, which | |
can then be used to add your own special characters or variations. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#!/bin/bash | |
: <<'COMMENT' | |
This script takes the dataset from the Open Thesaurus project and | |
transforms it to a wordlist comparable to the original diceware list. | |
I thought the original list contains too much lines which just don't | |
make any sense and/or are hard to memorize. So my goal was to | |
automatically generate a list containing only memorable words, which | |
can then be used to add your own special characters or variations. |