Outils pour utilisateurs

Outils du site


issue132:critique

Ceci est une ancienne révision du document !


Cracking Codes with Python An Introduction to Building and Breaking Ciphers Author: Al Sweigart Publisher: No Starch Press ISBN: 978-1-59327-822-9 Price: $29.95 US 424 pp. Published January 2018

When I was a kid, I was extremely interested in secret codes, as were most young boys. It always seemed cool to be able to send messages to my friends that only we could read. In those days, there were secret decoder rings that were available with box tops from various companies whose products always seemed to be in our homes.

Quand j'étais enfant, j'étais extrêmement intéressé par les codes secrets, comme la plupart des jeunes garçons. Il m'a toujours semblé cool de pouvoir envoyer à mes amis des messages que nous étions seuls à pouvoir lire. À cette époque, il y avait des anneaux de décodage secrets disponibles avec des couvercles de boîtes de différentes marques dont les produits semblaient toujours se trouver dans nos maisons.

Today, we don’t have to spend, what seemed like forever, collecting pieces of cardboard, sending them to a company a zillion miles away, and then waiting for an even longer eternity, daily checking the mailbox for a package containing our special prize. The fact that the secret decoder ring that finally came was a piece of cheap plastic – that broke after a few months, if even that long – didn’t dampen our enthusiasm. We felt like we finally had a way to be like actual secret agents with our own codes that no one, absolutely no one, could break.

Aujourd'hui, nous n'avons pas à collecter, durant ce qui semblait une éternité, des morceaux de carton, à les envoyer à une entreprise située à des milliards de kilomètres de distance, puis à attendre une éternité encore plus longue, en vérifiant quotidiennement la boîte aux lettres pour un paquet contenant notre prix spécial. Le fait que l'anneau de décodage secret enfin arrivé soit un morceau de plastique bon marché - qui s'est brisé après quelques mois, si ce n'est moins - n'a pas refroidi notre enthousiasme. Nous avions l'impression d'avoir enfin un moyen d'être comme de véritables agents secrets avec nos propres codes que personne, absolument personne, ne pouvait casser.

Today, Al Sweigart has given us our own secret decoder ring on our own computers – that won’t break in a few months, and makes the process of creating those secret messages so much easier.

Aujourd'hui, Al Sweigart nous a donné notre propre anneau de décodage secret sur nos propres ordinateurs - qui ne se cassera pas en quelques mois, et rend le processus de création de ces messages secrets tellement plus facile.

In his latest book, Cracking Codes With Python, Al gives us the ability to understand what codes and ciphers actually are, how they actually work, and how they actually can be used today. He does this in a gentle manner through Python scripts that anyone can understand. Al works the reader through the entire process, from installing Python (if needed), to understanding the Python programming using these simple (and, in the later chapters, more complicated) ciphers. He even shows the reader how to create a secret cipher wheel.

Dans son dernier livre, Cracking Codes With Python (NdT: Cracker du code avec Python), Al nous donne la possibilité de comprendre ce que sont réellement les codes et les chiffres, comment ils fonctionnent réellement et comment ils peuvent être utilisés aujourd'hui. Il le fait de façon douce à travers des scripts Python que tout le monde peut comprendre. Al accompagne le lecteur à travers l'ensemble du processus, de l'installation de Python (si nécessaire), à la compréhension de la programmation Python en utilisant des scripts simples (et, au fil des chapitres, plus compliqués). Il montre même au lecteur comment créer une roue de chiffrement secrète.

While the book seems to assume that the reader doesn’t know much about Python programming, it is a good book to have in any Python programmer’s library, since some of the concepts that Al presents are pretty involved, and his presentation makes them easy to understand.

Bien que le livre semble supposer que le lecteur ne sait pas grand-chose sur la programmation Python, c'est un bon livre à avoir dans n'importe quelle bibliothèque de programmeur Python, puisque certains des concepts qu'Al présente sont assez élaborés, et sa présentation les rend faciles à comprendre.

I thoroughly enjoyed Cracking Codes With Python and give it five stars.

J'ai vraiment aimé Cracking Codes With Python et lui accorde cinq étoiles.

Table of Contents Making Paper Cryptography Tools Programming in the Interactive Shell Strings and Writing Programs The Reverse Cipher The Caesar Cipher Hacking the Caesar Cipher with Brute-Force Encrypting With The Transposition Cipher Decrypting With The Transposition Cipher Programming a Program To Test Your Program Encrypting and Decrypting Files Detecting English Programmatically Hacking The Transposition Cipher A Modular Arithmetic Module for the Affine Cipher Programming the Affine Cipher Hacking the Affine Cipher Programming the Simple Substitution Cipher Hacking the Simple Substitution Cipher Programming The Vigenere Cipher Frequency Analysis Hacking the Vigenere Cipher The One-Time Pad Cipher Finding and Generating Prime Numbers Generating Keys for the Public Key Cipher Programming the Public Key Cipher

Table des matières

Fabrication d'outils de cryptographie sur papier Programmation dans le shell interactif Chaînes et programmes d'écriture Le chiffrement inversé Le chiffrement de César Hacker le chiffrement de César par brute-force Encrypter avec le chiffrement par transposition Décrypter avec le chiffrement par transposition Programmer un programme pour tester votre programme Encryptage et décryptage de fichiers Detecting English Programmatically Hacker Le chiffrement par transposition Un module d'arithmétique modulaire pour le chiffrement affine

issue132/critique.1525470379.txt.gz · Dernière modification : 2018/05/04 23:46 de christo.2so