zio / zio-crypto

Fast, secure cryptographic primitives in a ZIO & ZIO Streams friendly package.
https://zio.dev/zio-crypto
Apache License 2.0
29 stars 12 forks source link

Support Argon2 for Password Hashing #13

Open khajavi opened 3 years ago

khajavi commented 3 years ago

Following this conversation, we should add the Argon2 algorithm for Password Hashing.

Wosin commented 1 year ago

I can work on that :)