Advances to Homomorphic and Searchable Encryption [[electronic resource] /] / by Stefania Loredana Nita, Marius Iulian Mihailescu
| Advances to Homomorphic and Searchable Encryption [[electronic resource] /] / by Stefania Loredana Nita, Marius Iulian Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [1st ed. 2023.] |
| Pubbl/distr/stampa | Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023 |
| Descrizione fisica | 1 online resource (146 pages) |
| Disciplina | 005.8 |
| Altri autori (Persone) | MihailescuMarius Iulian |
| Soggetto topico |
Data protection
Quantum communication Artificial intelligence - Data processing Cryptography Data encryption (Computer science) Security systems Data and Information Security Quantum Communications and Cryptography Data Science Cryptology Security Science and Technology |
| ISBN | 3-031-43214-2 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Nota di contenuto | 1. Introduction -- 2. Background and Preliminaries -- 3. Homomorphic Encryption -- 4. Searchable Encryption. |
| Record Nr. | UNISA-996550551403316 |
Nita Stefania Loredana
|
||
| Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023 | ||
| Lo trovi qui: Univ. di Salerno | ||
| ||
Advances to Homomorphic and Searchable Encryption / / by Stefania Loredana Nita, Marius Iulian Mihailescu
| Advances to Homomorphic and Searchable Encryption / / by Stefania Loredana Nita, Marius Iulian Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [1st ed. 2023.] |
| Pubbl/distr/stampa | Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023 |
| Descrizione fisica | 1 online resource (146 pages) |
| Disciplina | 005.8 |
| Altri autori (Persone) | MihailescuMarius Iulian |
| Soggetto topico |
Data protection
Quantum communication Artificial intelligence - Data processing Cryptography Data encryption (Computer science) Security systems Data and Information Security Quantum Communications and Cryptography Data Science Cryptology Security Science and Technology |
| ISBN | 3-031-43214-2 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Nota di contenuto | 1. Introduction -- 2. Background and Preliminaries -- 3. Homomorphic Encryption -- 4. Searchable Encryption. |
| Record Nr. | UNINA-9910746992503321 |
Nita Stefania Loredana
|
||
| Cham : , : Springer Nature Switzerland : , : Imprint : Springer, , 2023 | ||
| Lo trovi qui: Univ. Federico II | ||
| ||
Cryptography and Cryptanalysis in Java : Creating and Programming Advanced Algorithms with Java SE 21 LTS and Jakarta EE 11 / / by Stefania Loredana Nita, Marius Iulian Mihailescu
| Cryptography and Cryptanalysis in Java : Creating and Programming Advanced Algorithms with Java SE 21 LTS and Jakarta EE 11 / / by Stefania Loredana Nita, Marius Iulian Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [2nd ed. 2024.] |
| Pubbl/distr/stampa | Berkeley, CA : , : Apress : , : Imprint : Apress, , 2024 |
| Descrizione fisica | 1 online resource (306 pages) |
| Disciplina | 652.8 |
| Soggetto topico |
Java (Computer program language)
Programming languages (Electronic computers) Cryptography Data encryption (Computer science) Computer science Mathematics - Data processing Algorithms Java Programming Language Cryptology Computer Science Computational Mathematics and Numerical Analysis |
| ISBN |
9798868804410
9798868804403 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Nota di contenuto | 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. |
| Record Nr. | UNINA-9910874679803321 |
Nita Stefania Loredana
|
||
| Berkeley, CA : , : Apress : , : Imprint : Apress, , 2024 | ||
| Lo trovi qui: Univ. Federico II | ||
| ||
Cryptography and cryptanalysis in Java : creating and programming advanced algorithms with Java SE 17 LTS and Jakarta EE 10 / / Stefania Loredana Nita and Marius Iulian Mihailescu
| Cryptography and cryptanalysis in Java : creating and programming advanced algorithms with Java SE 17 LTS and Jakarta EE 10 / / Stefania Loredana Nita and Marius Iulian Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [[First edition].] |
| Pubbl/distr/stampa | New York, NY : , : Apress, , [2022] |
| Descrizione fisica | 1 online resource (230 pages) |
| Disciplina | 005.8 |
| Soggetto topico |
Java (Computer program language)
Cryptography Computer security Data encryption (Computer science) |
| ISBN | 1-4842-8105-5 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Nota di contenuto |
Intro -- Table of Contents -- About the Authors -- About the Technical Reviewer -- Chapter 1: Introduction -- Cryptography and Cryptanalysis -- Book Structure -- Conclusion -- References -- Chapter 2: JDK 17: New Features -- Conclusion -- References -- Chapter 3: Roadmap and Vision for Jakarta EE 10 -- Conclusion -- References -- Chapter 4: Java Cryptography Architecture -- Architecture and Design Principles -- JCA Classes and Algorithms -- Algorithms and Engine Classes -- Interfaces and Main Classes -- Data Encryption -- Hash Functions -- Signatures -- Generating Signatures -- Verifying the Signature -- Conclusion -- References -- Chapter 5: Classical Cryptography -- Caesar Cipher -- Implementation -- Cryptanalysis -- Vigenère Cipher -- Implementation -- Cryptanalysis -- Hill Cipher -- Implementation -- Cryptanalysis -- Conclusion -- References -- Chapter 6: Formal Techniques for Cryptography -- Definitions -- Probabilities and Statistics -- Conditional Probability -- Random Variables -- Entropy -- A Little Algebra -- Elliptic Curves -- Conclusion -- References -- Chapter 7: Pseudorandom Number Generators -- Examples of PRNGs -- Linear Congruential PRNGs -- Blum-Blum-Shub PRNG -- Linear Circuit PRNGs -- Other PRNGs -- PRNGs Security -- Java.util.Random Class -- Conclusion -- References -- Chapter 8: Hash Functions -- Conclusion -- References -- Chapter 9: Symmetric Encryption Algorithms -- Data Encryption Standard -- The Generation of Keys -- Encryption and Decryption Process -- Operation Modes for DES -- Advanced Encryption Standard -- Encryption and Decryption Process -- Operation Modes for AES -- Conclusion -- References -- Chapter 10: Asymmetric Encryption Schemes -- RSA -- ElGamal -- Merkle-Hellman -- The Knapsack Approach -- Algorithms -- Conclusion -- References -- Chapter 11: Signature Schemes -- Conclusion -- References.
Chapter 12: Identification Schemes -- FFS Identification protocol -- Conclusion -- References -- Chapter 13: Lattice-Based Cryptography and NTRU -- Practical Implementation of the NTRU Library -- Conclusion -- References -- Chapter 14: Advanced Encryption Schemes -- Homomorphic Encryption -- Searchable Encryption -- Conclusion -- References -- Chapter 15: Cryptography Tools -- CryptTool -- OpenSSL -- Conclusion -- References -- Index. |
| Record Nr. | UNINA-9910561295003321 |
Nita Stefania Loredana
|
||
| New York, NY : , : Apress, , [2022] | ||
| Lo trovi qui: Univ. Federico II | ||
| ||
Haskell Quick Syntax Reference : A Pocket Guide to the Language, APIs, and Library / / by Stefania Loredana Nita, Marius Mihailescu
| Haskell Quick Syntax Reference : A Pocket Guide to the Language, APIs, and Library / / by Stefania Loredana Nita, Marius Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [1st ed. 2019.] |
| Pubbl/distr/stampa | Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019 |
| Descrizione fisica | 1 online resource (213 pages) |
| Disciplina | 005.114 |
| Soggetto topico |
Programming languages (Electronic computers)
Computer programming Artificial intelligence Big data Programming Languages, Compilers, Interpreters Programming Techniques Artificial Intelligence Big Data |
| ISBN |
9781484245071
1484245075 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Nota di contenuto | 1. Functional Programming -- 2. Static Typing -- 3. GHC -- 4. Types -- 5. Tuples -- 6. Lists -- 7. Functions -- 8. Recursion -- 9. List Comprehension -- 10. Classes -- 11. Pattern Matching -- 12. Monads -- 13. Monads Transformers -- 14. Parsecs -- 15. Folds -- 16. Algorithms -- 17. Parsings -- 18. Parallelism -- 19. Haskell Pipes -- 20. Lens -- 21. Lazy Evaluation -- 22. Performance -- 23. Haskell Stack -- 24. Yesod -- 25. Haskell Libraries -- 26. Cabal. |
| Record Nr. | UNINA-9910338013803321 |
Nita Stefania Loredana
|
||
| Berkeley, CA : , : Apress : , : Imprint : Apress, , 2019 | ||
| Lo trovi qui: Univ. Federico II | ||
| ||
Practical Concurrent Haskell : With Big Data Applications / / by Stefania Loredana Nita, Marius Mihailescu
| Practical Concurrent Haskell : With Big Data Applications / / by Stefania Loredana Nita, Marius Mihailescu |
| Autore | Nita Stefania Loredana |
| Edizione | [1st ed. 2017.] |
| Pubbl/distr/stampa | Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017 |
| Descrizione fisica | 1 online resource (XV, 266 p. 26 illus., 19 illus. in color.) |
| Disciplina | 005.13 |
| Soggetto topico |
Programming languages (Electronic computers)
Computer programming Programming Languages, Compilers, Interpreters Programming Techniques |
| ISBN |
9781484227817
1484227816 |
| Formato | Materiale a stampa |
| Livello bibliografico | Monografia |
| Lingua di pubblicazione | eng |
| Record Nr. | UNINA-9910254561003321 |
Nita Stefania Loredana
|
||
| Berkeley, CA : , : Apress : , : Imprint : Apress, , 2017 | ||
| Lo trovi qui: Univ. Federico II | ||
| ||