maybe, in the signup process,
( I using express.js, MySQL, Sequelize )
- get ID and PW at Front-end
- saving ID in DB
- hashing the pw with salt
- save hashed pw in DB
And,,, can I use salt used before?
when some user log-in this server,
their PW will be hashing and compair with DB data.
but salt is just random..
so I wanna save salt value!