
Cryptography and Cryptanalysis in Java
Creating and Programming Advanced Algorithms with Java SE 17 LTS and Jakarta EE 10
- English
- ePUB (mobile friendly)
- Available on iOS & Android
Cryptography and Cryptanalysis in Java
Creating and Programming Advanced Algorithms with Java SE 17 LTS and Jakarta EE 10
About this book
Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 17 and Jakarta EE 10. It provides a robust introduction to Java 17's new features and updates, a roadmap for Jakarta EE 10 security mechanisms, a unique presentation of the "hot points" (advantages and disadvantages) from the Java Cryptography Architecture (JCA), and more.
The book dives into the classical simple cryptosystems that form the basis of modern cryptography, with fully working solutions (encryption/decryption operations). Pseudo-random generators are discussed as well as real-life implementations. Hash functions are covered along with practical cryptanalysis methods and attacks, asymmetric and symmetric encryption systems, signature and identification schemes.
The book wraps up with a presentation of lattice-based cryptography and the NTRU framework library. Modern encryption schemes for cloud and big data environments (homomorphic encryption and searchable encryption) also are included. After reading and using this book, you will be proficient with crypto algorithms and know how to apply them to problems you may encounter.
What You Will Learn
- Develop programming skills for writing cryptography algorithms in Java
- Dive into security schemes and modules using Java
- Explore "good" vs "bad" cryptography based on processing execution times and reliability
- Play with pseudo-random generators, hash functions, etc.
- Leverage lattice-based cryptography methods, the NTRU framework library, and more
Who This Book Is For
Those who want to learn and leverage cryptography and cryptanalysis using Java. Some prior Java and/or algorithm programming exposure is highly recommended.
Frequently asked questions
- Essential is ideal for learners and professionals who enjoy exploring a wide range of subjects. Access the Essential Library with 800,000+ trusted titles and best-sellers across business, personal growth, and the humanities. Includes unlimited reading time and Standard Read Aloud voice.
- Complete: Perfect for advanced learners and researchers needing full, unrestricted access. Unlock 1.4M+ books across hundreds of subjects, including academic and specialized titles. The Complete Plan also includes advanced features like Premium Read Aloud and Research Assistant.
Please note we cannot support devices running on iOS 13 and Android 7 or earlier. Learn more about using the app.
Information
Table of contents
- Cover
- Front Matter
- 1. Introduction
- 2. JDK 17: New Features
- 3. Roadmap and Vision for Jakarta EE 10
- 4. Java Cryptography Architecture
- 5. Classical Cryptography
- 6. Formal Techniques for Cryptography
- 7. Pseudorandom Number Generators
- 8. Hash Functions
- 9. Symmetric Encryption Algorithms
- 10. Asymmetric Encryption Schemes
- 11. Signature Schemes
- 12. Identification Schemes
- 13. Lattice-Based Cryptography and NTRU
- 14. Advanced Encryption Schemes
- 15. Cryptography Tools
- Back Matter