Pro Cryptography and Cryptanalysis with C++23: Creating and Programming Advanced Algorithms – Ebook Instant Download/Delivery ISBN(s): 9781484294505,1484294505,6f9e8543-3b6f-4ca5-883e-c08c930a6ca8,6F9E8543-3B6F-4CA5-883E-C08C930A6CA8
Product details:
- ISBN-10 : 1484294491
- ISBN-13 : 978-1484294499
- Author:
Develop strong skills for writing cryptographic algorithms and security schemes/modules using C++23 and its new features. This book will teach you the right methods for writing advanced cryptographic algorithms, such as elliptic curve cryptography algorithms, lattice-based cryptography, searchable encryption, and homomorphic encryption. You’ll also examine internal cryptographic mechanisms and discover common ways in which the algorithms can be implemented and used correctly in practice.
The authors explain the mathematical basis of cryptographic algorithms in terms that a programmer can easily understand. They also show how “bad” cryptography can creep in during implementation and what “good” cryptography should look like by comparing advantages and disadvantages based on processing time, execution time, and reliability.
Table of contents:
- Part I. Foundations
- 1. Getting Started in Cryptography and Cryptanalysis
- 2. Cryptography Fundamentals
- 3. Mathematical Background and Its Applicability
- 4. Large Integer Arithmetic
- 5. Floating-Point Arithmetic
- 6. New Features in C++23
- 7. Secure Coding Guidelines
- 8. Cryptography Libraries in C/C++23
- Part II. Pro Cryptography
- 9. Elliptic-Curve Cryptography
- 10. Lattice-based Cryptography
- 11. Searchable Encryption
- 12. Homomorphic Encryption
- 13. Ring Learning with Errors Cryptography
- 14. Chaos-based Cryptography
- 15. Big Data Cryptography
- 16. Cloud Computing Cryptography
- Part III. Pro Cryptanalysis
- 17. Starting with Cryptanalysis
- 18. Cryptanalysis Attacks and Techniques
- 19. Differential and Linear Cryptanalysis
- 20. Integral Cryptanalysis
- 21. Brute-Force and Buffer Overflow Attacks
- 22. Text Characterization
- 23. Implementation and Practical Approach of Cryptanalysis Methods