Cracking Codes With Python: An Introduction to Building and Breaking Ciphers
Autor Al Sweigarten Limba Engleză Paperback – 9 ian 2018
Preț: 134.63 lei
Preț vechi: 210.87 lei
-36% Nou
25.77€ • 26.76$ • 21.40£
Carte disponibilă
Livrare economică 16-22 ianuarie 25
Livrare express 28 decembrie 24 - 03 ianuarie 25 pentru 71.52 lei
Specificații
ISBN-10: 1593278225
Pagini: 416
Dimensiuni: 178 x 234 x 27 mm
Greutate: 0.79 kg
Editura: Penguin Random House Group
Colecția No Starch Press
Locul publicării:New York, United States
Descriere
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?