ViewVC Help
View File | Revision Log | Show Annotations | View Changeset | Root Listing
root/svn/ircd-hybrid/branches/8.2.x/tools/README.mkpasswd
Revision: 9997
Committed: Sat Jun 19 11:32:09 2021 UTC (5 years, 1 month ago) by michael
File size: 937 byte(s)
Log Message:
- README.mkpasswd: add missing documentation for the '?' switch

File Contents

# User Rev Content
1 knight 31 $Id$
2 adx 30
3 michael 3071 This is documentation for the mkpasswd.c included in ircd-hybrid.
4 adx 30
5 michael 6589 This version of mkpasswd can create Blowfish, SHA-256 and SHA-512
6 michael 6584 passwords, with either randomly generated or user provided salts.
7 adx 30
8     Options:
9 michael 6589 -5 - Create a SHA-256 password
10 michael 1272 -6 - Create a SHA-512 password
11 michael 6244 -b - Create a Blowfish password
12 michael 6589 -R - Specify a raw salt passed directly to crypt()
13     -l - Specify the length of a random SHA-256/SHA-512 or Blowfish salt
14 michael 6584 -r - Specify a number of rounds for a Blowfish password
15 adx 30 -p - Specify the plaintext password at the command line
16     -s - Specify the salt at the command line
17 michael 9997 -h - Get full usage help
18     -? - Get brief usage help
19 adx 30
20     Known bugs:
21     The encryption algorithms supported depend on your system's crypt()
22 michael 6589 implementation.
23 adx 30
24     Supported Platforms (Known and tested):
25 michael 6589 Linux glibc 2.7+ (SHA-256/SHA-512)
26     FreeBSD 10.2 (SHA-256/SHA-512, Blowfish)
27 michael 6584 OpenBSD 5.8 (Blowfish)
28 adx 30
29     Other systems probably work, but they haven't been amply tested.

Properties

Name Value
svn:eol-style native
svn:keywords Id