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

Fixing security vulnerability with md5 #17642

Open
bellaryshreyas opened this issue May 28, 2024 · 1 comment
Open

Fixing security vulnerability with md5 #17642

bellaryshreyas opened this issue May 28, 2024 · 1 comment

Comments

@bellaryshreyas
Copy link

using the MD5 hashing algorithm, which is not recommended for hashing sensitive data like IDs or passwords due to its vulnerabilities. A more secure approach would be to use a stronger hashing algorithm like bcrypt, scrypt, or Argon2.

@bellaryshreyas
Copy link
Author

I will work on this issue, please assign it to me

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

No branches or pull requests

1 participant