Transfer to RustCrypto?
Greetings!
In the RustCrypto organization we have a repository for password-hashing algorithms. Would you be interested in moving this crate to it? We have access to the argon2 name, so future version can be published under it.
I think it will help to attract developers and additional attention to this crate. Also if you are interested, I can invite you to the organization.
See RustCrypto/password-hashing#1 for additional context.
Any update on this? The current argon2 crate is pretty "difficult" to use compared to this one. It requires other crates that just struggle to compile down to WASM. This is just one crate, one use argon2::*; and it works.
This is what I'm currently using to make a Cloudflare Worker since current implementations in JS land don't work on server less well due to numerous bugs, and the only real template available just isn't up to date.
@victormihalache can you open an issue at https://github.com/RustCrypto/password-hashing about the problems you're having with the argon2 crate?
@victormihalache can you open an issue at https://github.com/RustCrypto/password-hashing about the problems you're having with the
argon2crate?
https://github.com/RustCrypto/password-hashes/issues/584