A Pragmatic Introduction to Secure Multi-Party Computation
Title | A Pragmatic Introduction to Secure Multi-Party Computation PDF eBook |
Author | David Evans |
Publisher | Foundations and Trends (R) in Privacy and Security |
Pages | 190 |
Release | 2018-12-19 |
Genre | |
ISBN | 9781680835083 |
Practitioners and researchers seeking a concise, accessible introduction to secure multi-party computation which quickly enables them to build practical systems or conduct further research will find this essential reading.
Compilation for Secure Multi-party Computation
Title | Compilation for Secure Multi-party Computation PDF eBook |
Author | Niklas Büscher |
Publisher | Springer |
Pages | 98 |
Release | 2017-11-16 |
Genre | Computers |
ISBN | 3319675222 |
This book presents a holistic view on compiler assisted practical secure multi-party computation (MPC) over Boolean circuits. It discusses that two or more parties jointly evaluate a function over their inputs in such a way that each party keeps its input unknown to the other parties in MPC. MPC provides a generic way to construct Privacy-Enhancing Technologies, which protect sensitive data during processing steps in untrusted environments. A major obstacle in the past was to generate MPC applications by hand. Recently, special compilers have been developed to build all kinds of applications. This book also explains in detail how efficient MPC applications can be created automatically from ANSI-C, thus, bridging the areas of cryptography, compilation and hardware synthesis. It also gives an insight into the requirements for creating efficient applications for MPC and is hence of interest to not only researchers in the area of MPC but also developers realizing practical applications with MPC. For a better understanding of the complete compile chain from ANSI-C to circuits, which is the ‘machine code’ of MPC, the authors first give the necessary background information on MPC protocols, Boolean logic, and logic synthesis. Then the authors describe the various compilation steps required to translate any code into an adequate circuit description. Afterwards, the authors introduce a variety of optimization techniques for two classes of MPC protocols, namely techniques that improve the runtime of applications in constant- and multi-round MPC protocols. The authors also illustrate how efficient parallelization of MPC protocols can be achieved using the assistance of compilers. It presents the effectiveness of the proposed techniques by giving a detailed evaluation on benchmarking applications. Most of the aforementioned techniques are implemented in our open source compiler that is accompanying this book and allows to study compilation for MPC in practice.Researchers who are interested in practical secure multi-party computation (MPC), and developers who are interested in realizing MPC applications in practice will find this book useful as a reference, as well as advanced-level students in computer science.
Secure Multiparty Computation
Title | Secure Multiparty Computation PDF eBook |
Author | Ronald Cramer |
Publisher | Cambridge University Press |
Pages | 385 |
Release | 2015-07-15 |
Genre | Computers |
ISBN | 1107043050 |
This book provides information on theoretically secure multiparty computation (MPC) and secret sharing, and the fascinating relationship between the two concepts.
Efficient Secure Two-Party Protocols
Title | Efficient Secure Two-Party Protocols PDF eBook |
Author | Carmit Hazay |
Publisher | Springer Science & Business Media |
Pages | 271 |
Release | 2010-11-02 |
Genre | Computers |
ISBN | 3642143032 |
In the setting of multiparty computation, sets of two or more parties with p- vate inputs wish to jointly compute some (predetermined) function of their inputs. The computation should be such that the outputs received by the parties are correctly distributed, and furthermore, that the privacy of each party’s input is preserved as much as possible, even in the presence of - versarial behavior. This encompasses any distributed computing task and includes computations as simple as coin-tossing and broadcast, and as c- plex as electronic voting, electronic auctions, electronic cash schemes and anonymous transactions. The feasibility (and infeasibility) of multiparty c- putation has been extensively studied, resulting in a rather comprehensive understanding of what can and cannot be securely computed, and under what assumptions. The theory of cryptography in general, and secure multiparty computation in particular, is rich and elegant. Indeed, the mere fact that it is possible to actually achieve the aforementioned task is both surprising and intriguing.
Advances in Cryptology -- CRYPTO 2012
Title | Advances in Cryptology -- CRYPTO 2012 PDF eBook |
Author | Reihaneh Safavi-Naini |
Publisher | Springer |
Pages | 902 |
Release | 2012-08-08 |
Genre | Computers |
ISBN | 3642320090 |
This book constitutes the refereed proceedings of the 32nd Annual International Cryptology Conference, CRYPTO 2012, held in Santa Barbara, CA, USA, in August 2012. The 48 revised full papers presented were carefully reviewed and selected from 225 submissions. The volume also contains the abstracts of two invited talks. The papers are organized in topical sections on symmetric cryptosystems, secure computation, attribute-based and functional encryption, proofs systems, protocols, hash functions, composable security, privacy, leakage and side-channels, signatures, implementation analysis, black-box separation, cryptanalysis, quantum cryptography, and key encapsulation and one-way functions.
Computer Security -- ESORICS 2013
Title | Computer Security -- ESORICS 2013 PDF eBook |
Author | Jason Crampton |
Publisher | Springer |
Pages | 810 |
Release | 2013-08-15 |
Genre | Computers |
ISBN | 3642402038 |
This book constitutes the refereed proceedings of the 18th European Symposium on Computer Security, ESORICS 2013, held in Egham, UK, in September 2013. The 43 papers included in the book were carefully reviewed and selected from 242 papers. The aim of ESORICS is to further the progress of research in computer security by establishing a European forum for bringing together researchers in this area, by promoting the exchange of ideas with system developers and by encouraging links with researchers in related areas. The papers cover all topics related to security, privacy and trust in computer systems and networks.
Secure Multi-party Computation
Title | Secure Multi-party Computation PDF eBook |
Author | Manoj Prabhakaran |
Publisher | IOS Press |
Pages | 296 |
Release | 2013 |
Genre | Computers |
ISBN | 1614991685 |
Secure Multi-Party Computation MPC is one of the most powerful tools developed by modern cryptography it facilitates collaboration among mutually distrusting parties by implementing a virtual trusted party. Despite the remarkable potential of such a tool, and decades of active research in the theoretical cryptography community, it remains a relatively inaccessible and lesser-known concept outside of this field. Only a handful of resources are available to students and researchers wishing to learn more about MPC. The editors of this book have assembled a comprehensive body of basic and advanced material on MPC, authored by