0%

Book Description

Utilize this comprehensive, yet practical, overview of modern cryptography and cryptanalysis to improve performance. Learn by example with source code in C# and .NET, and come away with an understanding of public key encryption systems and challenging cryptography mechanisms such as lattice-based cryptography.

Modern cryptography is the lifeboat of a secure infrastructure. From global economies and governments, to meeting everyday consumer needs, cryptography is ubiquitous, and used in search, design, data, artificial intelligence, and other fields of information technology and communications. Its complexity can lead to misconfiguration, misuse, and misconceptions. For developers who are involved in designing and implementing cryptographic operations in their applications, understanding the implications of the algorithms, modes, and other parameters is vital.

Pro Cryptography and Cryptanalysis is for the reader who has a professional need or personal interest in developing cryptography algorithms and security schemes using C# and .NET. You will learn how to implement advanced cryptographic algorithms (such as Elliptic Curve Cryptography Algorithms, Lattice-based Cryptography, Searchable Encryption, Homomorphic Encryption), and come away with a solid understanding of the internal cryptographic mechanisms, and  common ways in which the algorithms are correctly implemented in real practice. With the new era of quantum computing, this book serves as a stepping stone to quantum cryptography, finding useful connections between current cryptographic concepts and quantum related topics.


What You Will Learn

  • Know when to enlist cryptography, and how it is often misunderstood and misused
  • Explore modern cryptography algorithms, practices, and properties
  • Design and implement usable, advanced cryptographic methods and mechanisms
  • Understand how new features in C# and .NET impact the future of cryptographic algorithms
  • Use the cryptographic model, services, and System.Security.Cryptography namespace in .NET
  • Modernize your cryptanalyst mindset by exploiting the performance of C# and .NET with its weak cryptographic algorithms
  • Practice the basics of public key cryptography, including ECDSA signatures
  • Discover how most algorithms can be broken


Who This Book Is For

Information security experts, cryptologists, software engineers, developers, data scientists, and academia who have experience with C#, .NET, as well as IDEs such as Visual Studio, VS Code, or Mono. Because this book is for an intermediate to advanced audience, readers should also possess an understanding of cryptography (symmetric and asymmetric) concepts.


Table of Contents

  1. Cover
  2. Front Matter
  3. Part I. Foundational Topics
    1. 1. Cryptography Fundamentals
    2. 2. Mathematical Background and Its Applicability in Cryptography
    3. 3. Large Integer Arithmetic
    4. 4. Floating-Point Arithmetic
    5. 5. What’s New in C# 8.0
    6. 6. Secure Coding Guidelines
    7. 7. .NET Cryptography Services
    8. 8. Overview of the Security.Cryptography Namespace
    9. 9. Cryptography Libraries in C# and .NET
  4. Part II. Cryptography
    1. 10. Elliptic-Curve Cryptography
    2. 11. Lattice-Based Cryptography
    3. 12. Searchable Encryption
    4. 13. Homomorphic Encryption
    5. 14. Ring-Learning with Errors Cryptography
    6. 15. Chaos-Based Cryptography
    7. 16. Big Data Cryptography
    8. 17. Cloud Computing Cryptography
  5. Part III. Pro Cryptanalysis
    1. 18. Getting Started with Cryptanalysis
    2. 19. Cryptanalysis Attacks and Techniques
    3. 20. Linear and Differential Cryptanalysis
    4. 21. Integral Cryptanalysis
    5. 22. Attacks
    6. 23. Text Characterization
    7. 24. Implementation and Practical Approach of Cryptanalysis Methods
  6. Back Matter
23.22.236.90