Skip to content

Latest commit

 

History

History
19 lines (14 loc) · 388 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 388 Bytes

TotpOtpGenerator

Basic Totp version otp generator from secret key or qr code

Usage

  1. git clone https://github.com/nto4/TotpOtpGenerator.git
  2. cd /TotpOtpGenerator
  3. mkvirtualenv capture
  4. workon capture
  5. Run pip install -r requirements.txt
  6. Run Python capture.py

##Defaults Default parameters;

  • 6 digit otp
  • 30 sec interval
  • ptotp default algorithm openssl_sha1