Options for hashing a password.
Fields
params: Params,
Internal bcrypt parameters.
silently_truncate_password: bool = true,
Whether to silently truncate the password to 72 bytes, or pre-hash the password when it is longer. The default is true
, for compatibility with the original bcrypt implementation.