Algorithm Details for: Basic Frequency Analysis
- Split text into rows of the same length as the key.
- For each column, determine the frequencies of each letter.
- Compare to expected English frequencies and "guess" at encryption.
- Repeat process on next column.
Alogorithm taken from Beutelspacher and Lewand (see sources page).