otp-client
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.
Requirements:
- cmake;
- OpenSSL;
- Mac OSX;
Building:
- Build with cmake passing your secret key
$ cmake .. -DSECRET=\"YOURSECRETKEY\"
- Compile using make
$ make
- Execute
otp-client
$ ./otp-client
- Paste it!