Skip to content

eiguike/otp-client

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

One-Time-Password terminal-based for MacOSX

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published