CrackingCodes.Ch09 package¶
Submodules¶
CrackingCodes.Ch09.PracticeQuestions module¶
Chapter 9 Practice Questions
Answers Chapter 9 Practice Questions via Python code.
CrackingCodes.Ch09.passingReference module¶
Passing references in a function
Demonstrates how to pass a reference to a function.
CrackingCodes.Ch09.transpositionTest module¶
Transposition Cipher Test
Demonstrates a unit test for the transposition encrypt and decrypt functions.
Note
https://www.nostarch.com/crackingcodes/ (BSD Licensed)