Hey,
does anyone know how to change the auth hash in server from HMAC MD5 to SHA2 (the alternative authd hashing)?
Currently the server uses HMAC MD5 for hashing the RC4 key, but I need it to use SHA2. I know where client does this, but I have no clue about server. Is there any way to set this in a config file?
Thanks.
Edit : Or for that matter, are there any known ways how to stop other clients from connecting to your server? I am currently looking how to change the encryption of protocol server wise, I have found the code in client that does this and have already started changing it a bit. Just server is giving me a hard time :(
The goal is to only have my client be able to connect to my server, no else clients.
Cheers


Reply With Quote


