yubikey-server.zip

时间:2022-08-04 14:01:26
【文件属性】:

文件名称:yubikey-server.zip

文件大小:6KB

文件格式:ZIP

更新时间:2022-08-04 14:01:26

开源项目

yubikey-server 是 Go 语言实现的 yubikey 服务器,你可以在网络上运行自己的服务器,这些服务并不能访问你的办公网络。 使用方法: // to build the server $go build  // will add a new application and display the id and key $./yubikey-server -app "NameOfYourApp" // will add a new key in the system $./yubikey-server -name "YourName" -pub "publicKey" -secret "AESSecret" // will start the server on the default port 3000 $./yubikey-server -s 标签:yubikey


【文件预览】:
yubikey-server-master
----main.go(1KB)
----dal.go(4KB)
----gate.go(1KB)
----LICENSE(1KB)
----README.md(2KB)
----.gitignore(294B)
----api.go(3KB)

网友评论