NOVA

Codebreakers

Student Handout

Codemaker's Guidelines

There are many different ways to create ciphers. Some are more complicated than others. Try your hand at encoding a message. Here are some strategies you might want to use.

Procedure

  1. Think of a "secret password" in which no letter of the alphabet is used more than once. Write the password. Then write the rest of the alphabet, but leave out all the letters in the password. So, if the password is GOTHIC, what you write would look like this:

    GOTHICABDEFJKLMNPQRSUVWXYZ
    ABCDEFGHIJKLMNOPQRSTUVWXYZ

    Write the alphabet in order under the password alphabet to see which letter stands for what.

    Using this cipher, the word A P P L E would read G Q Q N J.

  2. Create a matrix like the one below.

    1 2 3 4 5
    1 A B C D E
    2 F G H I-JK
    3 L M N O P
    4 Q R S T U
    5 V W X Y Z

    To encode a message, replace each letter with a two-digit number—the number of the row and number of the column where the letter is found. For example, the word APPLE would read:

    APPLE
    1135353115, or
    1135353115.
  3. Create a complex cipher based on the above grid, but with significant alterations to help hide the letter frequencies. In the following case, each letter of each word in a message comes from a different cipher. (Each cipher is designated by a number.)

    ABCDEFGHIJKLMNOPQSTUVWXYZ
    1BCDEFGHIJKLMNOPQRTUVWXYZA
    2CDEFGHIJKLMNOPQRSUVWXYZAB
    3DEFGHIJKLMNOPQRSTVWXYZABC

    (and so on)

    So the phrase APPLES ARE GOOD might be represented as follows:

    APPLESAREGOOD
    BRSMFUDSHHQRE

    Note that the repeated letters, a, p, and o, are not represented by the same cipher letter and that in some cases, the same cipher letter stands for two different letters (H = e and g; S= p and r; R = p and o).

  4. Write your own coded message here.



-->