2.0/Modules/enc bcrypt

From AnopeWiki
Jump to: navigation, search
Language

English

Section Encryption
Module enc_bcrypt
Author Anope

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
}