
Crypt::Discordian - encryption as described in Principia Discorida

use Crypt::Discordian; # per http://www.principiadiscordia.com/book/78.php my $string = 'hail eris'; $string = Crypt::Discordian::encrypt($string); # yields 'AEHIILRS'

Page 78 of the Principia Discordia lists an algorithm for encrypting text. I decided not to code it up. Then I looked away. And I decided not to code it again. And then I decided to do something else. And then I looked away again. So here's the result of my decision not to code up the algorithm.
None by default.

Terrence Brannon, <metaperl@urth.org>

Copyright (C) 2004 by U-MOKSHA\metaperl
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.2 or, at your option, any later version of Perl 5 you may have available.