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 "md5" Module (v4)

Description

This module allows other modules to generate MD5 hashes.

Configuration

To load this module use the following <module> tag:

<module name="md5">

This module requires no other configuration.

Special Notes

MD5 is widely considered insecure and should not be used for hashing passwords. You should use hmac-sha256 for this purpose instead (requires the password_hash module and the sha2 module).