Command-line interface for HOTP and TOTP
Go to file
Lucas 15bcd35557 Add base32 decoder 2021-02-12 03:03:30 +00:00
COPYING Initial commit 2020-06-14 03:23:29 +00:00
Makefile Add base32 decoder 2021-02-12 03:03:30 +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 Change -h to -a 2021-02-12 01:41:54 +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
run-tests.sh Change -h to -a 2021-02-12 01:41:54 +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