Skip to content

[FEATURE] Implement bcrypt library for password hashing #13

@datta-sayak

Description

@datta-sayak

Description

The current implementation of the bcrypt generator in bcryptGenerator.tsx uses the SHA-256 hashing algorithm instead of the actual bcrypt algorithm.

Since SHA-256 is not a password hashing function designed with bcrypts security properties.


Solution

  • Replace the current SHA-256 based implementation with a bcrypt library.

Note: For feature discussions and community feedback, consider posting in our Discord server #feature-requests channel to get feedback from the community first.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions