What Is Atbash & Rail Fence Cipher?
A free online tool combining two classical ciphers. Atbash is a monoalphabetic substitution cipher that reverses the alphabet (A becomes Z, B becomes Y, etc.), with an option to also reverse digits (0↔9). It is self-inverse — applying it twice returns the original. Rail Fence is a transposition cipher that writes letters diagonally across a configurable number of rails (2-10), then reads them row by row. Includes a rail pattern visualization showing exactly how each letter is placed on the fence. Both are fully bidirectional for encryption and decryption. All processing is done locally in your browser.