Skip to content

Instantly share code, notes, and snippets.

View kuljanka's full-sized avatar
💭
I'm coding :)

kuljanka

💭
I'm coding :)
View GitHub Profile
@kuljanka
kuljanka / diceware10-openthesaurus.sh
Created April 1, 2019 03:02 — forked from buchnema/diceware10-openthesaurus.sh
Creating German diceware wordlist from Open Thesaurus for ten-sided dice
#!/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.
@kuljanka
kuljanka / diceware6-openthesaurus.sh
Created April 1, 2019 03:01 — forked from buchnema/diceware6-openthesaurus.sh
Creating German diceware wordlist from Open Thesaurus for six-sided dice
#!/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.