rust-argon2 icon indicating copy to clipboard operation
rust-argon2 copied to clipboard

Transfer to RustCrypto?

Open newpavlov opened this issue 5 years ago • 3 comments

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.

newpavlov avatar Jun 10 '20 13:06 newpavlov

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 avatar Mar 27 '25 20:03 victormihalache

@victormihalache can you open an issue at https://github.com/RustCrypto/password-hashing about the problems you're having with the argon2 crate?

tarcieri avatar Mar 27 '25 20:03 tarcieri

@victormihalache can you open an issue at https://github.com/RustCrypto/password-hashing about the problems you're having with the argon2 crate?

https://github.com/RustCrypto/password-hashes/issues/584

victormihalache avatar Mar 27 '25 20:03 victormihalache