-
Notifications
You must be signed in to change notification settings - Fork 9
Hash Passwords #9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Hi @Binit08 bhaiya, Could you please assign this issue to me promptly? |
Assigned |
Since Eshan549 hasn't yet made a PR, I would like to offer my idea to fix the above solution:
I understand this issue has already been assigned but would none the less appreciate if my PR would be considered as well. Other than that, it's a fun problem to tackle and the experience alone would suffice otherwise. |
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.
The text was updated successfully, but these errors were encountered: