
				    PLUGINS
				    =======

This is a sample plugins directory.  It contains a trivial cipher called
Identity that actually does nothing (quite inefficiently ;) ).  If you would
like to create your own plugins, copy this plugins directory to
~/.gcipher/plugins and use the Identity plugin as a starting point.  GCipher
has plenty of utility functions and base classes to make implementing ciphers
easier, so don't forget to check out the default ciphers that come with GCipher
for an example of how to use them!  When you have finished your plugin,
remember to register it in ~/.gcipher/plugins/ciphergui/PluginCipherGUIList.py
so that the GUI will recognize it.  Also, consider sharing your plugins with
other GCipher users!
