Skip to content

Password Storage Security (Hashing) #49

Open
@Abh-igyan

Description

@Abh-igyan

Issue: Passwords are stored in plain text in the database, which is a major security risk.

Suggested Fix: Integrate a hashing library like bcrypt or use a SHA256 hash via openssl.
Example: Hash the password before storing and during login, compare hashed versions.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions