Skip to content

Conversation

Eshan549
Copy link

Fixes #9

Replaced plain-text password storage with bcrypt hashing.

  • Passwords are hashed before saving to the database
  • Login now uses bcrypt to verify passwords
  • Integrated 'libbcrypt' and updated 'registerUser()' and 'loginUser()' functions

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.

Hash Passwords
1 participant