Part 2 – Using Common Cryptographic Operations with Node.js
In this section, we will learn about implementing common cryptographic operations in Node.js applications, including hashing, encryption (symmetric, asymmetric, and hybrid), and digital signatures.
This section comprises the following chapters:
- Chapter 3, File and Password Hashing with Node.js
- Chapter 4, Symmetric Encryption in Node.js
- Chapter 5, Using Asymmetric and Hybrid Encryption in Node.js
- Chapter 6, Digital Signatures with Node.js and Trust