Difference between revisions of "Cracking Codes with Python: Introduction to Building and Breaking Ciphers"

From Embedded Lab Vienna for IoT & Security
Jump to navigation Jump to search
m (Stuffsyncbot moved page Cracking Codes with Python: Introduction to Building and Breaking Ciphers to Cracking Codes with Python: An Introduction to Building and Breaking Ciphers: Literature has been renamed from 'Cracking Codes with Python: Introduction to Building and Breaking Ciphers' to 'Cracking Codes with Python: An Introduction to Building and Breaking Ciphers'.)
(Automatic literature update)
 
(14 intermediate revisions by the same user not shown)
Line 1: Line 1:
{{Literature|device_name=Cracking Codes with Python: Introduction to Building and Breaking Ciphers|image_link=https://stuff.elvis.science/uploads/accessories/accessory-image-tU8WQCvWGu.png|type=Book|author=Al Sweigart|language=English|isbn=9781593278229|publisher=no starch press (2018)|pages=416|references=https://nostarch.com/crackingcodes|description="Learn how to program in Python while making and breaking ciphers—algorithms used to create and send secret messages!
{{Literature|device_name=Cracking Codes with Python: Introduction to Building and Breaking Ciphers|image_link=https://stuff.elvis.science/uploads/accessories/accessory-image-tU8WQCvWGu.png|type=Book|author=Al Sweigart|language=English|isbn=9781593278229|publisher=no starch press (2018)|pages=416|references=https://nostarch.com/crackingcodes|description= Learn how to program in Python while making and breaking ciphers--algorithms used to create and send secret messages!


After a crash course in Python programming basics, you’ll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenère cipher. You’ll begin with simple programs for the reverse and Caesar ciphers and then work your way up to public key cryptography, the type of encryption used to secure today’s online transactions, including digital signatures, email, and Bitcoin.
After a crash course in Python programming basics, you'll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenere cipher. You'll begin with simple programs for the reverse and Caesar ciphers and then work your way up to public key cryptography, the type of encryption used to secure today's online transactions, including digital signatures, email, and Bitcoin.


Each program includes the full code and a line-by-line explanation of how things work. By the end of the book, you’ll have learned how to code in Python and you’ll have the clever programs to prove it!
Each program includes the full code and a line-by-line explanation of how things work. By the end of the book, you'll have learned how to code in Python and you'll have the clever programs to prove it!


You’ll also learn how to:
You'll also learn how to:
* Combine loops, variables, and flow control statements into real working programs
* 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
* Use dictionary files to instantly detect whether decrypted messages are valid English or gibberish
Line 12: Line 12:
* Break ciphers with techniques such as brute-force and frequency analysis
* 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!"}}
There's no better way to learn to code than to play with real programs. Cracking Codes with Python makes the learning fun!}}

Latest revision as of 17:50, 1 February 2024

accessory-image-tU8WQCvWGu.png

Information
Type Book
Author Al Sweigart
Language English
Publisher no starch press (2018)
ISBN 9781593278229
Pages 416

Book Description

Learn how to program in Python while making and breaking ciphers--algorithms used to create and send secret messages!

After a crash course in Python programming basics, you'll learn to make, test, and hack programs that encrypt text with classical ciphers like the transposition cipher and Vigenere cipher. You'll begin with simple programs for the reverse and Caesar ciphers and then work your way up to public key cryptography, the type of encryption used to secure today's online transactions, including digital signatures, email, and Bitcoin.

Each program includes the full code and a line-by-line explanation of how things work. By the end of the book, you'll have learned how to code in Python and you'll have the clever programs to prove it!

You'll also learn how to:

  • 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!

References

https://nostarch.com/crackingcodes