diff options
author | Daniel Vassdal <shutter@canternet.org> | 2014-07-02 21:24:46 +0200 |
---|---|---|
committer | Attila Molnar <attilamolnar@hush.com> | 2014-08-04 13:10:09 +0200 |
commit | 0fc6faa7a16d09dbfd4425fe48f95ae91bc3de15 (patch) | |
tree | abce1a28477c831ac37018aedbf4c146f05ea14d /docs/conf/modules.conf.example | |
parent | 5c7db14a557d7f980dfaa8c10d40c1ccc554b35d (diff) |
m_bcrypt: Add module
bcrypt updated to 1.3 by @attilamolnar, original PR #767
Diffstat (limited to 'docs/conf/modules.conf.example')
-rw-r--r-- | docs/conf/modules.conf.example | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/conf/modules.conf.example b/docs/conf/modules.conf.example index d60c9ec06..b2882e16a 100644 --- a/docs/conf/modules.conf.example +++ b/docs/conf/modules.conf.example @@ -226,6 +226,15 @@ #<module name="m_banredirect.so"> #-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# +# bcrypt module: Allows other modules to generate bcrypt hashes, +# usually for cryptographic uses and security. +#<module name="m_bcrypt.so"> +# +# rounds: Defines how many rounds the bcrypt function will run when +# generating new hashes. +#<bcrypt rounds="10"> + +#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-#-# # Block amsg module: Attempt to block all usage of /amsg and /ame. #<module name="m_blockamsg.so"> # |