2.0/Modules/enc bcrypt
From AnopeWiki
Language | |
---|---|
English |
|
Description
Encrypts passwords using the Blowfish hashing method.
- rounds=
- Range is 1 to 31. Recommended is 10 to 12. Number of rounds to process while hashing the password.
- NOTE: This module is not enabled by default.
Default Configuration
module { name = "enc_bcrypt" rounds = 10 }