safe-compare:固定时间比较算法可防止定时攻击

时间:2024-05-27 08:27:16
【文件属性】:

文件名称:safe-compare:固定时间比较算法可防止定时攻击

文件大小:9KB

文件格式:ZIP

更新时间:2024-05-27 08:27:16

nodejs scmp prevent-timing-attacks JavaScript

安全比较 固定时间比较算法,可防止Node.js计时攻击。 有关Node.js定时攻击的更多信息,请访问 。 注意: 如果您使用的是Node.js v6.6.0或更高版本,则可以从crypto模块中使用 。 请记住,方法crypto.timingSafeEqual仅接受相同长度的Buffer ! 该捆绑包将为您处理不同长度的字符串。 安装 $ npm install safe-compare --save 用法 var safeCompare = require ( 'safe-compare' ) ; safeCompare ( 'hello world' , 'hello world' ) ; // -> true safeCompare ( 'hello' , 'not hello' ) ; // -> false safeCompare ( 'hello foo' , 'he


【文件预览】:
safe-compare-master
----.travis.yml(855B)
----benchmark()
--------benchmark.js(917B)
----index.js(2KB)
----package.json(1KB)
----.github()
--------workflows()
----test()
--------test.js(3KB)
----LICENSE(1KB)
----appveyor.yml(1KB)
----.npmignore(696B)
----.gitignore(542B)
----.codeclimate.yml(79B)
----README.md(3KB)

网友评论