Skip to content

A login interface through session login matrix.

Notifications You must be signed in to change notification settings

z1311/SessionLogin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 

Repository files navigation

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

Releases

No releases published

Packages

No packages published

Languages