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
This project is a secure and modular User Management RESTful API built with Flask. It supports full CRUD operations, user login with password hashing, and search functionality. Designed following clean architecture principles, it separates database logic, routing, and utilities for maintainability and scalability.
HashCracker is a small Python project that demonstrates basic password hashing and cracking functionality using SHA-256. It consists of two scripts - hasher.py and cracker.py - that generate hashed password files from a list of passwords and attempt to crack them, respectively.