https://github.com/devfacet/yubikey
A Go library that provides PIV smart card interface for YubiKey security keys.
https://github.com/devfacet/yubikey
Last synced: 10 months ago
JSON representation
A Go library that provides PIV smart card interface for YubiKey security keys.
- Host: GitHub
- URL: https://github.com/devfacet/yubikey
- Owner: devfacet
- License: mit
- Created: 2022-05-02T01:31:40.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-04-09T00:23:55.000Z (about 3 years ago)
- Last Synced: 2025-08-03T05:22:48.011Z (11 months ago)
- Language: Go
- Size: 34.2 KB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# YubiKey
[![Godoc][doc-image]][doc-url] [![Release][release-image]][release-url] [![Build][build-image]][build-url]
A Golang library that provides PIV smart card interface for YubiKey security keys.
## Usage
See [yubikey_test.go](yubikey_test.go), [slot_test.go](slot_test.go).
## Test
```shell
# Run tests
make test
# Continuous testing
make test-ui
```
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)
## License
Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.
[doc-url]: https://pkg.go.dev/github.com/devfacet/yubikey
[doc-image]: https://pkg.go.dev/badge/github.com/devfacet/yubikey
[release-url]: https://github.com/devfacet/yubikey/releases/latest
[release-image]: https://img.shields.io/github/release/devfacet/yubikey.svg?style=flat-square
[build-url]: https://github.com/devfacet/yubikey/actions/workflows/test.yaml
[build-image]: https://github.com/devfacet/yubikey/actions/workflows/test.yaml/badge.svg