Nitrokey / nitrokey-hotp-verification

A command line C app to validate HOTP codes on Heads
GNU General Public License v3.0
11 stars 10 forks source link

Allow to set the initial counter value #4

Closed szszszsz closed 1 year ago

szszszsz commented 5 years ago

Expected behavior

Allow to set any initial counter's value for the HOTP slot on the device.

Current behavior

Initial counter value is always set to 0 by the client application.

Todo:

See https://github.com/Nitrokey/nitrokey-hotp-verification/pull/1#issuecomment-391412104 for details.

szszszsz commented 4 years ago

Add tests for big numbers

szszszsz commented 4 years ago

Support for setting counter from the command line added.

szszszsz commented 1 year ago

Closing as done.