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://code.google.com/p/dircproxy/issues/list
44
45
47 Written by Scott James Remnant <scott@netsplit.com>.
48
49 Current maintainership by Noel Shrum and Francois Harvey
50
51
53 Copyright (C) 2000-2003 Scott James Remnant <scott at netsplit dot com>
54
55 Copyright (C) 2004-2008 Francois Harvey <contact at francoisharvey dot
56 ca>
57
58 Copyright (C) 2008-2009 Noel Shrum <noel dot w8tvi at gmail dot com>
59
60 Francois Harvey <contact at francoisharvey dot
61 ca>
62
63 dircproxy is distributed under the GNU General Public License.
64
65
66
67 09 Jan 2009 dircproxy-crypt(1)