logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

dircproxy-crypt - Generate encrypted password for dircproxy

Author

       Written by Scott James Remnant <scott@netsplit.com>.

Bugs

       Please submit and review bug reports at:

       http://bugzilla.dircproxy.net/

Description

dircproxy-crypt  generates  encrypted passwords for the dircproxy(1) configuration file.  These passwords
       are used in the 'password' configuration option of a connection class, and are compared to  the  password
       you configure your IRC client to use.

       If  you  do not supply any plain text passwords to encrypt on the command line then dircproxy-crypt, when
       run, will ask you for one on standard input.  It will display the encrypted  version  of  each  password,
       created using your system's crypt(3) function and a random salt, on standard output.

Name

dircproxy-crypt - Generate encrypted password for dircproxy

Options

-h     Displays a brief help message detailing the command-line arguments, then exits.

       -v     Displays the dircproxy version number that this version of dircproxy-crypt comes with, then exits.

See Also

dircproxy(1) crypt(3)

Synopsis

dircproxy-crypt [-hv] [password]...

See Also