ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/tools/README.mkpasswd
(Generate patch)

Comparing ircd-hybrid/trunk/tools/README.mkpasswd (file contents):
Revision 3070 by michael, Sat Oct 27 21:02:32 2012 UTC vs.
Revision 3071 by michael, Thu Feb 27 19:58:24 2014 UTC

# Line 1 | Line 1
1   $Id$
2  
3 < This is documentation for the mkpasswd.c included in ircd-hybrid-8.
3 > This is documentation for the mkpasswd.c included in ircd-hybrid.
4  
5 < This version of mkpasswd can create both DES and MD5 passwords, with
6 < either randomly generated or user provided salts.  
5 > This version of mkpasswd can create DES, Extended DES, BlowFish, MD5,
6 > SHA-256 and SHA-512 passwords, with either randomly generated or user
7 > provided salts.
8  
9   Options:
10   -6 - Create a SHA-512 password
# Line 38 | Line 39 | The maximum length of an MD5 salt is lim
39    implementation, typically 8.
40  
41   Supported Platforms (Known and tested):
42 < Linux glibc (SHA since glibc 2.7, DES and MD5)
42 > Linux glibc (SHA-256/SHA-512 since glibc 2.7, DES and MD5)
43   FreeBSD 3.x (DES (MD5 maybe))
44   FreeBSD 4.x (DES and MD5)
45   Solaris 2.5-2.6 (DES only)

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines