Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kphrx/otpauth
https://github.com/kphrx/otpauth
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/kphrx/otpauth
- Owner: kphrx
- License: mit
- Created: 2018-08-21T08:05:55.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-09-11T12:25:49.000Z (over 3 years ago)
- Last Synced: 2024-10-07T19:41:13.150Z (3 months ago)
- Language: Go
- Size: 40 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.adoc
- License: LICENSE
Awesome Lists containing this project
README
= OTPAuth
image:https://github.com/kphrx/OTPAuth/workflows/CI/badge.svg[alt="CI Badge",link=https://github.com/kphrx/OTPAuth/actions?query=workflow%3ACI]
image:https://codecov.io/gh/kphrx/OTPAuth/branch/master/graph/badge.svg[alt="codecov",link=https://codecov.io/gh/kphrx/OTPAuth]OTP Authentication tool.
== Requirements
* Go (latest checked: 1.14.3)
== Installation
Install to `$GOBIN`.
[source, shell]
----
$ go install github.com/kphrx/otpauth@latest
----== Usage
Work in progress...
[source, shell]
----
$ ${GOBIN}/otpauth
> 755224 # <1>
----
<1> link:https://tools.ietf.org/html/rfc4226#page-32[RFC4226 - HOTP: An HMAC-Based One-Time Password Algorithm # _Appendix D - HOTP Algorithm: Test Values_]