Modules/opermd5
From the makers of InspIRCd.
| Historical Material - Information posted here may be inaccurate as a result of being obsolete. This information is kept for historical reference purposes. Deprecated in favor of m_oper_hash, alongside m_md5.so and m_sha256.so in 1.1.0 Beta 6 and above |
opermd5 module (InspIRCd-opermd5 version)
| 1.0 Documentation | 1.1 Documentation | 1.2 Documentation |
| Description
|
| Allows oper passwords to be hashed using the MD5 hashing algorithm rather than stored in plaintext. |
| Configuration Tags
|
| This module does not require any extra configuration, beyond the <module> tag to load it. |
| Additional Modes
|
| This module does not implement any extra user or channel modes. |
| Additional Commands
|
This module adds the following command:
/MKPASSWD <plaintext> Encodes <plaintext> to an MD5 hash and displays the result. |
| Special Notes
|
| This module will operate alongside plaintext passwords. To use MD5 hashes simply replace the plaintext password in <oper:password> with the MD5 hash MKPASSWD gives you.
Please note that once you move ALL your oper passwords to MD5, you will be unable to oper up without this module loaded -- if you unload it, you will be left unable to reload it if you lose oper status. |
| Dependencies
|
| The MD5 Service Provider Module |

















