文件名称:fido2-helpers:用于测试FIDO 2.0 WebAuthn CTAP的有用数据结构
文件大小:61KB
文件格式:ZIP
更新时间:2024-05-17 21:46:51
JavaScript
一组帮助程序功能和数据集,用于测试FIDO 2.0,WebAuthn和CTAP。 安装 node.js npm install fido2-helpers html < script src =" https://cdn.rawgit.com/apowers313/fido2-helpers/69af3a4e/fido2-helpers.js " > </ script > 用法 fido2-helpers.js是一个 ,应在浏览器和节点下运行。 它已被诸如和类的节点项目广泛使用。 UMD返回的结构类似于: { functions : { printHex , arrayBufferEquals , hex2ab , str2ab , b64decode , b64encode
【文件预览】:
fido2-helpers-master
----.gitignore(51B)
----package.json(641B)
----LICENSE.md(1KB)
----README.md(3KB)
----fido2-helpers.js(150KB)