Command-line interface for HOTP and TOTP
Go to file
Lucas e1eb8b8d95 Be noisy when both -H and -T are given 2020-06-14 18:23:14 +00:00
COPYING Initial commit 2020-06-14 03:23:29 +00:00
Makefile Use strtonum-like functions for parsing numeric arguments 2020-06-14 17:12:55 +00:00
cli.c Be noisy when both -H and -T are given 2020-06-14 18:23:14 +00:00
err.c Small update to err.[ch] 2020-06-14 15:00:33 +00:00
err.h Small update to err.[ch] 2020-06-14 15:00:33 +00:00
mystrtonum.c Use strtonum-like functions for parsing numeric arguments 2020-06-14 17:12:55 +00:00
mystrtonum.h Use strtonum-like functions for parsing numeric arguments 2020-06-14 17:12:55 +00:00
otp.c Add TOTP support 2020-06-14 17:31:33 +00:00
otp.h Change totp to take a uint64_t instead of time_t 2020-06-14 17:13:07 +00:00
run-tests.sh Add options for configuring digits and time step 2020-06-14 18:06:25 +00:00