{"title":"Stefania Loredana Nita","description":null,"products":[{"product_id":"haskell-quick-syntax-reference-book-stefania-loredana-nita-9781484245064","title":"Haskell Quick Syntax Reference","description":"This condensed code and syntax reference presents the essential Haskell syntax in a well-organized format that can be used as a quick and handy reference, including applications to cloud computing and data analysis. This book covers the functional programming features of Haskell as well as strong static typing, lazy evaluation, extensive parallelism, and concurrency  You won’t find any technical jargon, bloated samples, drawn out history lessons, or witty stories in this book. What you will find is a language reference that is concise, to the point and highly accessible. The Haskell Quick Syntax Reference is packed with useful information and is a must-have for any Haskell programmer working in big data, data science, and cloud computing. What You Will Learn   Quickly and effectively use the Haskell programming language  Take advantage of strong static typing  Work with lazy evaluations   Harness concurrency and extensive parallelism using Haskell    Who This Book Is For Experienced programmers who may be new to Haskell or have experience with Haskell and who just want a quick reference guide on it.","brand":"WoB","offers":[{"title":"US \/ GOOD \/ SBYB","offer_id":50377579495697,"sku":"CIN1484245067G","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"US \/ NEW \/ INGRAM","offer_id":51029497839889,"sku":"NIN9781484245064","price":0.0,"currency_code":"GBP","in_stock":false},{"title":"GB \/ NEW \/ INGRAM","offer_id":52586406084881,"sku":"NLS9781484245064","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1484245067.jpg?v=1750989829"},{"product_id":"cryptography-and-cryptanalysis-in-java-book-stefania-loredana-nita-9781484281048","title":"Cryptography and Cryptanalysis in Java","description":"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.","brand":"WoB","offers":[{"title":"- \/ - \/ -","offer_id":50467776954641,"sku":"","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"GB \/ NEW \/ GARDNERS","offer_id":50467778789649,"sku":"NGR9781484281048","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/1484281047.jpg?v=1751306710"},{"product_id":"advances-to-homomorphic-and-searchable-encryption-book-stefania-loredana-nita-9783031432163","title":"Advances to Homomorphic and Searchable Encryption","description":"This book presents the current state of the literature on the fields of homomorphic and searchable encryption, from both theoretical and practical points of view. Homomorphic and searchable encryption are still relatively novel and rapidly evolving areas and face practical constraints in the contexts of large-scale cloud computing and big data.    Both encryption methods can be quantum-resistant if they use the right mathematical techniques. In fact, many fully homomorphic encryption schemes already use quantum-resistant techniques, such as lattices or characteristics of polynomials – which is what motivated the authors to present them in detail.  On the one hand, the book highlights the characteristics of each type of encryption, including methods, security elements, security requirements, and the main types of attacks that can occur. On the other, it includes practical cases and addresses aspects like performance, limitations, etc.   As cloud computing andbig data already represent the future in terms of storing, managing, analyzing, and processing data, these processes need to be made as secure as possible, and homomorphic and searchable encryption hold huge potential to secure both the data involved and the processes through which it passes.  This book is intended for graduates, professionals and researchers alike. Homomorphic and searchable encryption involve advanced mathematical techniques; accordingly, readers should have a basic background in number theory, abstract algebra, lattice theory, and polynomial algebra.","brand":"WoB","offers":[{"title":"GB \/ NEW \/ GARDNERS","offer_id":52418575499537,"sku":"NGR9783031432163","price":0.0,"currency_code":"GBP","in_stock":false}]},{"product_id":"advances-to-homomorphic-and-searchable-encryption-book-stefania-loredana-nita-9783031432132","title":"Advances to Homomorphic and Searchable Encryption","description":"This book presents the current state of the literature on the fields of homomorphic and searchable encryption, from both theoretical and practical points of view.","brand":"WoB","offers":[{"title":"- \/ - \/ INTERNAL","offer_id":52425916416273,"sku":null,"price":0.0,"currency_code":"GBP","in_stock":true},{"title":"GB \/ NEW \/ INGRAM","offer_id":52425916973329,"sku":"NLS9783031432132","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/9783031432132.jpg?v=1759156166"},{"product_id":"practical-concurrent-haskell-book-stefania-loredana-nita-9781484227800","title":"Practical Concurrent Haskell","description":"Learn to use the APIs and frameworks for parallel and concurrent applications in Haskell. This book will show you how to exploit multicore processors with the help of parallelism in order to increase the performance of your applications.  Practical Concurrent Haskell teaches you how concurrency enables you to write programs using threads for multiple interactions. After accomplishing this, you will be ready to make your move into application development and portability with applications in cloud computing and big data.  You'll use MapReduce and other, similar big data tools as part of your Haskell big data applications development.   What You'll Learn  Program with Haskell  Harness concurrency to Haskell  Apply Haskell to big data and cloud computing applications  Use Haskell concurrency design patterns in big data  Accomplish iterative dataprocessing on big data using Haskell  Use MapReduce and work with Haskell on large clusters    Who This Book Is For Those with at least some prior experience with Haskell and some prior experience with big data in another programming language such as Java, C#, Python, or C++.","brand":"WoB","offers":[{"title":"GB \/ NEW \/ INGRAM","offer_id":52480991592721,"sku":"NLS9781484227800","price":0.0,"currency_code":"GBP","in_stock":true},{"title":"US \/ NEW \/ INGRAM","offer_id":53036568248593,"sku":"NIN9781484227800","price":0.0,"currency_code":"GBP","in_stock":false}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/9781484227800.jpg?v=1759851059"},{"product_id":"cryptography-and-cryptanalysis-in-java-book-stefania-loredana-nita-9798868804403","title":"Cryptography and Cryptanalysis in Java","description":"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 mechanisms, a unique presentation of the \"hot points\" (advantages and disadvantages) from the Java Cryptography Architecture (JCA), a new chapter on Quantum cryptography, 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.           New to This Edition:     The modernized Second Edition is updated to reflect the latest language features in Java 21 and Jakarta 11, along with the introduction of a new chapter on Quantum Cryptography (Chapter 6).               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.","brand":"WoB","offers":[{"title":"GB \/ NEW \/ INGRAM","offer_id":53638313279761,"sku":"NLS9798868804403","price":0.0,"currency_code":"GBP","in_stock":true}],"thumbnail_url":"\/\/cdn.shopify.com\/s\/files\/1\/0784\/4072\/6801\/files\/9798868804403.jpg?v=1781007567"}],"url":"https:\/\/www.worldofbooks.com\/en-gb\/collections\/author-books-by-stefania-loredana-nita.oembed","provider":"World of Books ","version":"1.0","type":"link"}