Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[INTERNAL][CORE] Adds Socks5 proxy connection encryption #1069

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Commits on Jul 27, 2020

  1. [INTERNAL][CORE] Adds Socks5 proxy connection encryption

    This patch will now encrypt non mediated Socks 5 connection because the
    SMACK API do not offer it.
    
    The encryption is currently done with RSA and RC4 although RC4 should be
    replaced. This patch includes some randomization that makes sniffing RC4
    sessions harder.
    srossbach committed Jul 27, 2020
    Configuration menu
    Copy the full SHA
    2ca7f2c View commit details
    Browse the repository at this point in the history