Difference between revisions of "Test"

From Zodiac Killer Ciphers Wiki
Jump to: navigation, search
(Created page with "= Solvers = AZDecrypt's main window has a list of solvers. Each one is a type of hillclimber that specializes in different types of ciphers: * Substitution ** Simple substit...")
 
 
(15 intermediate revisions by the same user not shown)
Line 1: Line 1:
= Solvers =
 
  
AZDecrypt's main window has a list of solversEach one is a type of hillclimber that specializes in different types of ciphers:
+
= Polyphone solver improvements =
* Substitution
+
 
** Simple substitution ciphers (including homophonic substitution)
+
Jarl has added improvements to the polyphone solver.  [http://zodiackillersite.com/viewtopic.php?p=81694#p81694 Details here].
* Substitution + columnar rearrangement
+
 
** A combination of simple substitution and moving columns around.
+
= Compute score for a given plaintext =
* Substitution + columnar transposition
+
Select the "Non-substitution" solver.
** A combination of simple substitution and [https://en.wikipedia.org/wiki/Transposition_cipher#Columnar_transposition columnar transposition].
+
 
* Substitution + crib grid
+
Before that feature was available, it was achievable like this: Use the "Substitution + crib grid" solver, click on Show cipher and then type in the letters of the plain text. Though you will have to leave one letter uncribbed for it to work.
** This solver displays a grid that is the same shape as the input cipher.  You can enter your guesses for portions of the plaintext. Then, the solver will search for the rest of the plaintext but maintain the plaintext entries you've made.
+
 
* Substitution + crib list
+
= Homophonic substitution with spaces =
* Substitution + monoalphabetic groups
+
Sometimes a homophonic substitution cipher will encode spaces with one or more symbols.
* Substitution + nulls and skips
+
To solve it: Go to File, Load n-grams, navigate to AZdecrypt/N-grams/Spaces and select "5-grams_english+spaces_jarlve_reddit"
** Tries to figure out if certain symbols in a substitution cipher don't actually contribute towards the plaintext.
+
 
** A "null" is a position in the cipher text that does not translate to plaintext (and is ignored during decryption). The solver will consider different positions to be nulls, and exclude them prior to the next steps of decryption.
+
Before that method was available, one way was to select the Substitution + units solver with the standard settings, Unit: symbol, Mode: Remove and perhaps Multiplicity weight: 1. [http://zodiackillersite.com/viewtopic.php?f=81&t=5059#p82408 (Thread)]
** A "skip" is a missing symbol that is inserted at some position in the cipher.  The solver will put them in different positions of the ciphertext before proceeding to the next steps of decryption.
+
 
** [http://www.zodiackillersite.com/viewtopic.php?f=81&t=4125 More info]
+
= Using AZDecrypt to auto-insert spaces in input =
* Substitution + polyphones
+
 
* Substitution + row bound
+
Sometimes you have a plaintext that lacks spaces and want to automatically add spaces between words (or what might seem like words). Steps:
* Substitution + row bound fragments
+
 
* Substitution + sequential homophones
+
* The spacing is based on the two letter 5-grams files inside the N-grams\Spaces directory.
* Substitution + simple transposition
+
* Under Options, Solver options there are two settings related to it:
* Substitution + sparse polyalphabetism
+
** (General) Add spaces to output
* Substitution + units
 
** Jarl's note on using this solver on nomenclator type ciphers:
 
*** After launching the solver a menu will pop up. You can set the Unit as Symbol or Horizontal sequence, the Mode to Replace with new symbols. If selected Horizontal sequence set the Horizontal sequence to 1. The Key length start determines the amount of Symbols or Horizontal sequences to be replaced. And set Replace, # of symbols per instance to 2 if you want to replace symbols with bigrams for example.
 
* Substitution + vigenere
 
* Substitution + vigenere word list
 
* Bigram substitution
 
* Higher-order homophonic
 
* Merge sequential homophones
 
* Non-substitution
 
** Scores your plain text and provides detailed n-gram stats
 
* Columnar transposition (keyed)
 
* Columnar rearrangement (keyed)
 
** [https://www.freebasic.net/forum/viewtopic.php?p=291162&sid=bc32599734174f3a33be0cb32188da84#p291162 Demonstration]
 
* Grid rearrangement (keyed)
 
* Periodic transposition
 
** Can solve a whole variety of transposition ciphers keyed or unkeyed as long as the transposition can be summarized by a limited set of periodic rules
 
* Simple transposition
 
** The same solver as the Substitution + simple transposition but does not perform substitution
 

Latest revision as of 03:35, 23 April 2022

Polyphone solver improvements

Jarl has added improvements to the polyphone solver. Details here.

Compute score for a given plaintext

Select the "Non-substitution" solver.

Before that feature was available, it was achievable like this: Use the "Substitution + crib grid" solver, click on Show cipher and then type in the letters of the plain text. Though you will have to leave one letter uncribbed for it to work.

Homophonic substitution with spaces

Sometimes a homophonic substitution cipher will encode spaces with one or more symbols. To solve it: Go to File, Load n-grams, navigate to AZdecrypt/N-grams/Spaces and select "5-grams_english+spaces_jarlve_reddit"

Before that method was available, one way was to select the Substitution + units solver with the standard settings, Unit: symbol, Mode: Remove and perhaps Multiplicity weight: 1. (Thread)

Using AZDecrypt to auto-insert spaces in input

Sometimes you have a plaintext that lacks spaces and want to automatically add spaces between words (or what might seem like words). Steps:

  • The spacing is based on the two letter 5-grams files inside the N-grams\Spaces directory.
  • Under Options, Solver options there are two settings related to it:
    • (General) Add spaces to output