Skip to content

HithaHarish/Password-Hashing-Auth-App

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Password Hashing Authentication App

A simple Flask application demonstrating password hashing and authentication.

Features

  • User registration with hashed passwords
  • User login with hashed password verification
  • Simple session management
  • SQLite database for user storage

Setup Instructions

  1. Install dependencies:

    pip install -r requirements.txt
  2. Run the app:

    python app.py
  3. Open your browser at http://127.0.0.1:5000

Note

Passwords are never stored in plain text. We use Werkzeug for secure password hashing.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published