在客户端上使用U2F USB设备的Go库-Golang开发

时间:2024-06-15 11:06:20
【文件属性】:

文件名称:在客户端上使用U2F USB设备的Go库-Golang开发

文件大小:30KB

文件格式:ZIP

更新时间:2024-06-15 11:06:20

Golang Command Line

u2fhost一个库,用于使用Go程序中的U2F USB设备。 该库的用途是什么该库允许客户端与U2F USB设备进行接口以执行用户身份验证。 因为大多数主要b都支持U2F,所以u2fhost一个库,用于使用Go程序中的U2F USB设备。 该库的用途是什么该库允许客户端与U2F USB设备进行接口以执行用户身份验证。 因为大多数主流浏览器都支持U2F(无论是本机浏览器还是扩展程序),所以我真正预见到它唯一被使用的地方(以及我为什么首先写它的地方)是向CLI应用程序添加U2F支持。 使用注册要向新设备注册,您将需要构造一个RegistrationRequest。 要求


【文件预览】:
go-u2fhost-master
----go.mod(162B)
----go.test.sh(271B)
----common_test.go(2KB)
----hid()
--------hid.go(5KB)
--------hid_test.go(9KB)
--------wrapper.go(660B)
----util_test.go(2KB)
----LICENSE(1KB)
----go.sum(13KB)
----README.md(6KB)
----util.go(1KB)
----device_test.go(2KB)
----register_test.go(3KB)
----authenticate_test.go(4KB)
----register.go(2KB)
----.circleci()
--------config.yml(524B)
----device.go(2KB)
----types.go(4KB)
----errors.go(758B)
----bytes()
--------util_test.go(2KB)
--------util.go(877B)
----authenticate.go(3KB)
----cmd()
--------root.go(662B)
--------register.go(2KB)
--------authenticate.go(3KB)

网友评论