Probably the closest you can get to disabling crypto is replacing that entire list with TLS_RSA_WITH_RC4_128_SHA
. That’s still good for hiding against some prying eyes, and should be a bit faster than AES.
Probably the closest you can get to disabling crypto is replacing that entire list with TLS_RSA_WITH_RC4_128_SHA
. That’s still good for hiding against some prying eyes, and should be a bit faster than AES.