-
Notifications
You must be signed in to change notification settings - Fork 9
Open
Labels
Description
Difficulty: 🟡 Medium
Labels: enhancement, security, auth
📝 Description:
Currently, passwords are stored in plain text in the database, which poses a major security risk. If the database is compromised, all user credentials are exposed.
🎯 Goal:
Use a cryptographic hashing library such as OpenSSL or bcrypt to securely store hashed passwords instead of raw text.