2.0/Modules/enc bcrypt

From AnopeWiki
Revision as of 23:12, 19 May 2014 by Azander (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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
}