answers.md caesar_cracker.py

This commit is contained in:
njmason22
2026-04-11 10:17:48 -04:00
parent 6fed63a708
commit 1b5a93acf7
2 changed files with 34 additions and 6 deletions

View File

@@ -36,8 +36,12 @@
its secret number? 32
## Checkpoint 2
5. What is the polyalphabetic secret word?
# 4-11-2026
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]("
>>> from ciphers.poly import PolyCipher
>>> cipher = PolyCipher('PYTHON')
>>> cipher.decrypt('EbZhdaV[h^bTpchhQnhig]X[VmhhRP]ftXVnRfjVY]fgtO_X](')
'The treasure is a worthless ball of aluminum foil.'