Skip to content

A Time-based One-time Password (TOTP) RFC6238 style command line program

License

Notifications You must be signed in to change notification settings

alexxroche/lxrTOTP

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lxrTOTP

A Time-based One-time Password (TOTP) RFC6238 style command line program

Compile

Windows

gcc -O3 -o lxrtotp.exe lxrtotp.c

(or use Code::Blocks 13.12 and press Ctrl+F9)

Linux

make; # gcc -O3 -o lxrtotp lxrtotp.c

About

A Time-based One-time Password (TOTP) RFC6238 style command line program

Resources

License

Stars

Watchers

Forks

Packages

No packages published