Tool to decrypt / encrypt automatically with Slidefair. The Slidefair cipher is a symmetric encryption method that mixes the Playfair cipher with the Vigenère cipher.
Slidefair Cipher - dCode
Tag(s) : Poly-Alphabetic 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!
Slidefair encryption uses an encryption key (as well as an alphabet) and is performed by bigrams (pairs of 2 letters).
Example: Encrypt MESSAGE with the key ABC, and the Latin alphabet ABCDEFGHIJKLMNOPQRSTUVWXYZ which generates this square (identical to Vigenère's square)
Step 1: Break down the message into bigrams (numbered $ i $) and for each associate the $ i $ th letter of the key (repeated). If the message has an odd length, the last bigram must be completed by a letter, random or neutral.
For each bigram, perform the following steps:
Step 2: Locate in the table the column having as name the first letter of the bigram $ L_1 $.
Step 3: Locate in the table the row having as name the $ i $ th letter of the key $ L_2 $.
Step 4: Note the letter $ L_3 $ at the intersection of the column found in step 1 and the row found in step 2.
Step 5: Browse the row found in step 3 until finding the second letter of the bigram and note the letter $ L_4 $ of the name of the column found.
If $ L_3 $ and $ L_4 $ are on the same column, then replace $ L_3 $ and $ L_4 $ respectively with the letters which are immediately to the right of the letters $ L_1 $ and $ L_3 $.
The coded bigram is then formed by the letters $ L_3 $ and $ L_4 $, first noting the highest letter in the table.
The principle of Slidefair decryption is identical to encryption, except in the particular case where the two letters identified in the grid are on the same column, in this case instead of taking the letters directly to the right, take the letters directly to the left.
Slidefair is made up of bigrams so has an even number of characters.
Slidefair has a low coincidence index because it is a polyalphabetic cipher.
Slidefair can have many variations, first of all with the use of a different table, which can be generated with a disordered alphabet, or which can be entirely random.
By default, the table is that of Vigenère, but all its variants (Beaufort, etc.) are possible.
Slidefair can be considered as a variant of Playfair.
dCode retains ownership of the "Slidefair Cipher" source code. Any algorithm for the "Slidefair Cipher" algorithm, applet or snippet or script (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or any "Slidefair 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 "Slidefair 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 "Slidefair 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: Slidefair Cipher on dCode.fr [online website], retrieved on 2025-04-16,