Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request]: Enhance Password Security by Implementing **bcrypt with Salt and Hash for Secure User Authentication** #1407

Open
5 tasks done
Parthshukla26 opened this issue Oct 2, 2024 · 3 comments
Assignees
Labels

Comments

@Parthshukla26
Copy link

Is there an existing issue for this?

  • I have searched the existing issues

Feature Description

This feature request proposes the implementation of bcrypt to encrypt user passwords using hashing and salting methods. Currently, the project may store user passwords without sufficient encryption, which exposes them to potential security risks such as data breaches. By integrating bcrypt, all user passwords will be securely hashed and salted before being stored in the database, ensuring that sensitive data remains protected.

Use Case

This feature will be used during user registration and authentication processes. When a user creates an account, their password will be hashed and stored securely, rather than being stored in plain text. When a user logs in, the system will compare the hashed password in the database with the entered password, ensuring secure authentication. This will enhance both the security and trustworthiness of the platform by safeguarding user credentials.

Benefits

Benefits:

  1. Increased Security: Implementing password hashing and salting with bcrypt will protect users from common attacks like rainbow table or brute-force attacks.

  2. Compliance: Encrypting passwords helps in meeting security standards and compliance requirements for handling sensitive data.

  3. Community Trust: Users will feel safer using the platform, knowing their passwords are encrypted and securely managed.

  4. Scalability: As the platform grows, having secure authentication systems in place will ensure robust protection of user data.

Add ScreenShots

No response

Priority

High

Record

  • I have read the Contributing Guidelines
  • I'm a GSSOC'24 contributor
  • I'm a VSOC'24 contributor
  • I have starred the repository
@Parthshukla26 Parthshukla26 added the enhancement New feature or request label Oct 2, 2024
@github-actions github-actions bot added the gssoc label Oct 2, 2024
Copy link

github-actions bot commented Oct 2, 2024

Hi @Parthshukla26! Thanks for opening this issue. We appreciate your contribution to this open-source project.

@MihaelaBogdan
Copy link

I can work on this.

@apu52
Copy link
Owner

apu52 commented Oct 18, 2024

@Parthshukla26 really great issue. u are assigned . start working

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

3 participants