Soujanya2004 / wanderlust-2024

This project aims to provide a comprehensive platform for travel enthusiasts, offering features such as map integration 🗺️, user-generated content ✍️, and a seamless experience for discovering new destinations. ✈️✨ (If the below link is not working check readme for live link)
https://wanderlust-2024.vercel.app
7 stars 47 forks source link

IMPORTANT : Encrypt Passwords Before Storing Them #28

Open iamsohelx opened 1 week ago

iamsohelx commented 1 week ago

Description

Hey @Soujanya2004 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

Hash8

Solution

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 @Soujanya2004 i can help you to fix this issue and make your platform more secure, could you please assign this task to me

iamsohelx commented 1 week ago

Hey @Soujanya2004 Where is your .env file i am getting an error while seting up the project on my laptop errr

Soujanya2004 commented 1 week ago

@iamsohelx I will fix it by today , please wait

iamsohelx commented 1 week ago

@iamsohelx I will fix it by today , please wait

Okay. Please let me know