From 4e0c477eb3333a7dab407f073313d21bb5027b02 Mon Sep 17 00:00:00 2001 From: Daniel Vassdal Date: Wed, 2 Jul 2014 23:45:36 +0200 Subject: m_pbkdf2: Added module Bugfixes and minor changes are by @attilamolnar, original PR #767 --- docs/conf/modules.conf.example | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'docs') diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index b2882e16a..ffe35c739 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -1342,6 +1342,20 @@ # Generate hashes using the /MKPASSWD command on the server. # Don't run it on a server you don't trust with your password. +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# PBKDF2 module: Allows other modules to generate PBKDF2 hashes, +# usually for cryptographic uses and security. +# This module relies on other hash providers (e.g. SHA256). +# +# +# iterations: Iterations the hashing function runs when generating new +# hashes. +# length: Length in bytes of the derived key. +# +# You can override these values with specific values +# for specific providers if you want to. Example given for SHA256. +# + #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Permanent channels module: Channels with the permanent channel mode # will remain open even after everyone else has left the channel, and -- cgit v1.3.1-10-gc9f91