The hash algorithm to use Supported algorithms:
OptionalcostCost factor for the algorithm (for BCRYPT, ARGON2, PBKDF2, SCRYPT)
OptionalsaltSalt length in bytes (for algorithms that support it)
OptionalhashHash length in bytes (for algorithms that support it)
OptionalincludeWhether to include the salt in the output (for BCRYPT, ARGON2) Default: true (includes salt in hash string)
OptionalparallelismParallelism parameter (for ARGON2) Default: 1
OptionalblockBlock size parameter (for ARGON2) Default: 8
Options for ALGORITHM data type