You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
7 years ago | |
---|---|---|
english.txt | 7 years ago | |
freespeech.py | 7 years ago | |
readme.md | 7 years ago | |
test.sh | 7 years ago |
readme.md
FreeSpeech
The idea here is to encode arbitrary data as human words taken from an arbitrary wordlist of arbitrary length. Then, using the same wordlist, be able to decode the words back to the same data as before.
I will expand on the concept and techniques used later, for now, a working reference implementation can be found in freespeech.py. A sample wordlist can be found in english.txt.