Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

✨ Use bcrypt directly instead of passlib #1539

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

Open
karta9821 wants to merge 1 commit into fastapi:master
base: master
Choose a base branch
Loading
from karta9821:feature/replace-passlib-with-bcrypt

Conversation

Copy link

@karta9821 karta9821 commented Apr 7, 2025
edited
Loading

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.

mirageAlchemy and stephencattaneo reacted with thumbs up emoji
@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
@alejsdev alejsdev added the feature New feature or request label Apr 14, 2025
@alejsdev alejsdev changed the title (削除) feat: Use bcrypt directly instead of passlib (削除ここまで) (追記) ✨ Use bcrypt directly instead of passlib (追記ここまで) Apr 14, 2025
@karta9821 karta9821 force-pushed the feature/replace-passlib-with-bcrypt branch from fb5e042 to 80c7687 Compare April 27, 2025 14:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Reviewers
No reviews
Assignees
No one assigned
Labels
feature New feature or request
Projects
None yet
Milestone
No milestone
Development

Successfully merging this pull request may close these issues.

AltStyle によって変換されたページ (->オリジナル) /