Cryptography in C and C++
Autor Michael Welschenbachen Limba Engleză Paperback – 4 iul 2013
Toate formatele și edițiile | Preț | Express |
---|---|---|
Paperback (1) | 784.04 lei 43-57 zile | |
Apress – 4 iul 2013 | 784.04 lei 43-57 zile | |
Hardback (1) | 603.18 lei 43-57 zile | |
Apress – 26 mai 2005 | 603.18 lei 43-57 zile |
Preț: 784.04 lei
Preț vechi: 980.04 lei
-20% Nou
Puncte Express: 1176
Preț estimativ în valută:
150.05€ • 155.86$ • 124.64£
150.05€ • 155.86$ • 124.64£
Carte tipărită la comandă
Livrare economică 03-17 februarie 25
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781430250982
ISBN-10: 1430250984
Pagini: 504
Ilustrații: XXV, 504 p.
Dimensiuni: 191 x 235 x 32 mm
Greutate: 9.37 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
ISBN-10: 1430250984
Pagini: 504
Ilustrații: XXV, 504 p.
Dimensiuni: 191 x 235 x 32 mm
Greutate: 9.37 kg
Ediția:2nd ed.
Editura: Apress
Colecția Apress
Locul publicării:Berkeley, CA, United States
Public țintă
Popular/generalNotă biografică
Michael Welschenbach works for SRC Security Research & Consulting GmbH in Bonn, Germany. He graduated with a master's degree in mathematics from the University of Cologne, and has extensive experience in both pure and applied cryptological research. Currently, his favorite programming languages are C and C++. When not working, he enjoys spending time with his wife and two sons, programming, reading, and playing music.
Cuprins
Arithmetic and Number Theory in C.- Number Formats: The Representation of Large Numbers in C.- Interface Semantics.- The Fundamental Operations.- Modular Arithmetic: Calculating with Residue Classes.- Where All Roads Meet: Modular Exponentiation.- Bitwise and Logical Functions.- Input, Output, Assignment, Conversion.- Dynamic Registers.- Basic Number-Theoretic Functions.- Rijndael: A Successor.- Large Random Numbers.- Strategies for Testing LINT.- Arithmetic in C++ with the Class LINT.- Let C++ Simplify Your Life.- The LINT Public Interface: Members and Friends.- Error Handling.- An Application Example: The RSA Cryptosystem.- Do It Yourself: Test LINT.- Approaches for Further Extensions.
Recenzii
From the reviews of the second edition:
"Addressing mathematical concepts, algorithms and C/C++ code is not a simple task; the author handles them well throughout the book. This book is translated from German by David Kramer. … A well written book that addresses the intended purpose. … A beginner or intermediate level C/C++ programmer can follow the text." (S. Terai, SIGACT News, Vol. 39 (1), 2008)
"Addressing mathematical concepts, algorithms and C/C++ code is not a simple task; the author handles them well throughout the book. This book is translated from German by David Kramer. … A well written book that addresses the intended purpose. … A beginner or intermediate level C/C++ programmer can follow the text." (S. Terai, SIGACT News, Vol. 39 (1), 2008)
Caracteristici
The chapter on primality tests is thoroughly revised. This is the first book to include practical implementations of the recent major improvements in primality testing The chapter about random number generation completely rewritten Completely revised to incorporate latest cryptographic techniques