Back to reasoning

Coding-Decoding (Letter Shift)

A classic cipher pattern: every letter shifts forward by a fixed amount

The Rule

  1. 1Number the alphabet A=1 through Z=26.
  2. 2Every letter shifts forward by a fixed amount to get its coded position.
  3. 3If the shift goes past Z (26), wrap around back to A by subtracting 26.