Page 1 of 1

Encripting the O-lins Passwords

Posted: Sun Jul 18, 2004 4:51 pm
by Hells-Net
Is there a way to encrypt the o-line pwd?
I know in Ultimate IRCd you had the option of Encrypting the o-line password to prevent the misuse of oper passwords

If there is a way of doing it could you give me a good example.
Thanks
Hells-Net

Posted: Sun Jul 18, 2004 4:56 pm
by codemastr
Someone needs to learn to read the documentation!

http://www.vulnscan.org/UnrealIrcd/unre ... #operblock :
The oper::password is the password the user must specify, oper::password:: allows you to specify an authentication method for this password, valid auth-types are crypt, md5, and sha1, ripemd-160.

lol

Posted: Sun Jul 18, 2004 4:59 pm
by Hells-Net
Sorry, Codemaster, I read the documintation, but must have missed that section.

Posted: Sun Jul 25, 2004 6:07 am
by Luis
For encrypt your oper pass, type /mkpass crypt yourpass (note: type this if you´re using unrealircd win32)

if you are using unrealircd ssl support type this: /mkpass md5 yourpass
(ex.. in your unrealircd.conf)


password "EmpOles/85RI" { crypt; };

"EmpOles/85RI" is your pass encrypted

i dont speak english very well - iam from mexico

Posted: Sun Jul 25, 2004 8:53 am
by w00t
Luis, this is the second or third time I have seen you answering a question that... has already been answered.

Not only that, but answered from the FAQ.

Posted: Mon Jul 26, 2004 3:27 am
by codemastr
w00t, and you also left out that he answered it wrong. The command is /mkpasswd, not /mkpass. And crypt doesn't exist on win32 (though he says it does).