Page 1 of 1
Crypt operpass
Posted: Wed Sep 08, 2004 9:28 pm
by jailmann
i have read on the forum an found this post
BY Darvocet
Can i use this to crypt all the oper pass in unrealircd.conf
/mkpasswd crypt <pass> (Example pass is UNREALircD)
Example Response: (%) *** Authentication phrase (method=crypt, para=UNREALircD) is: 65hbo3NywGub2
then write it like
password-receive "65hbo3NywGub2" { crypt; };
Posted: Thu Sep 09, 2004 8:11 am
by Dukat
You can use this command to encrypt the oper password or the password-receive in a link block. Where's the problem? Why didn't you just try it?

Posted: Thu Sep 09, 2004 8:57 am
by jailmann
Hello
i dont want to break anything
i have tried to do this
then i get a crypt password but when i put it in Unrealircd.conf an want to be a Oper i says
[10:56] *** Connection password incorrect!
but if i oper me whith the crypt password i can be oper
is it me there have read thiswrong i thougt i coulkd crypt my oper password an still use it but in the unrealircd it is cryptet
Posted: Thu Sep 09, 2004 9:28 am
by AngryWolf
Huh? What connection password is that, and what has it to do with /oper passwords?
The "crypt" authentication type should work well. We have no problems with it. Example:
/mkpasswd crypt test
*** Authentication phrase (method=crypt, para=test) is: F6knk9JBx1x/Y
Then I put
password "F6knk9JBx1x/Y" { crypt; }; into my oper block by replacing the old plain text password.
/rehash
*** Notice -- AngryWolf is rehashing server config file
382 unrealircd.conf : Rehashing
*** Notice -- Loading IRCd configuration ..
*** Notice -- Configuration loaded without any problems ..
/umode -o
*** Mode change "-ohaANW" for user AngryWolf by AngryWolf
008 Server notice mask (+ks)
/oper AngryWolf test
*** Notice -- AngryWolf (~
[email protected]) [AngryWolf] is now a
network administrator (N)
[11:30] *** Mode change "+ohaANW" for user AngryWolf by AngryWolf
008 Server notice mask (+kcfFjveGnNqSs)
381 You are now an IRC Operator