|
Written by Olle Johansson
|
|
Sunday, 05 November 2006 |
|
I've released yet another simple little plugin that crypts the text of content items with the very simple rot13 algorithm which rotates the alphabet 13 (or a selected number) letters to the left or right.
Just install the plugin in the Joomla administrator and make sure it is
published. The default parameters will rotate the alphabet 13 characters
on all content items. In the parameters section it is possible to select
the number of characters to rotate the alphabet and which direction. If
the Rotate All option is off then {rot} will need to be placed in each
content item to be crypted. It is also possible to override the default
rotation by setting the value in the plugin code. E.g. {rot:5} will
rotate the alphabet 5 characters.
This plugin has no real practical use, the encryption provided is very easily
decrypted, but may be used as a fun toy or maybe as an April's Fools Joke.
|