Cracking Codes with Python · An Introduction to Building and Breaking Ciphers

Cracking Codes with Python · An Introduction to Building and Breaking Ciphers
Authors
Sweigart, Al
Publisher
No Starch Press
ISBN
9781593278229
Date
2018-01-23T00:00:00+00:00
Size
5.13 MB
Lang
en
Downloaded: 348 times

In Cracking Codes with Python , you'll learn how to program in Python while making and breaking ciphers, which are used to encrypt secret messages. (No programming experience required!).

After a quick crash course in programming, you'll make, test, and hack classic cipher programs. You'll begin with simple programs like the Caesar cipher and then work your way up to public key cryptography and the RSA cipher, which is used for modern secure data transmissions.

Each program comes with the full code and a line-by-line explanation of how things work. By book's end, you'll walk away with a solid foundation in Python and same crafty programs under your belt.

Learn how to:

-Combine loops, variables, and flow control statements into real working programs

-Use dictionary files to instantly detect whether text is English or nonsense

-Create programs to test that the code you've written is working correctly

-Write your own programming modules that you can import and use in other programs

-Debug your programs and find common errors

Cracking Codes with Python is a chance to pick up some Python skills while getting a peek into the intriguing world of cryptography--what more could an aspiring hacker want?