Reply To: Challenge 10B
A Tale of 2 Secrets › Forums › T.E.M.P.E.S.T. › Challenge 10B › Reply To: Challenge 10B
30th December 2025 at 2:37 pm
#115022
Crackerjack_404
Participant
@Chinchinchilla
If you already have the completed grids, in terms of programming – you could split the ciphertext into digraphs, look up each digraph’s position in its grid (you can define the two square grids as lists), recombine the row and column values according to the four square rule and read off the plaintext letters from the other grids. A small loop or function that converts one digraph at a time is all you need really.