A Python project that focuses on securing user credential and security for website
This simple Flask web application focuses on user registration, authentication, and secure credential management using hashing techniques.
- User registration and login functionality
- Secure password storage using hashing and salting
- SQLite database integration with SQLAlchemy
- Protected routes for authenticated users
- File download functionality
- Flask: A micro web framework for Python
- SQLAlchemy: A SQL toolkit and Object-Relational Mapping (ORM)
- Werkzeug: A utility library for building WSGI applications and handling security aspects
- Flask-Login: A Flask extension for managing user sessions and authentication