rotabased
Rotabased is an adjective used to describe techniques, systems, or algorithms whose core operation is a rotation within a cyclic structure. In encoding, cryptography, and puzzle design, rotabased methods map input symbols by shifting them forward around a fixed cycle—such as the alphabet or a bit width. The term encompasses simple alphabet rotations (ROT-n) as well as broader forms that apply circular shifts to data or to a sequence of symbols.
Mechanics: A rotation amount s is applied modulo M, where M is the size of the symbol
Examples and applications: ROT13 is the best-known rotabased scheme; many ROT-n variants are defined. Rotating bitstrings
Security and limitations: Fixed-rotation rotabased schemes are easily broken by brute force or frequency analysis. More
See also: ROT13, Caesar cipher, circular shift, rotation cipher, cyclic group.