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 

Subscribe: https://www.youtube.com/channel/UCyTCHezYKkr7FPqBAVI2bcA

#node #nodejs #javascript

How to use Node JS Crypto Module
3.30 GEEK