generated from mwc/lab_encryption
This was a much more difficult process, which makes sense because the encryption itself is harder too. Here is my process... 1. I started by trying to write the code that would eliminate possibilities for the possible secret word. That created a pattern that was incorrect and repeated. 2. So, my next step was to refine the code so it identified the pattern and would stop the word when it recognized the pattern hopefully creating one word rather than a pattern. This worked to isolate the pattern, but the code for the secret word was still incorrect. 3. I looked up what the secret word would be and tried to create a code that asked for the correct number of characters and tried to call it again, and that did not work either. 4. So, finally I went back to my first solution and it worked better! But it was still not perfect. However, I was able to figure out the secret message of The gold is hidden inside the old fireplace upstairs in the cabin. |
||
---|---|---|
ciphers | ||
secrets | ||
.commit_template | ||
.gitignore | ||
answers.md | ||
caesar_cracker.py | ||
crack_poly.py | ||
poetry.lock | ||
pyproject.toml |