Back to Browse

Learn how to use Node JS Crypto module

23.4K views
Jan 22, 2021
9:26

In this video training you'll learn how to use Node JS Crypto module. The Node.js Crypto module supports cryptography. It provides cryptographic functionality that includes a set of wrappers for open SSL's hash HMAC, cipher, decipher, sign and verify functions. What is Hash: A hash is a fixed-length string of bits i.e. procedurally and deterministically generated from some arbitrary block of source data. What is HMAC: HMAC stands for Hash-based Message Authentication Code. It is a process for applying a hash algorithm to both data and a secret key that results in a single final hash. You can download code of this video from my github repository: https://github.com/techweber/nodejs-crypto If you need professional help, you can email me at [email protected]

Download

0 formats

No download links available.

Learn how to use Node JS Crypto module | NatokHD