Cantitate/Preț
Produs

Cracking Codes With Python: An Introduction to Building and Breaking Ciphers

Autor Al Sweigart
en Limba Engleză Paperback – 9 ian 2018
Cracking Secret Codes with Python is a hands-on introduction to Python that teaches readers how to make and hack cipher programs, which are used to encrypt secret messages. It covers ciphers like the Caesar cipher, transposition cipher, and the RSA cipher, and teaches readers how to test and hack them. For every program, Sweigart provides the full source code and then walks readers through it, explaining how every line works. Along the way, readers will learn Python fundamentals - and by the book's end, they'll have a solid foundation in Python and some fun programs under their belt.
Citește tot Restrânge

Preț: 15873 lei

Preț vechi: 19841 lei
-20%

Puncte Express: 238

Preț estimativ în valută:
3041 3294$ 2608£

Carte disponibilă

Livrare economică 19 aprilie-03 mai
Livrare express 04-10 aprilie pentru 3574 lei

Preluare comenzi: 021 569.72.76

Specificații

ISBN-13: 9781593278229
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?