Page 1 of 1
PAssword encrption
Posted: Mon Jun 28, 2004 7:00 pm
by techteen
How do i setup encryption for IRC. I tried everything.
Re: PAssword encrption
Posted: Mon Jun 28, 2004 7:36 pm
by Darvocet
techteen wrote:How do i setup encryption for IRC. I tried everything.
What kinda of passwords? Like in your oper.conf or your links?
/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; };
How doi decrypt now
Posted: Mon Jun 28, 2004 7:54 pm
by techteen
is there a way to decrypt too?
Posted: Mon Jun 28, 2004 9:25 pm
by Syzop
No, it's a "one way hash".
(well yes, in practice you could "brute force" all passwords, however this usually takes several hours/days/years [highly depends on the quality/length of your password]).