Home
Recent Q&A
Java
Cloud
JavaScript
Python
SQL
PHP
HTML
C++
Data Science
DBMS
Devops
Hadoop
Machine Learning
Azure
Blockchain
Devops
Ask a Question
Which of the following is used to generate secure passwords in Node.js?
Home
NodeJS Essentials
Which of the following is used to generate secure passwords in Node.js?
asked
May 27
in
NodeJS Essentials
by
Robin
Which of the following is used to generate secure passwords in Node.js?
A) bcrypt
B) md5
C) sha256
D) all of the above
generate
secure
passwords
ode
js
Please
log in
or
register
to answer this question.
1
Answer
0
votes
answered
May 27
by
Robin
Answer: A
Explanation: bcrypt is used to generate secure passwords in Node.js.
...