Page 1 of 1

a little help

Posted: Mon Feb 16, 2009 11:02 am
by ToRQuaY
i had someone set up unrealircd for me

he added Encryption settings md5 enc_md5 but i dont like it its way too complicated for me

any idea how i can remove it from my oper.conf and services.conf would be a great help



thanks

Re: a little help

Posted: Mon Feb 16, 2009 11:09 am
by Jobe
To use plain text passwords in your oper blocks just use:

Code: Select all

password "<plaintextpassword>";
instead of:

Code: Select all

password "<hashedpassword>" { <hashtype>; };
As for getting the plain text passwords back from the hashed passwords, it cant be done.

Re: a little help

Posted: Mon Feb 16, 2009 11:23 am
by ToRQuaY
so what you saying in stead of this

password "$/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg==" { md5; };
flags

it should be this

password "$/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg==";
flags

Re: a little help

Posted: Mon Feb 16, 2009 4:15 pm
by Jobe
ToRQuaY wrote:so what you saying in stead of this

password "$/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg==" { md5; };
flags

it should be this

password "$/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg==";
flags
Yes, and no, with the example you gave, the plain text password would literally end up being "$/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg==" so you would have to do "/oper <user> $/Gja4LD4$rgl9pm7C3Sz0rEfZMertAg=="