null
Loading... Please wait...
FREE SHIPPING on All Unbranded Items LEARN MORE
Print This Page

Cracking Codes with Python (An Introduction to Building and Breaking Ciphers)

List Price: $39.99
SKU:
9781593278229
Quantity:
Minimum Purchase
25 unit(s)
  • Availability: Confirm prior to ordering
  • Branding: minimum 50 pieces (add’l costs below)
  • Check Freight Rates (branded products only)

Branding Options (v), Availability & Lead Times

  • 1-Color Imprint: $2.00 ea.
  • Promo-Page Insert: $2.50 ea. (full-color printed, single-sided page)
  • Belly-Band Wrap: $2.50 ea. (full-color printed)
  • Set-Up Charge: $45 per decoration
FULL DETAILS
  • Availability: Product availability changes daily, so please confirm your quantity is available prior to placing an order.
  • Branded Products: allow 10 business days from proof approval for production. Branding options may be limited or unavailable based on product design or cover artwork.
  • Unbranded Products: allow 3-5 business days for shipping. All Unbranded items receive FREE ground shipping in the US. Inquire for international shipping.
  • RETURNS/CANCELLATIONS: All orders, branded or unbranded, are NON-CANCELLABLE and NON-RETURNABLE once a purchase order has been received.
  • Product Details

    Author:
    Al Sweigart
    Format:
    Paperback
    Pages:
    416
    Publisher:
    No Starch Press (January 23, 2018)
    Language:
    English
    ISBN-13:
    9781593278229
    ISBN-10:
    1593278225
    Weight:
    28.3oz
    Dimensions:
    7" x 9.25" x 0.97"
    Case Pack:
    20
    File:
    RandomHouse-PRH_Book_Company_PRH_PRT_Onix_full_active_D20260405T165452_155746795-20260405.xml
    Folder:
    RandomHouse
    List Price:
    $39.99
    As low as:
    $30.79
    Lexile Measure:
    1150L
    Publisher Identifier:
    P-RH
    Discount Code:
    A
    QuickShip:
    Yes
    Audience:
    General/trade
    Country of Origin:
    United States
    Pub Discount:
    65
    Imprint:
    No Starch Press
  • Overview

    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.

    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!