Scytale Cipher

Use the Scytale cipher online to encrypt or decrypt text with a configurable rod diameter (number of columns).

Input
0 chars · 0 bytes
Try:
Result
✓ Ancient transposition cipher ✓ Customizable rod diameter ✓ We never store your messages ✓ Processed on our server
Examples
Encrypt with diameter 4
Shift: 4
Input WEAREDISCOVEREDFLEEATONCE
Output WECRLTEEDOEEOAIVDENRSEFAC

A classic Scytale example with a rod diameter of four columns.

Decrypt with diameter 4
Shift: 4
Input WECRLTEEDOEEOAIVDENRSEFAC
Output WEAREDISCOVEREDFLEEATONCE

The same rod diameter is required to restore the plaintext.

Scytale encryption with diameter 3
Shift: 3
Input SCYTALE
Output STECAYL

With three columns, the text is arranged as SCY / TAL / E and then read down each column. A different diameter would produce different ciphertext.

Encrypt a message with spaces
Shift: 4
Input MEET AT DAWN
Output M DEAAETWT N

Spaces are preserved as characters in the Scytale transposition. Decrypt this result with diameter 4 to recover the message exactly.

How the Scytale cipher works

The Scytale cipher is one of the oldest known transposition ciphers, associated with ancient Sparta. A sender wound a strip of parchment around a rod of a fixed diameter and wrote the message along its length. Once the strip was unwound, the letters looked scrambled; someone with a rod of the same diameter could read them in their original order.

In this online Scytale tool, the diameter is represented by the number of columns. For Scytale encryption, enter your text, choose a column count, and the tool writes the characters across a grid row by row before reading the columns from top to bottom. To use it as a Scytale decoder, paste the ciphertext and select the exact same number of columns used for encryption.

Scytale changes positions only: it does not substitute, remove, or translate characters. Spaces, punctuation, and letters from any alphabet are included in the transposition. Changing the diameter changes the ciphertext, so record the chosen value with your recipient. This historical cipher is useful for learning and puzzles, but it is not secure encryption for confidential information.

FAQ

No. Scytale does not replace letters. It only changes their order, so it is a transposition cipher.

The key is the rod diameter — the number of columns used to lay out the text. Decryption needs the same value.

Yes. Because it only rearranges characters, it works with any alphabet and Unicode text without configuration.

Select Decrypt, paste the ciphertext, and enter the same diameter (number of columns) used to encrypt it. Without the matching value, the original character order cannot be restored reliably.

A different column count lays the same text into a different grid, so Scytale encryption produces a different ciphertext. Use the identical count for decryption. If the count is at least as long as the message, the text is unchanged.

Yes. The tool treats every character as part of the message, so spaces, punctuation, digits, and line characters are transposed along with letters.

No. Scytale is a simple historical transposition cipher and is easy to analyze with modern methods. Use it for education, games, or historical demonstrations—not to protect sensitive data.
Related tools

Caesar Cipher

Classic letter-shift cipher with custom shift values.

XOR Cipher

Online XOR encryption and decryption with text or hex keys.

Playfair Cipher

Classic digraph substitution cipher with keyword matrix encryption.