I have created the code in caesar_cracker.py along with finding the secret numbers for each secret txt that are answered in answers.md.

Developing this code was not the easiest. I did run into some trouble at first with it returning a different secret number from the example in the notes online but then after changing the code and debugging it I got it to return the secret number to be 34. I was able to understand how Caesar Cipher actually works.
This commit is contained in:
erbrown2
2026-05-19 13:39:00 -04:00
parent 52f26bd1ee
commit 4ae218af57
3 changed files with 167 additions and 0 deletions

View File

@@ -5,18 +5,28 @@
0. `secrets/secret0.txt` is encrypted using a Caesar Cipher. What is
its secret number?
secret number is 78
1. `secrets/secret1.txt` is encrypted using a Caesar Cipher. What is
its secret number?
secret number is 1
2. `secrets/secret2.txt` is encrypted using a Caesar Cipher. What is
its secret number?
secret number is 44
3. `secrets/secret3.txt` is encrypted using a Caesar Cipher. What is
its secret number?
secret number is 59
4. `secrets/secret4.txt` is encrypted using a Caesar Cipher. What is
its secret number?
secret number is 32
## Checkpoint 2
5. What is the polyalphabetic secret word?