Answer the question
In order to leave comments, you need to log in
How to implement a basic login and password saving mechanism in Node.js?
It is necessary to implement saving the login and password of users on Node.js. For each password, generate a hash and a salt. And save data in txt file. I know you can use bcrypt, but the essence of the task is to make the hash and salt step by step. Tell me how this can be implemented?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question