Difference between revisions of "2.0/Modules/enc bcrypt"

From AnopeWiki
Jump to: navigation, search
(Created page with "{{Language|2.0/Modules/enc_bcrypt}} {{Header|enc_bcrypt|Encryption|Anope}} == <div class="moduleheader">Description</div> == Encrypts passwords using the Blowfish hashing met...")
 
(No difference)

Latest revision as of 23:12, 19 May 2014

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
}