Authentication system using graphical password
This is repositary use python django framework to build the application . In this user can set any easy password but need to set a image password by selecting them in any order next time user want to login . They need password and same order images selection and these images order will be random so, no can guess it and hander to brutufore as ratelimiting canbe implemented based on login attempt to a user's account .
- Windows
- Linux
- Mac
- pip
- python3
python3 -m pip install -r requirements.txt
- [+] Easy to remember image password !
- [+] Hard to phish the user (phishing attack) !
- [+] Simple password with combination of ordered image password !
Just have the database setup and permform the migration using
py manage.py makemigraitions
py manage.py migrate
ex:- "python3 manange.py runserver
Hurray... your authentication system is up and running for use !