You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hey @Kritika30032002 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
Describe the solution you'd like
I can fix this issue by encrypting the password before storing it in database.
using Bcrypt, it will make your platform more secure.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered:
hi @Kritika30032002 can you please assign this task to me . i can clear this issue for you
It won't take a lot of time it will be finished within an half hour i just need to install bcrypt and then it will change the original password into a secured format so that data will be more secured.
Describe the feature you'd like to request
Hey @Kritika30032002 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
Describe the solution you'd like
I can fix this issue by encrypting the password before storing it in database.
using Bcrypt, it will make your platform more secure.
Describe alternatives you've considered
No response
Additional context
No response
The text was updated successfully, but these errors were encountered: