You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A Django project demonstrating Graphical Password Authentication system. It uses combination of images as password. Functions include password reset, Block account on failed attempts, Notification when failed attempt occurs.
Graphical Password Authentication System. This is used to increase the protection/security of a website. Our system is divided into further 4 layers of protection. Each layer is totally different and diverse than the others. This not only increases protection, but also makes sure that no non-human can log in to your account using different activ…
This project implements a graphical password authentication system that utilizes images to create a secure password, adding an extra layer of protection to traditional alphanumeric passwords.
A complete web application for creating and using graphicall passwords, integrating database storage, a back-end API, and front-end interfacing in a clone of AirBnB