Upgrade Password Hashing Algorithm to Argon2 #168
Labels
No labels
Bug
Cleanup/Refactor
Core Feature
Documentation
Feature
Performance Improvement
Security Improvement
UX/Accessibility
Unreproducable Bug
No milestone
No project
No assignees
2 participants
Notifications
Due date
No due date set.
Blocks
#164 Tweaks and Fixes
rainbownapkin/canopy
Reference: rainbownapkin/canopy#168
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
It is 2025, and we should be hashing our passwords with argon2, not bcrypt.
That being said, we should probably keep bcrypt in for cytube migration.
added #164 as parent issue
changed the description
Upgraded password hashing algo to argon2id:
5caa679b92