z1311 / SessionLogin

A login interface through session login matrix.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session Login

The most common method to authenticate is entering passwords but the disadvantage of this method is shoulder surfing. Instead of directly enetring passwords, one time password or session password can be used. In this project for everytime a user wants to login a new session password is generated and used for that login session only. It generates session passwords by considering a matrix. Its an 8x8 matrix which consists of 26 lower-case letters, 26 upper-case letters, 0-9 digits, and 2 special characters (@,_) which adds upto 64 characters . The only constraint is that the password should be of even length.
The following gif explains the way to enter session password considering original password "abcd".

Webp net-gifmaker

About

A login interface through session login matrix.


Languages

Language:HTML 100.0%