This website requires JavaScript.
Explore
Help
Sign in
Lucas
/
otpcli
Watch
1
Star
0
Fork
You've already forked otpcli
0
Code
Issues
Pull requests
Releases
Wiki
Activity
Command-line interface for HOTP and TOTP
6
commits
1
branch
0
tags
91
KiB
C
73.7%
Shell
20.8%
Makefile
5.1%
Objective-C
0.4%
9a5f0f724e
Find a file
HTTPS
Download ZIP
Download TAR.GZ
Download BUNDLE
Open with VS Code
Open with VSCodium
Open with Intellij IDEA
Cite this repository
BibTeX
Cancel
Lucas
9a5f0f724e
Use strtonum-like functions for parsing numeric arguments
2020-06-14 17:12:55 +00:00
cli.c
Use strtonum-like functions for parsing numeric arguments
2020-06-14 17:12:55 +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 HOTP implementation
2020-06-14 04:02:13 +00:00
otp.h
Add HOTP implementation
2020-06-14 04:02:13 +00:00
run-tests.sh
Add test cases for HOTP
2020-06-14 04:21:11 +00:00