8000 GitHub - vimicasa/totp-master
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

vimicasa/totp-master

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TOTP-MASTER

This is a POC Project to test TOTP in 2FA.
RFC 6238: TOTP: Time-Based One-Time Password Algorithm

NOTE: This app is a POC and it is not production ready.

Installation

$ pyvenv-3.5 env
$ source env/bin/activate
$ pip install -r requirements

Run

$ python app.py

Functionalities

  • Login in the app ( email / password)
    Once you login a QR is generated linked to the email provided.
  • Verify Token
    Introduce your email and TOTP and check if it is valid

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published
0