Skip to content

Latest commit

 

History

History
28 lines (26 loc) · 497 Bytes

README.md

File metadata and controls

28 lines (26 loc) · 497 Bytes

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:

  1. Build with cmake passing your secret key
$ cmake .. -DSECRET=\"YOURSECRETKEY\"
  1. Compile using make
$ make
  1. Execute otp-client
$ ./otp-client
  1. Paste it!

Credits: