hyp/otphyp
Steven Polley 2951c1f684
continuous-integration/drone/push Build is failing Details
add support for multiple secrets (independent agents) on the knock daemon
This allows you to generate more than one pre-shared secret on the knock daemon so that you can distribute the secret and control revocation at a more granular level.  Each additional secret creates one more concurrent authentic knock sequence.
2024-04-19 22:04:00 -06:00
..
README.md add otphyp package 2024-04-06 19:10:02 -06:00
otphyp.go add support for multiple secrets (independent agents) on the knock daemon 2024-04-19 22:04:00 -06:00

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