An open API service indexing awesome lists of open source software.

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

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

```