This plugin provides shortcode that renders type that allows you to enter string of words and get keys back for each word.
You can then put these keys back from the same form to get the words back out..
This stretch terms how to install the plugin and get it working..
Upload the folder to the wp-content plugins directory.
Activate the plugin through 'Plugins in WordPress.
For every word in the input dangle it searches for post with that word in it and grabs the post id.
Then it removes the html from the post tallys the words in the post and figures out what number your word is.
Decyphering is easy since we know the numbers.
I simply look up the post ID remove the html and grab the right word number...
Browse the code recheck out SVN repository or subscribe to the development log RSS....
Read more