| 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 |
| 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) |