From a0d74d3ab83dcc6a3806d4da82e918e4fb2647e9 Mon Sep 17 00:00:00 2001 From: erbrown2 Date: Tue, 19 May 2026 13:59:12 -0400 Subject: [PATCH] This lab was really really cool, I won't lie! The strategy I used was I compared the plaintext message and the ciphertext message character by character. I noticed the differences repeated in a pattern showing the secret word which was python. The I used the polycipher class with the secret word to decrypt the encrypted message! This was really sick!! I want to do more of this! --- answers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/answers.md b/answers.md index 4db4cc4..8415095 100644 --- a/answers.md +++ b/answers.md @@ -31,5 +31,8 @@ secret number is 32 5. What is the polyalphabetic secret word? +python + 6. Decrypt this message, which was encrypted using the same secret word: "EbZhdaV[h^bTpchhQnhig]X[VmhhRP]ftXVnRfjVY]fgtO_X](" +The treasure is a worthless ball of aluminum foil. \ No newline at end of file