Last seen: February 1, 2022 6:28 pm
I suggest you three sources to read. You may study the code from AZDecrypt from the source code that Jarlve kindly is publishing, see viewtopic.php?f…
According to , the average word length in 20th century American is slightly below 5, and British English slightly above. Hence, I would expect a n-gra…
Hi Jarlve, thank you for your summary. I saw that you released the AZD source code. My deep respect, and thankfulness to you. I still need to analyse…
A documentation of experiments on how to provide a better scoring algorithm for solving. Disclaimer at the beginning: None of them is superior to the…
Thank you for submitting your code. In particular, it has the comments exactly where needed. For the algorithm from reading the code, I understand: -…
I am interested, and am myself, with limited amount of time, on a Java implementation. I do not mind moving to c++. I began with basically redoing zk…
Thank you both. This level of detail is exactly what I need to understand why my own code does not converge on the posted ciphers. I’ll be back!
How is a "transposition period 20" defined? Are you taking the 1st, then the 21st, then the 41st etc until end to get a first line of 17 sy…
I want to say thank you to all comments that were given. I made significant progress. doranchak made me reflect if the rotating chiffre disk is equiv…
The 340 has no vigenère keyword length spike of 13 and/or 26 which should be there if it is a perfect example (no nulls etc) of a "rotating chiff…
I thought about that, and wondered how often "+" would show up if you advanced the disk one position for each letter of the plaintext during…
I think I now fully understood the analogy to Viginère: The rotating chiffre disk is the special case of Viginère with the table top be a-z in sequenc…
Many thanks for the responses, I am very happy for the thoughts and feed-back. @doranchak Very interesting and attractive thought. First, what I had …
I have as well implemented a hill climbing and scoring inspired from zkdecrypto, and am trying a chiffre disk (each letter turning the disks by one ag…