From a37bed944792acd3396273f96f26a7e3c28a06fd Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 27 Feb 2014 19:58:36 +0000 Subject: - 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 --- tools/README.mkpasswd | 9 +++++---- 1 file 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) -- cgit