CrackingCodes.Ch10 package¶
Submodules¶
CrackingCodes.Ch10.PracticeQuestions module¶
Chapter 10 Practice Questions
Answers Chapter 10 Practice Questions via Python code.
CrackingCodes.Ch10.transpositionFileCipher module¶
Transposition Cipher Encrypt/Decrypt File
Implements a transposition cipher that can encrypt/decrypt a file.
Note
https://www.nostarch.com/crackingcodes/ (BSD Licensed)