Command-line interface for HOTP and TOTP
Go to file
Lucas 2fe090286d Rework tests
Split along multiple files, produce TAP output, rely on Perl's prove for
running them. Improves clarity and hopefully makes it easier to add new
tests in the future.
2021-02-12 22:58:09 +00:00
t Rework tests 2021-02-12 22:58:09 +00:00
COPYING Initial commit 2020-06-14 03:23:29 +00:00
Makefile Rework tests 2021-02-12 22:58:09 +00:00
base32.c Add base32 decoder 2021-02-12 03:03:30 +00:00
base32.h Add base32 decoder 2021-02-12 03:03:30 +00:00
cli.c Assume the secret is in base32 by default 2021-02-12 03:04:25 +00:00
err.c Rework copyright notices 2021-02-11 21:04:05 +00:00
err.h Rework copyright notices 2021-02-11 21:04:05 +00:00
otp.c Rename step -> period 2021-02-12 01:38:22 +00:00
otp.h Change totp to take a uint64_t instead of time_t 2020-06-14 17:13:07 +00:00
strtonum.c Rework copyright notices 2021-02-11 21:04:05 +00:00
strtonum.h Rework copyright notices 2021-02-11 21:04:05 +00:00