Tools to decrypt/encrypt with Redefence automatically. Redefence cipher is a variant of Rail Fence with a key that defines the order of lines to be read after zig-zag writing.
Redefence Cipher - dCode
Tag(s) : Transposition Cipher
dCode is free and its tools are a valuable help in games, maths, geocaching, puzzles and problems to solve every day!
A suggestion ? a feedback ? a bug ? an idea ? Write to dCode!
The Redefence cipher is similar to the Rail-Fence transposition cipher except that it uses a key that defines both the number of levels in the zig zag and the order in which the lines are read.
Example: The plain message is DCODEZIGZAG and the key ZIG (of size N=3 letters).
The message is encrypted by Redefence (as with Rail Fence) by writing it in zig-zag on N levels.
Example: (1-Z): D---E---Z--
(2-I): -C-D-Z-G-A-
(3-G): --O---I---G
The characteristic of Redefence is to have a key that defines the reading order of the lines.
Example: The letters of the key ZIG are then arranged in alphabetical order G,I,Z which defines the reading order of the lines 3,2,1.
Example: The encrypted message is therefore composed of line 3 OIG, line 2 CDZGA and line 1 DEZ so the final message is OIGCDZGADEZ
Redefence decryption requires knowing the encryption key because it conditions the number of levels N and the order of reading.
Example: The encrypted message is DNRFEEEEC and the key ZAG (2,3,1) of size N=3.
The expected shape is drawn (depending on the number of levels and the length of the message).
Example: X---X---X
-X-X-X-X-
--X---X--
Then write the letters of the text starting with line 1 (defined according to the key).
Example: (2): R---F---E
(3): -E-E-E-C-
(1): --D---N--
The plain message is then readable in zig-zag from left to right.
Example: The plain text is REDEFENCE
Redefence is a transposition cipher, so the frequency analysis and the coincidence index of the message are similar to that of the plaintext language.
As for Rail-Fence, a brute-force attack of all levels (2 to N) is possible. Extra work is required to find the order of the lines.
Redefence is a variant of the Rail Fence cipher adding the possibility of modifying the order of reading of the lines forming the zig-zag.
dCode retains ownership of the "Redefence Cipher" source code. Any algorithm for the "Redefence Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Redefence Cipher" functions (calculate, convert, solve, decrypt / encrypt, decipher / cipher, decode / encode, translate) written in any informatic language (Python, Java, PHP, C#, Javascript, Matlab, etc.) or any database download or API access for "Redefence Cipher" or any other element are not public (except explicit open source licence like Creative Commons). Same with the download for offline use on PC, mobile, tablet, iPhone or Android app.
Reminder: dCode is an educational and teaching resource, accessible online for free and for everyone.
The content of the page "Redefence Cipher" and its results may be freely copied and reused, including for commercial purposes, provided that dCode.fr is cited as the source.
Exporting the results is free and can be done simply by clicking on the export icons ⤓ (.csv or .txt format) or ⧉ (copy and paste).
To cite dCode.fr on another website, use the link:
In a scientific article or book, the recommended bibliographic citation is: Redefence Cipher on dCode.fr [online website], retrieved on 2025-04-15,