InspIRCd v4 is still early in development!

If you use this branch you may experience crashes, weird behaviour, and unannounced breaking changes.

You probably want to use InspIRCd v3 instead.

The "bcrypt" Module (v4)

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">