I hereby claim:
- I am mbarkhau on github.
- I am mbarkhau (https://keybase.io/mbarkhau) on keybase.
- I have a public key ASA611NJs8HS_uT4799-rwH5jWqv7UpokdmcJHoivnQ_QQo
To claim this, I am signing this object:
| # The goal behind this wordlist is to make | |
| # a 1:1 encoding between words/symbols and bytes. It should | |
| # be possible to memorize data encoded with these words. | |
| # | |
| # - Each word has a unique two letter prefix. | |
| # - Each word has high number of syllables, to enable | |
| # reliable verbal communication (like nato code words). | |
| # - Each word has a levenshtein distance >= 3 to any other word | |
| # in the wordlist. |
| # -*- coding: utf-8 -*- | |
| from __future__ import absolute_import | |
| from __future__ import division | |
| from __future__ import print_function | |
| from __future__ import unicode_literals | |
| import os | |
| import sys | |
| import time |
| """This is an experiment to generate phrases | |
| which might be more easy to remember than random words. | |
| Of course this is just one part of the equation, next | |
| the sentences would need to be parsed. | |
| One consideration against using this is that people | |
| might be inclined to ignore some of the more nonsensical | |
| sentences, or pick out ones that they find easier to | |
| remember, and thereby reducing the entropy. |
I hereby claim:
To claim this, I am signing this object: