Closed hemangandhi closed 5 years ago
Our use of bcrypt.gensalt is too slow by default. We need to find a number that tunes it just right: fewer rounds = less secure, more rounds = too much time.
bcrypt.gensalt
Our use of
bcrypt.gensalt
is too slow by default. We need to find a number that tunes it just right: fewer rounds = less secure, more rounds = too much time.