8000 GitHub - Yrds/authdeez: Authdeez it's an (experimental) authenticator (like Google Authenticator) for desktops systems that uses HOTP/TOTP Algorithm to generate temporary passcodes to 2factor authentication.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
/ authdeez Public

Authdeez it's an (experimental) authenticator (like Google Authenticator) for desktops systems that uses HOTP/TOTP Algorithm to generate temporary passcodes to 2factor authentication.

Notifications You must be signed in to change notification settings

Yrds/authdeez

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Authdeez

Authdeez it's an (experimental) authenticator (like Google Authenticator) for desktops systems, that uses HOTP/TOTP Algorithm to generate temporary passcodes to 2factor authentication.

Dependencies

Openssl (libcrypto)

Compilling

meson subprojects download
meson setup build
meson compile -C build

Testing

After compiling, you can find all tests in ./build/all_tests (quite intuitive huh?).

Running

Check accounts.example.txt for store keys in a file and rename it to accounts.txt.

Run with ./build/authdeez/.

Example

asciicast

Milestones

  • Better Cli usage
  • Configuration File with default location
  • Release Binaries
  • Protect accounts.txt with a password
  • GUI

About

Authdeez it's an (experimental) authenticator (like Google Authenticator) for desktops systems that uses HOTP/TOTP Algorithm to generate temporary passcodes to 2factor authentication.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0