pwhash icon indicating copy to clipboard operation
pwhash copied to clipboard

A collection of password hashing routines in pure Rust

Results 5 pwhash issues
Sort by recently updated
recently updated
newest added

I don't program in rust often, so please don't hesitate to say even basic things. Still missing is the following. * ability to specify hash specific parameters for hash *...

It would be great to have a small cli utility that can generate and verify hashes. Of course it could be a different package, but I think this might be...

https://crates.io/crates/sha-1/0.9.8 > SHA-1 hash function. This crate is deprecated! Use the sha1 crate instead. Please consider replacing sha-1 by sha1. Thanks!

Thanks for this nice and easy to use library! Meanwhile, [most Linux distros](https://en.wikipedia.org/wiki/Crypt_(C)#Support_in_operating_systems) included or even default to yescrypt for hashing user passwords (see also [crypt.5 man page](https://manpages.ubuntu.com/manpages/jammy/en/man5/crypt.5.html)). Any plans...

Hi! Please consider updating the `hmac` dependency. hmac 0.10.1 depends on `crypto-mac` which is [considered deprecated](https://github.com/RustCrypto/traits/issues/1609#issuecomment-2220151731) and has been replaced by `digest`. This issue prevents me from compiling `pwhash` with...