Skip to content

Password Security #2

@SenhasD

Description

@SenhasD

Storing passwords as simple hashes without salting leaves them vulnerable to various attacks, such as dictionary attacks and rainbow table attacks. Consider adding a salt to enhance security.
Using a more secure hashing algorithm, such as bcrypt or Argon2, is recommended for password hashing.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions