bryant / argon2rs

The pure-Rust password hashing library running on Argon2.
MIT License
174 stars 19 forks source link

Support Argon2id. #34

Open bryant opened 6 years ago

bryant commented 6 years ago

Fixes #27.

coder543 commented 6 years ago

what is this PR waiting on?

ayosec commented 5 years ago

It seems that there is a fork in https://github.com/FauxFaux/argon2min with this patch merged.

@FauxFaux Do you plan to publish your argon2min crate?

FauxFaux commented 5 years ago

@ayosec: After review, I am not sufficiently confident in the code to publish it under my name, so not at this time, no.

ayosec commented 5 years ago

After review, I am not sufficiently confident in the code to publish it under my name, so not at this time, no.

That's fair. Thanks for the response!


For future readers: If you need Argon2id, the best (only?) option is argonautica, which uses the reference C implementation.

est31 commented 5 years ago

@FauxFaux did you have time to do such a review? I'd love to be able to use a good fast Rust based implementation of argon2.