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. Except explicit open source licence (indicated Creative Commons / free), the "Slidefair Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "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.) and all data download, script, or API access for "Slidefair Cipher" are not public, same for offline use on PC, mobile, tablet, iPhone or Android app!
Reminder : dCode is free to use.
The copy-paste of the page "Slidefair Cipher" or any of its results, is allowed (even for commercial purposes) as long as you credit dCode!
Exporting results as a .csv or .txt file is free by clicking on the export icon
Cite as source (bibliography):
Slidefair Cipher on dCode.fr [online website], retrieved on 2024-11-07,