subhadipbhowmik / bio-branch

BioBranch is a streamlined and customizable platform that lets you manage and showcase all your social media handles and important links in one place.
https://biobranch.vercel.app
MIT License
37 stars 140 forks source link

Bug: Encrypt Passwords Before Storing Them #72

Open iamsohelx opened 1 month ago

iamsohelx commented 1 month ago

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)

AddBcrypt

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.

iamsohelx commented 1 month ago

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