为了账号安全,请及时绑定邮箱和手机立即绑定

hash(data,salt,progress,cb)中,progress这个参数怎么用?

这是我找到的hash参数的解释,可还是不会用,知道的同学请帮我解释一下,谢谢!

hash(data, salt, progress, cb)

error - First parameter to the callback detailing any errors.

result - Second parameter to the callback providing the encrypted form.

data - [REQUIRED] - the data to be encrypted.

salt - [REQUIRED] - the salt to be used to hash the password.

progress - a callback to be called during the hash calculation to signify progress

callback - [REQUIRED] - a callback to be fired once the data has been encrypted.


正在回答

1 回答

hash(data, salt, progress, cb)

data——[要求]被加密的数据。

salt——[要求]盐用于哈希密码。

progress——一个回调期间被称为哈希计算意味着进步

callback——[要求]——一个回调被解雇一旦数据已经加密。

        error——第一个参数的回调详述任何错误。

        result——第二个参数的回调提供加密的形式

这里可以设置为 NULL

0 回复 有任何疑惑可以回复我~

举报

0/150
提交
取消
node建站攻略(二期)——网站升级
  • 参与学习       51940    人
  • 解答问题       408    个

帮助你深入前后端开发留下的迷惑,为进一步自学打下基础

进入课程

hash(data,salt,progress,cb)中,progress这个参数怎么用?

我要回答 关注问题
意见反馈 帮助中心 APP下载
官方微信