I am looking into Turing machines and am trying to work out how I could describe some basic cryptography algorithms (Caesar cipher for example) using Turing machines.
Consider:
F={x#y|x,y∈{a,b,c,d,e,f}∗,y is equal to x with a Caesar shift of 3}.
How could I describe a Turing machine algorithm that decides F?