author | snej@snej.local |
Sat Apr 04 20:53:53 2009 -0700 (2009-04-04) | |
changeset 22 | a9da6c5d3f7c |
permissions | -rw-r--r-- |
1 These routines implement a method for encoding binary data into a sequence
2 of words which can be spoken over the phone, for example, and converted
3 back to data on the other side.
5 For more information see http://www.tothink.com/mnemonic
7 mnemonic.h Header file
8 mnemonic.c Encoding/decoding and associated routines
9 mn_wordlist.c The word list itself
10 mnencode.c Sample program - encode data from stdin to stdout
11 mndecode.c Sample program - decode data from stdin to stdout
13 Oren Tirosh <oren@hishome.net>