password-hashes icon indicating copy to clipboard operation
password-hashes copied to clipboard

Password hashing functions / KDFs

Results 34 password-hashes issues
Sort by recently updated
recently updated
newest added

Adds a ~~default-enabled~~ `parallel` feature, with an ~~otherwise~~ optional dependency on `rayon`, and parallelize the filling of blocks using the memory views mentioned above. Coordinated shared access in the memory...

I cannot parse sha256_crypt or sha512_crypt Password-Hashes with this library, because none of the encodings fit. I tested with the password `password` hashed by https://www.dcode.fr/crypt-hashing-function to sha512 at 5000 rounds:...

It was previously discussed in #566. The claim is that for big allocations we can get higher performance by allocating `len + 64` bytes with 1-byte alignment (we then can...

Hi! we are getting compatibility issues due to scrypt parameters which don't work on Rust scrypt, but work on e.g. Go (and obviously also in the scrypt C reference implementation)....