saransh-vashisht / Implementing-Graphical-Passwords-to-prevent-Shoulder-Surfing

Used a two ways graphical password authentication which prevents shoulder surfing

Home Page:https://graphical-password-cs-intern.herokuapp.com/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Maintainability Rating Security Rating Reliability Rating Vulnerabilities Bugs

Graphical-Password-to-Avoid-Shoulder-Surfing

  • We the team of three developed two method Graphical Password Authentication System || Techinoary Cyber Security Internship ||
  • Signup & Login Authentication Using Flask
  • Password Hashing - SHA256

Team

  • Shanmuk Michael
  • Akhilesh
  • Jahnavi

✍️ Requirements

  • flask
  • flask-sqlalchemy
  • flask-login
  • werkzeug

Extra Requirements for Heroku App

  • gunicorn
  • psycopg2
  • alembic

✔️Windows

  • pip install -r requirements.txt to install dependencies
  • python3 -m venv <env name> to create virtual environment
  • <env name>\scripts\activate
  • SET FLASK_APP=project here app is poject folder
  • SET FLASK_DEBUG=1
  • flask run

✔️Linux

  • pip install -r requirements.txt to install dependencies
  • python3 -m venv <env name> to create virtual environment
  • source <env name>\scripts\activate
  • export FLASK_APP=project here app is poject folder
  • export FLASK_DEBUG=1
  • flask run

✔️Heroku App

Go To Website

Flow Chart

About

Used a two ways graphical password authentication which prevents shoulder surfing

https://graphical-password-cs-intern.herokuapp.com/

License:MIT License


Languages

Language:HTML 84.1%Language:Python 15.9%