add otphyp package

provides a loose implementation of TOTP for hyp to interface with
This commit is contained in:
2024-04-06 19:10:02 -06:00
parent 8e833264e4
commit d63490cdb0
3 changed files with 67 additions and 0 deletions

8
otphyp/README.md Normal file
View File

@@ -0,0 +1,8 @@
# 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