Open iamsohelx opened 1 month ago
Hi there! Thanks for opening this issue. We appreciate your contribution to this open-source project. We aim to respond or assign your issue as soon as possible.
Hey @Trisha-tech @Suman373 i can help you to fix this issue and make your platform more secure, could you please assign this task to me
@iamsohelx bcrypt is already been used to hash the password. Check models/customerSchema.js pre method.
Is there an existing issue for this?
Feature Description
Hey @Trisha-tech 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.
Solution
I can fix this issue by encrypting the password before storing it in database. using Bcrypt, it will make your platform more secure.
Use Case
Encrypting Passwords
Benefits
It Will make the platform more secure
Add ScreenShots
Priority
High
Record