Real-world Cryptography - -bookrar- -
Real-World Cryptography by David Wong is a practical guide published by Manning Publications
- Introduction to Cryptography: The book begins with an introduction to basic cryptographic concepts, including symmetric and asymmetric encryption, hashing, and digital signatures.
- Cryptographic Protocols: The author discusses various cryptographic protocols, such as SSL/TLS, PGP, and IPsec, highlighting their strengths and weaknesses.
- Cryptographic Techniques: The book covers advanced cryptographic techniques, including elliptic curve cryptography, zero-knowledge proofs, and secure multi-party computation.
- Real-World Applications: The author explores real-world applications of cryptography, including secure online transactions, secure communication networks, and digital rights management.
- TLS (Transport Layer Security): How HTTPS actually works, from the handshake to session resumption.
- Messaging Security: The Double Ratchet algorithm used in Signal and WhatsApp, explaining how end-to-end encryption achieves forward secrecy.
- Password Storage: Why we hash and salt passwords, and the mechanics of memory-hard functions like Argon2.
Fundamental Principles: Understanding the "four pillars" of security: confidentiality, integrity, authentication, and non-repudiation. Real-World Cryptography - -BookRAR-
Protocol design and API usage
- Favor high-level, opinionated APIs that provide AEAD, authenticated key exchange, and session semantics. Avoid low-level primitives unless you are a crypto expert.
- Validate inputs strictly (lengths, formats) and canonicalize data before signing or hashing.
- Use well-specified protocols (TLS 1.3, SSH, Signal protocol, Noise framework) rather than custom designs.
- Always authenticate the peer and ensure forward secrecy when possible.
At that point, I knew I had to write something about it. This is why my book contains many of these anecdotes. As part of the job, cryptologie.net The Real-World Cryptography book is done and shipping! 10 Sep 2021 — Real-World Cryptography by David Wong is a practical
3. Modern Algorithms
Many older books stop at RSA and SHA-1. Wong covers modern standards like: Introduction to Cryptography : The book begins with
3. Modern Threats
Unlike textbooks written in the early 2000s, Real-World Cryptography covers modern topics like:
Disclaimer: This article is for educational purposes regarding the content of the book. We strongly encourage supporting authors by purchasing "Real-World Cryptography" from official retailers (Manning, Amazon, or your local bookstore).