This plugin is mainly a copy from MrAndersonMD's plugin base64-encoderdecoder (version 0.8.5).
It differs in the base encoding used. The original uses (PHP's implmentation of) base64.
This plugin deploys base16b, an encoding algorithm utilising the higher Unicode planes .
The algorithm is specified at
http://base16b.org
A demonstration of this plugin can be found at :
Base16.org
To install the plugin and get it working:
- Copy all the source directory and all its contents to the
/wp-content/plugins/
directory on the wordpress server
- Activate the plugin through the 'Plugins' menu in WordPress
- Browse the Settings. Make any necessary changes.
Alternatively (recommended) :
- Use the Wordpress admin screen to Plugins => Add New
- Search for base16b
- Install, activate and change Settings