SHA245, SHA512 rounds are too low #117
Labels
bug
Confirmed to be a bug in libxcrypt.
help wanted
The libxcrypt core developers do not plan to work on this themselves but would review a PR.
The default number of SHA245, SHA512 iterations is 5000.
#define ROUNDS_DEFAULT 5000
This is too low to be considered secure again even moderate GPU, ASIC attacks.
Please increase the default number to 100000
A modern desktop computer can compute 10 000 000 SHA256 iterations in about 5 seconds
The text was updated successfully, but these errors were encountered: