Skip to content

Fix: Secure password storage using bcrypt hashing (Fixes #9)#42

Open
Eshan549 wants to merge 1 commit intoComputerScienceSoceityNITS:mainfrom
Eshan549:main
Open

Fix: Secure password storage using bcrypt hashing (Fixes #9)#42
Eshan549 wants to merge 1 commit intoComputerScienceSoceityNITS:mainfrom
Eshan549:main

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