View diceware6-openthesaurus.sh
#!/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. |
View diceware10-openthesaurus.sh
#!/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. |