Dehash Bcrypt hashSync

后端 未结 0 954
忘掉有多难
忘掉有多难 2020-12-28 09:37

So lets say I have this

var hashedApi = bcrypt.hashSync(req.body.api_token, 8);

Then I want to be able to later dehash the API token and use

相关标签:
回答
  • 消灭零回复
提交回复
热议问题