https://github.com/kernelschmelze/ykt
Yubikey TOTP
https://github.com/kernelschmelze/ykt
go totp yubikey yubikey-authenticators
Last synced: 3 months ago
JSON representation
Yubikey TOTP
- Host: GitHub
- URL: https://github.com/kernelschmelze/ykt
- Owner: kernelschmelze
- License: apache-2.0
- Created: 2019-10-19T14:44:06.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-10-19T15:15:36.000Z (over 5 years ago)
- Last Synced: 2024-04-01T06:49:49.426Z (about 1 year ago)
- Topics: go, totp, yubikey, yubikey-authenticators
- Language: Go
- Homepage:
- Size: 684 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ykt
Use a Yubikey as TOTP.```
./ go build -ldflags "-s -w" -o ykt main.go
./ykt list
./ykt get name
./ykt set name secret
./ykt del name```