the purpose of this application is just to retrieve a time-based one-time password (TOTP) through a command line and save it to clipboard's buffer.
- cmake;
- OpenSSL;
- Mac OSX;
- Build with cmake passing your secret key
$ cmake .. -DSECRET=\"YOURSECRETKEY\"
- Compile using make
$ make
- Execute
otp-client
$ ./otp-client
- Paste it!