The "bcrypt" Module (v3)
Description
This module allows other modules to generate bcrypt hashes.
Configuration
To load this module use the following <module>
tag:
<module name="bcrypt">
<bcrypt>
The <bcrypt>
tag defines settings about how the bcrypt module should behave. This tag can only be defined once.
Name | Type | Default Value | Description |
---|---|---|---|
rounds | Number | 10 | The number of rounds of the EksBlowfishSetup algorithm that should be used. |
Example Usage
<bcrypt rounds="10">