This website requires JavaScript.
Explore
Help
Sign In
Lucas
/
otpcli
Watch
1
Star
0
Fork
0
You've already forked otpcli
Code
Issues
Pull Requests
Releases
Wiki
Activity
Command-line interface for HOTP and TOTP
10
Commits
1
Branch
0
Tags
91
KiB
C
73.7%
Shell
20.8%
Makefile
5.1%
Objective-C
0.4%
4e95ab2b5d
Go to file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
APA
BibTeX
Cancel
Lucas
4e95ab2b5d
Add -h flag for using a HMAC other than SHA1
2020-06-14 17:57:42 +00:00
cli.c
Add -h flag for using a HMAC other than SHA1
2020-06-14 17:57:42 +00:00
COPYING
Initial commit
2020-06-14 03:23:29 +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
Makefile
Use strtonum-like functions for parsing numeric arguments
2020-06-14 17:12:55 +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 TOTP support
2020-06-14 17:31:33 +00:00