Keats / rust-bcrypt

Easily hash and verify passwords using Bcrypt
MIT License
340 stars 49 forks source link

Add a hash parsing feature #41

Closed kompass closed 4 years ago

kompass commented 4 years ago

Hello ! I'm working on a project using bcrypt for zero-knowledge proofs, and I need to verify the integrity of the hashes I receive from another application, and to check if the cost is greater than a given cost. I would want to do it properly, using the features you implemented, but with a private scope. I think other people might need it too.

Do you agree if I propose a pull request making some of the private features public, by implementing a proper interface ? I ask before to avoid to having to do development for nothing.

kompass commented 4 years ago

I need it anyway so I implemented it.

Keats commented 4 years ago

Released in 0.7.0