EUR 42,04
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbKartoniert / Broschiert. Zustand: New. With this guide for developers, you ll learn how to build apps that use common cryptographic operations to improve security and respect user privacy. You ll understand how, when, and why to use safe, modern cryptographic algorithms and libraries in your cod.
EUR 45,31
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Anbieter: Ria Christie Collections, Uxbridge, Vereinigtes Königreich
EUR 40,08
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New. In.
Anbieter: PBShop.store UK, Fairford, GLOS, Vereinigtes Königreich
EUR 42,06
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPAP. Zustand: New. New Book. Shipped from UK. Established seller since 2000.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 42,66
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. New copy - Usually dispatched within 3 working days. 100.
Verlag: Packt Publishing - ebooks Account, 2022
ISBN 10: 1801075336 ISBN 13: 9781801075336
Sprache: Englisch
Anbieter: Kennys Bookshop and Art Galleries Ltd., Galway, GY, Irland
EUR 43,80
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: New. 2022. paperback. . . . . .
Anbieter: California Books, Miami, FL, USA
EUR 39,23
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Verlag: Packt Publishing 2/28/2022, 2022
ISBN 10: 1801075336 ISBN 13: 9781801075336
Sprache: Englisch
Anbieter: BargainBookStores, Grand Rapids, MI, USA
EUR 38,22
Währung umrechnenAnzahl: 5 verfügbar
In den WarenkorbPaperback or Softback. Zustand: New. Essential Cryptography for JavaScript Developers: A practical guide to leveraging common cryptographic operations in Node.js and the browser 0.85. Book.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 31,68
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Anbieter: Chiron Media, Wallingford, Vereinigtes Königreich
EUR 35,03
Währung umrechnenAnzahl: 10 verfügbar
In den WarenkorbPF. Zustand: New.
Anbieter: GreatBookPrices, Columbia, MD, USA
EUR 34,94
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: New.
Verlag: Packt Publishing - ebooks Account, 2022
ISBN 10: 1801075336 ISBN 13: 9781801075336
Sprache: Englisch
Anbieter: Revaluation Books, Exeter, Vereinigtes Königreich
EUR 42,72
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbPaperback. Zustand: Brand New. 220 pages. 0.50x7.50x9.25 inches. In Stock.
Verlag: Packt Publishing - ebooks Account, 2022
ISBN 10: 1801075336 ISBN 13: 9781801075336
Sprache: Englisch
Anbieter: Kennys Bookstore, Olney, MD, USA
EUR 53,60
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: New. 2022. paperback. . . . . . Books ship from the US and Ireland.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 37,92
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: New.
Anbieter: GreatBookPricesUK, Woodford Green, Vereinigtes Königreich
EUR 40,98
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbZustand: As New. Unread book in perfect condition.
Anbieter: Lucky's Textbooks, Dallas, TX, USA
EUR 34,34
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbZustand: New.
Anbieter: Best Price, Torrance, CA, USA
EUR 31,08
Währung umrechnenAnzahl: 2 verfügbar
In den WarenkorbZustand: New. SUPER FAST SHIPPING.
Anbieter: AHA-BUCH GmbH, Einbeck, Deutschland
EUR 40,98
Währung umrechnenAnzahl: 1 verfügbar
In den WarenkorbTaschenbuch. Zustand: Neu. nach der Bestellung gedruckt Neuware - Printed after ordering - Discover how to take advantage of common cryptographic operations to build safer apps that respect users' privacy with the help of examples in JavaScript for Node.js and browsersKey Features:Understand how to implement common cryptographic operations in your code with practical examplesLearn about picking modern safe algorithms, which libraries you should rely on, and how to use them correctlyBuild modern and secure applications that respect your users' privacy with cryptographyBook Description:If you're a software developer, this book will give you an introduction to cryptography, helping you understand how to make the most of it for your applications. The book contains extensive code samples in JavaScript, both for Node.js and for frontend apps running in a web browser, although the core concepts can be used by developers working with any programming language and framework.With a purely hands-on approach that is focused on sharing actionable knowledge, you'll learn about the common categories of cryptographic operations that you can leverage in all apps you're developing, including hashing, encryption with symmetric, asymmetric and hybrid ciphers, and digital signatures. You'll learn when to use these operations and how to choose and implement the most popular algorithms to perform them, including SHA-2, Argon2, AES, ChaCha20-Poly1305, RSA, and Elliptic Curve Cryptography. Later, you'll learn how to deal with password and key management. All code in this book is written in JavaScript and designed to run in Node.js or as part of frontend apps for web browsers.By the end of this book, you'll be able to build solutions that leverage cryptography to protect user privacy, offer better security against an expanding and more complex threat landscape, help meet data protection requirements, and unlock new opportunities.What You Will Learn:Write JavaScript code that uses cryptography running within a Node.js environment for the server-side or in frontend applications for web browsersUse modern, safe hashing functions for calculating digests and key derivation, including SHA-2 and Argon2Practice encrypting messages and files with a symmetric key using AES and ChaCha20-Poly1305Use asymmetric and hybrid encryption, leveraging RSA and Elliptic Curve Cryptography with ECDH and ECIESCalculate and verify digital signatures using RSA and ECDSA/EdDSAManage passwords and encryption keys safelyWho this book is for:This cryptography book is an introductory guide for software developers who don't necessarily have a background in cryptography but are interested in learning how to integrate it in their solutions, correctly and safely. You'll need to have at least intermediate-level knowledge of building apps with JavaScript and familiarity with Node.js to make the most of this book.
Anbieter: THE SAINT BOOKSTORE, Southport, Vereinigtes Königreich
EUR 44,22
Währung umrechnenAnzahl: Mehr als 20 verfügbar
In den WarenkorbPaperback / softback. Zustand: New. This item is printed on demand. New copy - Usually dispatched within 5-9 working days 100.
Verlag: Packt Publishing, Limited, 2022
ISBN 10: 1801075336 ISBN 13: 9781801075336
Sprache: Englisch
Anbieter: Majestic Books, Hounslow, Vereinigtes Königreich
EUR 63,41
Währung umrechnenAnzahl: 4 verfügbar
In den WarenkorbZustand: New. Print on Demand pp. 220.