phc-format::memo:Node.JS的PHC字符串格式实现

时间:2021-05-14 05:21:43
【文件属性】:
文件名称:phc-format::memo:Node.JS的PHC字符串格式实现
文件大小:14KB
文件格式:ZIP
更新时间:2021-05-14 05:21:43
nodejs hashing competition parser crypto phc格式 :memo: PHC字符串格式串行器/解串器编码为 :red_heart: 作者西蒙妮·普里马罗萨( Simone Primarosa) 。 动机 PHC字符串格式是一种尝试,它指定一种公共哈希字符串格式,该格式是Modular Crypt Format的受限且定义明确的子集。 强烈建议使用新的哈希值来遵守PHC规范,而不是宽松得多的Modular Crypt Format 。 安装 npm install --save @phc/format 用法 const phc = require ( '@phc/format' ) ; const phcobj = { id : 'pbkdf2-sha256' , params : { i : 6400 } , salt : Buffer . from ( '0ZrzXitFSGltTQnBWOsdAw' , 'base64' )
【文件预览】:
phc-format-master
----.gitattributes(29B)
----.github()
--------workflows()
----license(1KB)
----test()
--------fixtures()
--------deserialize.js(2KB)
--------serialize.js(2KB)
----.npmrc(19B)
----.editorconfig(147B)
----.gitignore(3KB)
----index.js(6KB)
----readme.md(7KB)
----package.json(1KB)

网友评论