Tool to decrypt/encrypt Bacon cipher, a 2-letter substitution alphabet which replace a character with a group of 5 formed with two letters (often A and B).
Bacon 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!
Bacon's encryption uses a substitution alphabet based on 2 letters (sometimes called biliteral or baconian), often A and B, replacing the letters of the alphabet.
This encryption method is often accompanied by over-encryption.
Baconian encryption uses the substitution table:
A | AAAAA | B | AAAAB |
---|---|---|---|
C | AAABA | D | AAABB |
E | AABAA | F | AABAB |
G | AABBA | H | AABBB |
I=J | ABAAA | K | ABAAB |
L | ABABA | M | ABABB |
N | ABBAA | O | ABBAB |
P | ABBBA | Q | ABBBB |
R | BAAAA | S | BAAAB |
T | BAABA | U=V | BAABB |
W | BABAA | X | BABAB |
Y | BABBA | Z | BABBB |
Example: DCODE is encrypted AAABB,AAABA,ABBAB,AAABB,AABAA
In this original alphabet (🔤1), the letter V does not exist, it is replaced by U, likewise the letter J does not exist, it is replaced by I.
Another bacon's alphabet (🔤2) is sometimes preferred, more complete, it uses a unique code for each letter:
A | AAAAA | B | AAAAB |
---|---|---|---|
C | AAABA | D | AAABB |
E | AABAA | F | AABAB |
G | AABBA | H | AABBB |
I | ABAAA | J | ABAAB |
K | ABABA | L | ABABB |
M | ABBAA | N | ABBAB |
O | ABBBA | P | ABBBB |
Q | BAAAA | R | BAAAB |
S | BAABA | T | BAABB |
U | BABAA | V | BABAB |
W | BABBA | X | BABBB |
Y | BBAAA | Z | BBAAB |
The 2-letter code used can be hidden in an over-encryption. A classic method is to write a random message with upper case (for A) or lower case (for B) or vice versa; in this case see the binarization of uppercase and lowercase. Other methods are possible such as writing certain characters in italics (or in bold), or even mixing 2 fonts.
Baconian decryption is a substitution with Bacon alphabet.
Example: AAABB AAABA ABBAB AAABB AABAA is equivalent to DCODE.
If over-encryption has been applied, convert the message into 2 characters (preferably A and B) first.
The ciphered message is a binary code (with 2 distinct characters), and maybe spaces every 5 characters.
Typical cases of over-encryption are alternating upper-lower case letters, bold or italic letters or encoding different character fonts.
All references to Françis Bacon (the painter or the philosopher), Kevin Bacon (actor of Batman), to Novum organum, or to bacon slices (pork, larding, smoked, salted, english breakfast, etc.) are clues.
The letters A and B can be replaced by others characters, such as 0 and 1, to transform the message into binary format.
Sometimes the letters o and l are used: lolol loolo lolol.
The over-encryptions (of the steganographic type) are sometimes used to mask the binary form (upper case, lower case, variant characters or fonts, etc.).
Francis Bacon first described the Bacon alphabet around 1605
dCode retains ownership of the "Bacon Cipher" source code. Except explicit open source licence (indicated Creative Commons / free), the "Bacon Cipher" algorithm, the applet or snippet (converter, solver, encryption / decryption, encoding / decoding, ciphering / deciphering, breaker, translator), or the "Bacon 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 "Bacon 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 "Bacon 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):
Bacon Cipher on dCode.fr [online website], retrieved on 2024-12-21,