Steven Polley
b95f764fc9
This change increases the pre-shared key size, and requires regenerating any existing keys. |
||
---|---|---|
.. | ||
go.mod | ||
otphyp.go | ||
README.md |
otp-hyp
otp-hyp is a purpose built implementation of One-Time-Passwords for HYP (Hide Your Ports). It supports generating secret keys, as well as time-based 64 bits of spread spectrum output using the secret key.
References
- RFC 4226 - HOTP: An HMAC-Based One-Time Password Algorithm
- RFC 6238 - TOTP: Time-Based One-Time Password Alogorithm