Skip to content

Building trust starts with security! 🚀 Check out this Login Database System, where user authentication meets best practices. With encrypted data, basic design, this is one of them"

Notifications You must be signed in to change notification settings

d12ksh/User-Login-Database-System

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

User-Login-Database-System (DSA usecase python)

The task was to design and implement a secure user authentication system with role management functionality. This will allow users (students) to log in and access different parts of the website depending on their roles.

Basic Overview

Implement of password encryption, and error handling for incorrect logins is done. Input: • User credentials (username, password). • Role (student). Output: • A successful login leading to a student dashboard. • Error messages for incorrect login attempts. • Update of passwords and changes in databse (SQL)

Technologies Used

Backend: [e.g. Python] Frontend: [e.g. Tkinter and python L systems] Database: [e.g. MySQL] Authentication: [e.g. bcrypt for password hashing]

Usage and Structures

(Python) Integrate both signuo and signin files in a zipped common path folder, make a change in directory code to implement and run. (MySQL) Add same database as used and use mysql command client to serve you better.

About

Building trust starts with security! 🚀 Check out this Login Database System, where user authentication meets best practices. With encrypted data, basic design, this is one of them"

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages