framework icon indicating copy to clipboard operation
framework copied to clipboard

Enhance hashing alogorithm supports

Open peter279k opened this issue 6 years ago • 4 comments

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:

  • MD5
  • SHA

Other hashing algorithms reference is available here.

peter279k avatar Apr 30 '19 05:04 peter279k

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

lablnet avatar May 01 '19 12:05 lablnet

@peter279k Looking forward to your reply

or should i close this issue?

lablnet avatar Sep 22 '19 16:09 lablnet

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

peter279k avatar Sep 22 '19 16:09 peter279k

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?

lablnet avatar Aug 25 '20 10:08 lablnet