دانلود کتاب Cracking Codes with Python: An Introduction to Building and Breaking Ciphers
by Al Sweigart
|
عنوان فارسی: ترک خوردگی با کدهای پایتون: آشنایی با ساختمان و شکستن رمزهای |
دانلود کتاب
جزییات کتاب
• Combine loops, variables, and flow control statements into real working programs
• Use dictionary files to instantly detect whether decrypted messages are valid English or gibberish
• Create test programs to make sure that your code encrypts and decrypts correctly
• Code (and hack!) a working example of the affine cipher, which uses modular arithmetic to encrypt a message
• Break ciphers with techniques such as brute-force and frequency analysis
There’s no better way to learn to code than to play with real programs. Cracking Codes with Python makes the learning fun!