A polyalphabetic cipher is a shift cipher whose shift keeps moving. A key word steps along under the message, and each letter is shifted by whichever key letter happens to be beneath it.
Letter frequency looks flat. No letter dominates the way E dominates English, and the same ciphertext letter stands for different plaintext letters in different places.
Beaufort Like Vigenère reversed — subtract the letter from the key instead of adding. Encoding and decoding are the same move.
TREASURE MAP
key GOLD
NXHDOUUZUOW
This is a shift cipher whose shift keeps changing. That is why letter frequency looks flat and nothing obvious jumps out. This one is Beaufort. The key: key GOLD. Like Vigenère reversed — subtract the letter from the key instead of adding. Encoding and decoding are the same move. Line the key GOLD up under the message and undo each letter's own shift. The opening letters come back as T R E. The answer was TREASURE MAP.
You need the key. With it, line the key up under the message, repeating it as often as it takes, and undo each letter's own shift. Without it, look for a repeated block of ciphertext — the gap between repeats is usually a multiple of the key length.
One a day, three guesses, and a streak that breaks the moment you miss one. Today’s is cipher #1.