From 6f9466dff187f6853a802947e773c124d4f1ccf9 Mon Sep 17 00:00:00 2001 From: Geo Date: Sun, 3 Dec 2023 11:02:42 -0500 Subject: [PATCH] Update modinfo --- src/mod/blowfish.mod/modinfo | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/mod/blowfish.mod/modinfo b/src/mod/blowfish.mod/modinfo index ddd70a97e..38680580d 100644 --- a/src/mod/blowfish.mod/modinfo +++ b/src/mod/blowfish.mod/modinfo @@ -1,8 +1,8 @@ DESC:The blowfish module provides encryption and hashing support for eggdrop. -DESC:Eggdrop requires a module that provides hashing in order to run. -DESC:While the PBKDF2 module is the current recommended module for hashing, -DESC:you should still run this module if you want to use functions such as the -DESC:Tcl 'encrypt' command. +DESC:Eggdrop requires a module that provides hashing in order to protect +DESC:passwords. While the PBKDF2 module is the current recommended module for +DESC:password hashing, you should still run this module if you want to use +DESC:functions such as the Tcl 'encrypt' command. DESC: DESC:Enable this module if you are transitioning from userfiles previously DESC:created with the blowfish module, or are using Tcl scripts that use