|
|
|
|
|
by kindly
5477 days ago
|
|
I currently use a sha hash (with salt) but rehash it x amounts of times. I have changed x over the years to be larger to get an acceptable trade off in computation time.
Why is bcrypt much better than this? Is it because the algorithm is less gpu friendly? |
|