Skip to main content

Caesar Box Cipher

Transposition cipher that writes text in columns and reads it by rows.

The Caesar Box is a transposition cipher encrypted by writing text in columns, padding with an extra character when needed, and reading the text by rows. It is functionally similar to the Scytale Cipher.

Caesar Box cipher example