0 votes
in NodeJS Essentials by
Which of the following is used to generate secure passwords in Node.js?

A) bcrypt

B) md5

C) sha256

D) all of the above

1 Answer

0 votes
by

Answer: A

Explanation: bcrypt is used to generate secure passwords in Node.js.

...