Caesar Cipher is a prompt injection technique that applies a caesar cipher on a given input prompt shifting all letters by a defined value. For example, shifting “a” by 1 gives “b”, shifting “a” by 2 gives “c”, and so on. The attack assesses if the large language model can understand the encoded strings and thus be potentially executed by the large language modelWe also provide a Caesar Cipher Decode and Answer variant, which will ask your LLM to handle the encoded payload rather than just decoding it. This is a mechanism for seeing if your model is susceptible to encoded instructions.