Cryptography for Payment Professionals
Autor Ilya Dubinskyen Limba Engleză Hardback – 10 mai 2023
The world of cryptography has moved on with giant leaps. Available technical standards mention acronyms and link to more standards, some of which are very large while others are not available for free. After finding the standards for the algorithm, the specific mode of operation must also be identified. Most implementations use several cryptographic primitives—for example, key derivation with a block cipher, which produces a secret that is used together with a hash function and a double padding scheme to produce a digital signature of a base64-encoded value. Understanding this requires more sifting through online sources, more reading of platform and library documents, and finally, when some code can be written, there are very few test cases to validate it.
Cryptography for Payment Professionals is intended for technical people, preferably with some background in software engineering, who may need to deal with a cryptographic algorithm in the payments realm. It does not cover the payment technology in-depth, nor does it provide more than a brief overview of some regulations and security standards. Instead, it focuses on the cryptographic aspects of each field it mentions. Highlights include:
- Major cryptographic algorithms and the principles of their operation
- Cryptographic aspects of card-present (e.g., magnetic stripe, EMV) and online (e.g., e-Commerce and 3DS 2.0) transactions
- A detailed description of TDES DUKPT and AES DUKPT protocols, as well as an example implementation and test cases for both
Code related to the book is available at the author’s GitHub site: https://github.com/ilya-dubinsky/cfpp
Preț: 559.32 lei
Preț vechi: 817.83 lei
-32% Nou
Puncte Express: 839
Preț estimativ în valută:
107.04€ • 112.91$ • 89.46£
107.04€ • 112.91$ • 89.46£
Carte tipărită la comandă
Livrare economică 01-15 ianuarie 25
Livrare express 26-30 noiembrie pentru 326.35 lei
Preluare comenzi: 021 569.72.76
Specificații
ISBN-13: 9781032442747
ISBN-10: 1032442743
Pagini: 204
Ilustrații: 33 Line drawings, black and white; 33 Illustrations, black and white
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.46 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
ISBN-10: 1032442743
Pagini: 204
Ilustrații: 33 Line drawings, black and white; 33 Illustrations, black and white
Dimensiuni: 156 x 234 x 15 mm
Greutate: 0.46 kg
Ediția:1
Editura: CRC Press
Colecția Auerbach Publications
Cuprins
1. Building Blocks 2. Understanding Payments 3. Securing the Plastic :Magnetic Stripe and EMV 4. Securing the Network 5. Protecting the PIN 6. Regulation and Compliance A. Bits and Digits B. RSA D. PIN Examples E. JOSE Example F. Standard Bodies
Notă biografică
Ilya Dubinsky has 20 years of experience in the software industry. He is the VP of CTO Office in Finaro (formerly Credorax), the fastest-growing cross-border acquiring bank in the European Union. Ilya defines technological roadmap of the company, manages its IP portfolio and guides participation in international standard bodies. He also leads the in-house technology research, including in the fields of cryptography, blockchain, and AI. Ilya participates in global groups and bodies, including ISO, The Berlin Group banking industry standards initiative, the Payment Services User Group of Bank of Malta and the Fintech Forum of Bank of Israel. Capitalizing on his years of experience in software development, product and project management in Telecom and Finance industries, Ilya teaches a fin-tech class in Holon Institute of Technology and oversees joint research projects with Tel Aviv University.
Descriere
The book is a one-stop source for cryptographic methods used in payment technologies in major global markets: legacy magnetic stripe (e.g., EMV, 3DS 2.0, DUKPT). It provides a broad overview of the relevant cryptographic algorithms and methods, putting them in context for various payment processing aspects and security standards.