/two-factor-authentication

various kinds of two-factor authentication

Primary LanguagePython

Two-factor-authentication

Implementing python I generated a one time password and berified them using a secret key.This can be used for a secure login.The random key can be set randomly . Using a counter based otp , 'hotp' .

Hotp

we give indexes to the code sent for verification. Using this we can assign a number of values .

QRcode:

Using the python liblary qrcode we are able to generate a qrcode which can be used in the login process.

© credits to morioh