alphazframework / framework

Core files of AlphaZ Framework
https://alphazframework.github.io/
MIT License
16 stars 17 forks source link

Enhance hashing alogorithm supports #218

Open peter279k opened 5 years ago

peter279k commented 5 years ago

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.

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:

Other hashing algorithms reference is available here.

lablnet commented 5 years ago

@peter279k Could you elaborate more please? with an example how it would be useful even php provide natively those mentioned functions.

lablnet commented 4 years ago

@peter279k Looking forward to your reply

or should i close this issue?

peter279k commented 4 years ago

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 :).

lablnet commented 3 years ago

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?