const bcrypt_params = crypto.pwhash.bcrypt.Params
const bcrypt_params = crypto.pwhash.bcrypt.Params{ .rounds_log = 8, .silently_truncate_password = true }