Skip to content

feat: implement secure password hashing using werkzeug#283

Closed
Swara888 wants to merge 1 commit intoEswaramuthu:mainfrom
Swara888:feature/secure-password-hashing
Closed

feat: implement secure password hashing using werkzeug#283
Swara888 wants to merge 1 commit intoEswaramuthu:mainfrom
Swara888:feature/secure-password-hashing

Conversation

@Swara888
Copy link
Copy Markdown

@Swara888 Swara888 commented Mar 3, 2026

Replaced plain-text password storage with secure hashing using werkzeug.security.

Changes:

  • Implemented generate_password_hash during student and teacher registration.
  • Replaced direct SQL password matching with check_password_hash verification.
  • Improved authentication security without altering database schema.
  • Ensured backward compatibility with existing structure.

This enhances security by preventing sensitive password exposure in the database.

@entelligence-ai-pr-reviews
Copy link
Copy Markdown

Automatic Review Skipped

Too many files for automatic review.

If you would still like a review, you can trigger one manually by commenting:

@entelligence review

@vercel
Copy link
Copy Markdown

vercel Bot commented Mar 3, 2026

@Swara888 is attempting to deploy a commit to the 007's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Mar 3, 2026

Thanks for creating a PR for your Issue! ☺️

We'll review it as soon as possible.
In the meantime, please double-check the file changes and ensure that all commits are accurate.

If there are any unresolved review comments, feel free to resolve them. 🙌🏼

@Swara888 Swara888 closed this Mar 3, 2026
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