Skip to content

Latest commit

 

History

History
10 lines (8 loc) · 237 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 237 Bytes

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