Acme::Playwright - Simple text obfuscation in the form of a play.


NAME

Acme::Playwright - Simple text obfuscation in the form of a play.


SYNOPSIS

  use Acme::Playwright;
  $play = Acme::Playwright::Make( $string );
  $plaintext = Acme::Playwright::UnMake( $play );
  # OR
  use Acme::Playwright;
  $ref = Acme::Playwright->new();
  $play = $ref->Make( $string );
  $plaintext = $ref->UnMake( $play );


DESCRIPTION

To be honest, I did this mostly for the comedy value. I was toying with the idea of making a real steganography module, and the next thing I knew, I was writing Playwright instead. It does offer a degree of security (albeit not a terribly high degree), especially if you replace some of the default names and/or phrases with your own.


AUTHOR

Kurt Kincaid <sifukurt@yahoo.com>


SEE ALSO

the perl manpage.

 Acme::Playwright - Simple text obfuscation in the form of a play.