Google News
logo
NodeJS - Interview Questions
What is the use of the crypto module in Node.js ?
The crypto module in Node.js is used to provide users with cryptographic functionalities. This provides them with a large number of wrappers to perform various operations such as cipher, decipher, signing, and hashing operations.
Advertisement