CrackingCodes.Ch06 package¶
Submodules¶
CrackingCodes.Ch06.PracticeQuestion module¶
Chapter 6 Practice Questions
Answers Chapter 6 Practice Questions via Python code.
Break the following ciphertext one line at a time because each line has a different key. Remember to escape any quote characters
Note
Contains spoilers for chapter 7 (functions)
CrackingCodes.Ch06.caesarHacker module¶
Caesar Cipher Hacker
Demonstrates how to implement a program that hacks a caesar cipher.
Note
https://www.nostarch.com/crackingcodes/ (BSD Licensed)