Crypt::Discordian - encryption as described in Principia Discorida


Crypt-Discordian documentation  | view source Contained in the Crypt-Discordian distribution.

Index


NAME

Top

Crypt::Discordian - encryption as described in Principia Discorida

SYNOPSIS

Top

  use Crypt::Discordian;

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

DESCRIPTION

Top

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

Top

Terrence Brannon, <metaperl@urth.org>

COPYRIGHT AND LICENSE

Top


Crypt-Discordian documentation  | view source Contained in the Crypt-Discordian distribution.