We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe.
Firstly, we look at the Hashing algorithm supports in Zest_Framework/src/Hashing/ folder, it only supports the Bcrypt, Argon2 and Argon2ID.
Hashing
Zest_Framework/src/Hashing/
Bcrypt
Argon2
Argon2ID
Describe the solution you'd like
It misses some hashing algorithms on this project and I think we can implement other hashing algorithms.
Consider following algorithms:
MD5
SHA
Other hashing algorithms reference is available here.
The text was updated successfully, but these errors were encountered:
@peter279k Could you elaborate more please? with an example how it would be useful even php provide natively those mentioned functions.
Sorry, something went wrong.
@peter279k Looking forward to your reply
or should i close this issue?
Hi @lablnet, thanks for your reply.
I still track on this issue and I will try accomplishing this issue at my available time.
If possible, you can assign me to work on this issue.
Thanks :).
Hi @lablnet, thanks for your reply. I still track on this issue and I will try accomplishing this issue at my available time. If possible, you can assign me to work on this issue. Thanks :).
looking for progress if you interest in this?
peter279k
No branches or pull requests
Is your feature request related to a problem? Please describe.
Firstly, we look at the
Hashing
algorithm supports inZest_Framework/src/Hashing/
folder, it only supports theBcrypt
,Argon2
andArgon2ID
.Describe the solution you'd like
It misses some hashing algorithms on this project and I think we can implement other hashing algorithms.
Consider following algorithms:
MD5
SHA
Other hashing algorithms reference is available here.
The text was updated successfully, but these errors were encountered: