Hey @subhadipbhowmik In your website you are directly storing users password without encrypting it first.
This would an serious issue because users data is not secure.
anyone can see their passwords.
Add Screenshots (if Available)
How To Fix The Issue
I can fix this issue by encrypting the password before storing it in database.
using Bcrypt, it will make your platform more secure.
Describe the bug
Hey @subhadipbhowmik In your website you are directly storing users password without encrypting it first. This would an serious issue because users data is not secure. anyone can see their passwords.
Add Screenshots (if Available)
How To Fix The Issue
I can fix this issue by encrypting the password before storing it in database. using Bcrypt, it will make your platform more secure.