Tool to decrypt / encrypt with Wolseley. Wolseley cipher is a reversible cipher, using a key and a 2-line table, the first being the inverse of the first in order to obtain the complete substitution table.
Wolseley Cipher - dCode
Tag(s) : Substitution 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 Wolseley cipher is a reversible substitution cipher whose substitution alphabet is based on a key generated with deranged alphabet.
In its original version, the alphabet has only 25 letters to fit in a 5x5 grid.
Example: The keyword SECRET allows to generate the alphabet SECRTABDFGHIKLMNOPQUVWXYZ (the J has been omitted to keep only 25 letters)
Encryption consists of substituting each letter in position n in the alphabet by the letter in position n but starting from the end of the alphabet. If the alphabet has only 25 letters, then the letter in position n is substituted by the letter in position 25-n (starting from 0).
Example:
Plain letter | SECRTABDFGHIKLMNOPQUVWXYZ |
Cipher letter | ZYXWVUQPONMLKIHGFDBATRCES |
Plain message | WOLSELEY |
Cipher message | RFIZYIYE |
Decryption is identical to encryption because the substitution table reversible (a double encrypted letter goes back to the initial letter)
To simplify handwriting, Wolseley proposed writing the alphabet as a grid:
\ | 1 | 2 | 3 | 4 | 5 |
---|---|---|---|---|---|
1 | S | E | C | R | T |
2 | A | B | D | F | G |
3 | H | I | K | L | M |
4 | N | O | P | Q | U |
5 | V | W | X | Y | Z |
The Wolseley number is a substitution code
— The coincidence index of the encrypted message is identical to that of the plain message
— In its original version, the code has only 25 distinct letters
Frequency analysis and the dCode monoalphabetic substitution tool allow to find the plain message without much difficulty or at least to position the current letters such as the letter E.
Without a keyword, the Wolseley code is identical to the Atbash cipher (with 26 letters).
Lord commander Garnet Joseph Wolseley used this code in the 18th century (although it bears his name today, the inventor of this cipher is unknown).
dCode retains ownership of the "Wolseley Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "Wolseley Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Wolseley 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 "Wolseley 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 "Wolseley 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):
Wolseley Cipher on dCode.fr [online website], retrieved on 2024-11-21,