Cryptography and Cryptanalysis in Java Creating and Programming Advanced Algorithms with Java SE 21 LTS and Jakarta EE 11

Here is your in-depth guide to cryptography and cryptanalysis in Java. This book includes challenging cryptographic solutions that are implemented in Java 21 and Jakarta EE 11. It provides a robust introduction to Java 21's new features and updates, a roadmap for Jakarta EE 11 security mechanis...

Descripción completa

Detalles Bibliográficos
Otros Autores: Nita, Stefania Loredana, author (author), Mihailescu, Marius Iulian, author
Formato: Libro electrónico
Idioma:Inglés
Publicado: Berkeley, CA : Apress 2024.
Edición:2nd ed. 2024.
Materias:
Ver en Biblioteca Universitat Ramon Llull:https://discovery.url.edu/permalink/34CSUC_URL/1im36ta/alma991009840474706719
Tabla de Contenidos:
  • 1. Getting Started
  • 2. JDK 21 Java New Features
  • 3. The New Jakarta EE 11
  • 4. Java Cryptography Architecture
  • 5. Classical Cryptography
  • 6. Quantum Cryptography
  • 7. Formal Techniques for Cryptography
  • 8. Pseudo-random Generators
  • 9. Hash Functions
  • 10. Symmetric Encryption Algorithms
  • 11. Asymmetric Encryption Schemes
  • 12. Advanced Encryption Schemes
  • 13. Identification Schemes
  • 14. Signature Schemes
  • 15. Lattice based Cryptography and NTRU
  • 16. Cryptography Tools.