Using a more significant cost factor significantly increases the compute required to brute-force the passwords from the keys. It is recommended to use a cost factor of more than (or equal to) 10 for bcrypt. But note that there's a trade-off, a higher iteration count will increase the cost of …
Occurrences
There is 1 occurrence of this issue in the repository.
the issue with GO-S1045 has been resolved. The recommended solution of using a cost factor of 10 or higher for bcrypt has been implemented to increase the security of password protection.
Description
Using a more significant cost factor significantly increases the compute required to brute-force the passwords from the keys. It is recommended to use a cost factor of more than (or equal to) 10 for
bcrypt
. But note that there's a trade-off, a higher iteration count will increase the cost of …Occurrences
There is 1 occurrence of this issue in the repository.
See all occurrences on DeepSource → app.deepsource.com/gh/devchrisar/Gotapes/issue/GO-S1045/occurrences/