Caesar's Method

Caesar's method is an encryption scheme involving shifting an alphabet (so a->c, b->d, c->e, d->f, etc., x->z,y->a,z->b). It is one of the most basic encryption methods, and is a specialized form of a transposition cipher.

Because the alphabet is rotated, the shift is consistent. A mapping of a->b,b->c, etc. is termed ROT 1 because the letters are shifted by one. Note that z would map to a due to the circular aspect of the rotation.

CaesarsMethod

Encrypting with ROT alpha and ROT beta yields the same ciphertext if and only if alpha=beta (mod 26).

ROT 13 is a popular encryption method on the Internet since it obfuscates text sufficiently to prevent accidental reading of the text. It is commonly used to list answers of puzzles, for example.

Caesar's method is a very weak encryption scheme, since there are 26 possibilities (of which one, ROT 26, is trivial). These can be easily checked by hand.

Wolfram Web Resources

Mathematica »

The #1 tool for creating Demonstrations and anything technical.

Wolfram|Alpha »

Explore anything with the first computational knowledge engine.

Wolfram Demonstrations Project »

Explore thousands of free applications across science, mathematics, engineering, technology, business, art, finance, social sciences, and more.

Computerbasedmath.org »

Join the initiative for modernizing math education.

Online Integral Calculator »

Solve integrals with Wolfram|Alpha.

Step-by-step Solutions »

Walk through homework problems step-by-step from beginning to end. Hints help you try the next step on your own.

Wolfram Problem Generator »

Unlimited random practice problems and answers with built-in Step-by-step solutions. Practice online or make a printable study sheet.

Wolfram Education Portal »

Collection of teaching and learning tools built by Wolfram education experts: dynamic textbook, lesson plans, widgets, interactive Demonstrations, and more.

Wolfram Language »

Knowledge-based programming for everyone.