Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up

Which module provides cryptographic functionality such as hashing in Node.js?

  1. A crypto
  2. B hash
  3. C secure
  4. D cipher
Answer

crypto

The crypto module provides hashing, HMAC, encryption and random bytes. For passwords, use a deliberately slow algorithm such as bcrypt or argon2.

All NodeJS MCQs

Login to manage your account

Please enter a valid email address.
Forgot Password?
Please enter a valid password.
OR

Don't have an account yet? Sign up as