Authdeez it's an (experimental) authenticator (like Google Authenticator) for desktops systems, that uses HOTP/TOTP Algorithm to generate temporary passcodes to 2factor authentication.
Openssl (libcrypto)
meson subprojects download
meson setup build
meson compile -C build
After compiling, you can find all tests in ./build/all_tests
(quite intuitive huh?).
Check accounts.example.txt for store keys in a file and rename it to accounts.txt
.
Run with ./build/authdeez/
.
- Better Cli usage
- Configuration File with default location
- Release Binaries
- Protect accounts.txt with a password
- GUI