The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

Crypt::Discordian - encryption as described in Principia Discorida

SYNOPSIS

  use Crypt::Discordian;

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

DESCRIPTION

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.

EXPORT

None by default.

AUTHOR

Terrence Brannon, <metaperl@urth.org>

COPYRIGHT AND LICENSE

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.