PAssword encrption
PAssword encrption
How do i setup encryption for IRC. I tried everything.
Re: PAssword encrption
What kinda of passwords? Like in your oper.conf or your links?techteen wrote:How do i setup encryption for IRC. I tried everything.
/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
is there a way to decrypt too?