A Caesar cipher translator works by shifting letters in the alphabet by a fixed number of positions. For example, with a shift of 3, ‘A’ becomes ‘D’, ‘B’ becomes ‘E’, and so on. When you reach the end of the alphabet, it wraps around to the beginning. This simple substitution cipher was named after Julius Caesar, who reportedly used it for secret communication.