ChandelAnish / hireHUB-website

hireHUB is a labor hiring platform connecting recruiters and skilled laborers. It features real-time chat, video interviews, job applications, progress tracking, and labor availability. With advanced search filters and admin control, hireHUB simplifies the hiring process for a seamless user experience.
https://asc-hirehub.netlify.app
16 stars 45 forks source link

IMPORTANT : Encrypt Passwords Before Storing Them #98

Open iamsohelx opened 1 week ago

iamsohelx commented 1 week ago

Description

Hey @ChandelAnish 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.

Screenshot

BcryptHash

How To Fix This Issue

I can fix this issue by encrypting the password before storing it in database. using Bcrypt, it will make your platform more secure.

iamsohelx commented 1 week ago

Hey @ChandelAnish i can help you to fix this issue and make your platform more secure, could you please assign this task to me