Algorithm Details for: Basic Frequency Analysis

  1. Split text into rows of the same length as the key.
  2. For each column, determine the frequencies of each letter.
  3. Compare to expected English frequencies and "guess" at encryption.
  4. Repeat process on next column.


Alogorithm taken from Beutelspacher and Lewand (see sources page).