mirror of
https://github.com/evgeny-gridasov/openvpn-otp.git
synced 2026-04-25 05:15:57 +03:00
[PR #7] HMAC based One Time Password #34
Labels
No labels
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/openvpn-otp#34
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Original Pull Request: https://github.com/evgeny-gridasov/openvpn-otp/pull/7
State: closed
Merged: Yes
This pull request implements support for HMAC based One Time Password (hotp)
HOTP tokens needs to store the value of the current counter somewhere, in order to keep in sync with the client. As stated in the README; for each HOTP entry in the
otp-secretsfiles, we compute the sha1 checksum of the secret key, and we use the result as the filename.The diff is huge because this pull request is built on top of #6. Together, these two features allows an administrator to create backups codes for users, by precomputing them and using a small counter value.
[PR #7] [MERGED] HMAC based One Time Passwordto [PR #7] HMAC based One Time Password