dcodeIO / bcrypt.js

Optimized bcrypt in plain JavaScript with zero dependencies.
Other
3.47k stars 264 forks source link

increased salt round from 8 to 10 #91

Open phengemuhle opened 5 years ago

phengemuhle commented 5 years ago

increasing the complexity of the salt to match current computing availability

Ruffio commented 5 years ago

Salt round of 10 is good as standard IMHO :-)