1dircproxy-crypt(1) General Commands Manual dircproxy-crypt(1)
2
3
4
6 dircproxy-crypt - Generate encrypted password for dircproxy
7
8
10 dircproxy-crypt [-hv] [password]...
11
12
14 dircproxy-crypt generates encrypted passwords for the dircproxy(1) con‐
15 figuration file. These passwords are used in the 'password' configura‐
16 tion option of a connection class, and are compared to the password you
17 configure your IRC client to use.
18
19 If you do not supply any plain text passwords to encrypt on the command
20 line then dircproxy-crypt, when run, will ask you for one on standard
21 input. It will display the encrypted version of each password, created
22 using your system's crypt(3) function and a random salt, on standard
23 output.
24
25
27 -h Displays a brief help message detailing the command-line argu‐
28 ments, then exits.
29
30 -m Create a MD5 password hash
31
32 -v Displays the dircproxy version number that this version of
33 dircproxy-crypt comes with, then exits.
34
35
37 dircproxy(1) crypt(3)
38
39
41 Please submit and review bug reports at:
42
43 http://dircproxy.securiweb.net/
44
45
47 Current maintainership by Francois Harvey <fharvey at securiweb dot
48 net>
49
50 Written by Scott James Remnant <scott@netsplit.com>.
51
52
54 Copyright (C) 2004,2005 Francois Harvey <fharvey at securiweb dot net>
55
56 Copyright (C) 2000,2001,2002,2003 Scott James Remnant <scott@net‐
57 split.com>.
58
59 dircproxy is distributed under the GNU General Public License.
60
61
62
63 11 Jan 2001 dircproxy-crypt(1)