NAME

Silly::K-Rad - Make text hard to read...

SYNOPSIS

use Silly::KRad;

# Create a new KRad encoder/decoder

my $KRad=Silly::KRad::new();

# Encode some text to KRad

my $Text="Convert me to KRad\n";
my $Encoded=$KRad->encode($Text);

# Decode KRad text

my $Decoded=$KRad->decode($Encoded);

DESCRIPTION

Silly::KRad is useful for encoding text documents to make them harder to read. Impress your friends, 31337 hax0rs and others.

Silly::KRad switches letters and numbers with other characters that look similar. For example, "hello world" becomes "h311o wor1d".

AUTHOR

Marc Slagle - marc.slagle@securelevel.com