generated from mwc/lab_encryption
answers.md caesar_cracker.py
This commit is contained in:
@@ -3,7 +3,12 @@
|
||||
## Checkpoint 1
|
||||
|
||||
0. `secrets/secret0.txt` is encrypted using a Caesar Cipher. What is
|
||||
its secret number?
|
||||
its secret number? 78
|
||||
'Tyger Tyger, burning bright, In the forests of the night; What imortal hand or eye, Could frame thy fearful symetry?'
|
||||
|
||||
# I got some "escape sequence" warnings, plus, eventually I got a runtime error. However, I
|
||||
# was able to decode by using the interactive "python" command line and typed in several lines of
|
||||
# code at the >>> prompt. Once I get some feedback I'll decode more secret texts. Thank you, Stacy.
|
||||
|
||||
1. `secrets/secret1.txt` is encrypted using a Caesar Cipher. What is
|
||||
its secret number?
|
||||
|
||||
Reference in New Issue
Block a user