Open r2dev2 opened 1 year ago
Information reference: https://www3.nd.edu/~busiforc/handouts/cryptography/cryptography%20hints.html
Work is being done on https://github.com/r2dev2/cryptoduel/tree/input-accelerator branch. If anyone wants to contribute, please pr to that branch.
clear cipher implemented in https://github.com/r2dev2/cryptoduel/commit/c2106379b31a92e1158dfc63bf1e1ea06ec96e2c
When inputting characters into cryptoduel, there are many repetitive tasks, such as: clearing all input, guessing based on
etaoinshrdlu
, and calculating frequencies of initial and final letters of words.It would be nice to have advanced buttons to do these tasks. I can think of following buttons:
etaoinshrdlu
input - user can select a range of most frequent characters and assign ciphertext->plaintext decryptions accordinglyAll of the above buttons would be in a panel collapsed by default, preferrably in between the current replacement table and the "next problem" buttons, although this might be subject to change.