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

feat: Use bcrypt directly instead of passlib #1539

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

karta9821
Copy link

@karta9821 karta9821 commented Apr 7, 2025

The passlib library, previously used for password hashing in this project, is no longer actively maintained — its last update was over 4 years ago. This has been confirmed here: link to the issue.

To improve long-term security and maintainability, this PR replaces passlib with direct usage of the bcrypt library, which is actively maintained and widely used for secure password hashing.

@karta9821 karta9821 force-pushed the feature/replace-passlib-with-bcrypt branch 2 times, most recently from 4f520da to fb5e042 Compare April 7, 2025 20:00
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

Successfully merging this pull request may close these issues.

1 participant