The "md5" Module (v4)
This module is deprecated and will be removed in the next major version of InspIRCd.
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).