Age | Commit message (Collapse) | Author | |
---|---|---|---|
24 hours | change keys to 78 bit random tokens and humanize the result | John Turner | |
Instead of picking random words via a random choice function, we generate a 13 * key_length bit random int as the key. We humanize the key by splitting it up into 13 bit segments and using the 13 bits as an index into the word list. This allows us to store the keys in binary form which is faster and uses less space. | |||
4 days | embed wordlist into sources | John Turner | |
4 days | add test_server.py | John Turner | |