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.
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
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.
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
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.