summaryrefslogtreecommitdiff
path: root/tools
diff options
context:
space:
mode:
authormichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:58:36 +0000
committermichael <michael@82007160-df01-0410-b94d-b575c5fd34c7>2014-02-27 19:58:36 +0000
commita37bed944792acd3396273f96f26a7e3c28a06fd (patch)
tree6959005024ba8380140c7215d7d22e22254d24db /tools
parent5fa9ed7c0912570121064c7e416e774b75781637 (diff)
- Update tools/README.mkpasswd
git-svn-id: svn://svn.ircd-hybrid.org/svnroot/ircd-hybrid/branches/8.1.x@3072 82007160-df01-0410-b94d-b575c5fd34c7
Diffstat (limited to 'tools')
-rw-r--r--tools/README.mkpasswd9
1 files changed, 5 insertions, 4 deletions
diff --git a/tools/README.mkpasswd b/tools/README.mkpasswd
index 3c179da..3a188dd 100644
--- a/tools/README.mkpasswd
+++ b/tools/README.mkpasswd
@@ -1,9 +1,10 @@
$Id$
-This is documentation for the mkpasswd.c included in ircd-hybrid-8.
+This is documentation for the mkpasswd.c included in ircd-hybrid.
-This version of mkpasswd can create both DES and MD5 passwords, with
-either randomly generated or user provided salts.
+This version of mkpasswd can create DES, Extended DES, BlowFish, MD5,
+SHA-256 and SHA-512 passwords, with either randomly generated or user
+provided salts.
Options:
-6 - Create a SHA-512 password
@@ -38,7 +39,7 @@ The maximum length of an MD5 salt is limited to your systems crypt()
implementation, typically 8.
Supported Platforms (Known and tested):
-Linux glibc (SHA since glibc 2.7, DES and MD5)
+Linux glibc (SHA-256/SHA-512 since glibc 2.7, DES and MD5)
FreeBSD 3.x (DES (MD5 maybe))
FreeBSD 4.x (DES and MD5)
Solaris 2.5-2.6 (DES only)