Introduction to Cryptography with Mathematical Foundations and Computer Implementations, Stanoyevitch, Alexander
Автор: Jeffrey Hoffstein and Jill Pipher Название: Introduction to Mathematical Cryptography ISBN: 1493917102 ISBN-13(EAN): 9781493917105 Издательство: Springer Рейтинг: Цена: 83850.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: An Introduction to Mathematical Cryptography
Автор: Goldreich, Oded Название: Foundations of cryptography: volume 2, basic applications ISBN: 052111991X ISBN-13(EAN): 9780521119917 Издательство: Cambridge Academ Рейтинг: Цена: 60190.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Building on the basic tools presented in the first volume, this second volume of Foundations of Cryptography contains a rigorous and systematic treatment of three basic applications: Encryption, Signatures, and General Cryptographic Protocols. It is suitable for use in a graduate course on cryptography and as a reference book for experts.
Автор: Oded Goldreich Название: Foundations of Cryptography ISBN: 0521035368 ISBN-13(EAN): 9780521035361 Издательство: Cambridge Academ Рейтинг: Цена: 55970.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Focuses on the basic mathematical tools needed for cryptographic design: computational difficulty (one-way functions), pseudorandomness and zero-knowledge proofs.
Автор: Cameron Peter J Название: Notes on Counting: An Introduction to Enumerative Combinator ISBN: 1108404952 ISBN-13(EAN): 9781108404952 Издательство: Cambridge Academ Рейтинг: Цена: 38010.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Enumerative combinatorics, in its algebraic and analytic forms, is vital to many areas of mathematics, from model theory to statistical mechanics. This book, drawn from many years of teaching, invites students into the subject and prepares them for more advanced texts. It is suitable as a class text or for individual study.
Автор: Alain Bretto Название: Hypergraph Theory ISBN: 3319000799 ISBN-13(EAN): 9783319000794 Издательство: Springer Рейтинг: Цена: 121110.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book presents hypergraph theory and covers traditional elements of the theory as well as original concepts such as entropy of hypergraph, similarities and kernels. It details applications in telecommunications and parallel data structure modeling.
Автор: Stephen Krenn, Thomas Lorunser Название: An Introduction to Secret Sharing ISBN: 3031281608 ISBN-13(EAN): 9783031281600 Издательство: Springer Рейтинг: Цена: 41920.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book provides an introduction to secret sharing, a key technology for practical applications and higher-level cryptographic protocols. This survey analyzes existing work, and systematically presents secret sharing protocols for various adversary models. It provides intuitive as well as formal descriptions of the different types of adversaries, including their computational powers and capabilities. In addition, it then offers guidance and support in selecting the appropriate type of protocol for a given application domain, present representative protocols, and provide useful references for further reading and research. This book aims to support software developers and engineers in realizing highly secure cloud-based applications, and also provides an introduction to the field including some relevant technical background for interested students and computer scientists.
Автор: Larry J. Gerstein Название: Introduction to Mathematical Structures and Proofs ISBN: 1493951467 ISBN-13(EAN): 9781493951468 Издательство: Springer Рейтинг: Цена: 41880.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This updated and revised second edition is designed to help students advance from basic calculus to higher-level linear and abstract algebra and number theory. It introduces an array of fundamental structures and shows how to balance intuition and rigor.
Название: Practical Cryptography ISBN: 0367378159 ISBN-13(EAN): 9780367378158 Издательство: Taylor&Francis Рейтинг: Цена: 60220.00 T Наличие на складе: Невозможна поставка. Описание:
Cryptography, the science of encoding and decoding information, allows people to do online banking, online trading, and make online purchases, without worrying that their personal information is being compromised. The dramatic increase of information transmitted electronically has led to an increased reliance on cryptography. This book discusses the theories and concepts behind modern cryptography and demonstrates how to develop and implement cryptographic algorithms using C++ programming language.
Written for programmers and engineers, Practical Cryptography explains how you can use cryptography to maintain the privacy of computer data. It describes dozens of cryptography algorithms, gives practical advice on how to implement them into cryptographic software, and shows how they can be used to solve security problems.
Covering the latest developments in practical cryptographic techniques, this book shows you how to build security into your computer applications, networks, and storage. Suitable for undergraduate and postgraduate students in cryptography, network security, and other security-related courses, this book will also help anyone involved in computer and network security who wants to learn the nuts and bolts of practical cryptography.
Автор: Azad, Saiful Название: Practical Cryptography ISBN: 1482228890 ISBN-13(EAN): 9781482228892 Издательство: Taylor&Francis Рейтинг: Цена: 132710.00 T Наличие на складе: Нет в наличии.
Автор: M?ire McLoone; John V. McCanny Название: System-on-Chip Architectures and Implementations for Private-Key Data Encryption ISBN: 1461348978 ISBN-13(EAN): 9781461348979 Издательство: Springer Рейтинг: Цена: 93160.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: In System-on-Chip Architectures and Implementations for Private-Key Data Encryption, new generic silicon architectures for the DES and Rijndael symmetric key encryption algorithms are presented.
Автор: Mangrulkar, Ramchandra Sharad Vijay Chavan, Pallavi Название: Blockchain essentials ISBN: 1484299744 ISBN-13(EAN): 9781484299746 Издательство: Springer Рейтинг: Цена: 51230.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: This book will teach you the core concepts of blockchain technology in a concise manner through straightforward, concrete examples using a range of programming languages, including Python and Solidity. The 50 programs presented in this book are all you need to gain a firm understanding of blockchain and how to implement it. The book begins with an introduction to the fundamentals of blockchain technology, followed by a review of its types, framework, applications and challenges. Moving ahead, you will learn basic blockchain programming with hash functions, authentication code, and Merkle trees. You will then dive into the basics of bitcoin, including wallets, digital keys, transactions, digital signatures, and more. This is followed by a crash course on Ethereum programming, its network, and ecosystem. As you progress through the book, you will also learn about Hyperledger and put your newly-gained knowledge to work through case studies and example applications. After reading this book, you will understand blockchain’s underlying concepts and its common implementations. What You Will Learn * Master theoretical and practical implementations of various blockchain components using Python * Implement hashing, Merkel trees, and smart contracts using the Solidity programming language for various applications * Grasp the internal structure of EVM and its implementation in smart contracts * Understand why blockchain plays an essential role in cryptocurrencies and identify possible applications beyond cryptocurrencies * Investigate and apply alternative blockchain solutions using Hyperledger, including its integration and deployment * Explore research opportunities through case studies and gain an overview of implementation using various languages Who Is This Book For: Anyone who is new to blockchain and wants to gain an an understanding of how it works and can be implemented.
Автор: Hoffstein, Jeffrey Pipher, Jill Silverman, Joseph H. Название: Introduction to mathematical cryptography ISBN: 1493939386 ISBN-13(EAN): 9781493939381 Издательство: Springer Рейтинг: Цена: 65210.00 T Наличие на складе: Есть у поставщика Поставка под заказ. Описание: Preface.- Introduction.- 1 An Introduction to Cryptography.- 2 Discrete Logarithms and Diffie-Hellman.- 3 Integer Factorization and RSA.- 4 Digital Signatures.- 5 Combinatorics, Probability, and Information Theory.- 6 Elliptic Curves and Cryptography.- 7 Lattices and Cryptography.- 8 Additional Topics in Cryptography.- List of Notation.- References.- Index.
Казахстан, 010000 г. Астана, проспект Туран 43/5, НП2 (офис 2) ТОО "Логобук" Тел:+7 707 857-29-98 ,+7(7172) 65-23-70 www.logobook.kz