Crypt::Caesar - Decrypt rot-N strings


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

Index


NAME

Top

Crypt::Caesar - Decrypt rot-N strings

SYNOPSIS

Top

    use Crypt::Caesar;
    print caesar("Vn tjp xvi nzz, do rjmfn.\n");

DESCRIPTION

Top

This module is based on the caesar utility from the bsdgames package, made by Stan King and John Eldridge, based on the algorithm suggested by Bob Morris.

The caesar utility attempts to decrypt caesar cyphers using English letter frequency statistics.

caesar

This is the only function this package provides. It is exported by default and prototyped ($).

AUTHOR

Top

Juerd


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