generated from mwc/lab_encryption
answers.md caesar_cracker.py
This commit is contained in:
@@ -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.'
|
||||
|
||||
Reference in New Issue
Block a user