Skip to content

Connection without a need for a magic word using hotp #40

Description

@lnee94

HOTP wikiipita

hotp works by generating a one time password using a secret key and a counter
The listener could generate an OTP of say length 8 with key 0xdeadbeef and count of 5 they get 49004148

If the receiver has the same key and can figure out the count they would also get 49004148

Pros
1: It is standard so easy to find libraries for
2: You don't have to refresh the code

Cons:
1: You have to get the count to each party, and the counts may be desynced.
2: You may have to implement a way for the listener to send the count to connector.

Thanks for your time Luke

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions