Coder Social home page Coder Social logo

zhou0 / mysocks Goto Github PK

View Code? Open in Web Editor NEW
37.0 4.0 20.0 34.42 MB

The cross-platform shadowsocks client and server with minimum dependencies.

License: Other

CMake 0.02% C 75.26% C++ 1.09% Makefile 0.11% Shell 1.61% M4 1.11% Python 0.37% Objective-C 1.43% Perl 4.58% DIGITAL Command Language 0.01% Assembly 1.41% XS 0.01% eC 0.02% Emacs Lisp 0.01% Ruby 0.01% Tcl 0.05% Arduino 0.01% C# 0.37% Perl 6 11.26% Prolog 1.26%
socks shadowsocks libuv great-firewall censorship-circumvention c99 c11 docker wolfssl

mysocks's Introduction

Mysocks

GitHub version Codacy Badge Build Status Build statusCoverage Status Coverity Scan Build Status

Mysocks project provides three executables,namely ssclient, ssclient-openssl and ssclient-wolfssl. Supported Platform:Unix,Windows,Linux and Mac OS X. Win32 binaries are provided, You can compile from source on other platforms.

ssclient supports rc4-md5 encryption method only.

ssclient-openssl supports the following 17 encryption methods:
                        aes-128-cfb,aes-128-ctr,aes-128-ofb
			aes-192-cfb,aes-192-ctr,aes-192-ofb
			aes-256-cfb,aes-256-ctr,aes-256-ofb
			camellia-128-cfb,camellia-128-ofb
			camellia-192-cfb,camellia-192-ofb
			camellia-256-cfb,camellia-256-ofb
			rc4-md5

ssclient-wolfssl supports the following 19 encryption methods ( including AEAD )
                        aes-128-cbc,aes-128-ccm,aes-128-ctr,aes-128-gcm
                        aes-192-cbc,aes-192-ccm,aes-192-ctr,aes-192-gcm
			aes-256-cbc,aes-256-ccm,aes-256-ctr,aes-256-gcm
			camellia-128-cbc,camellia-256-cbc
			chacha20-ietf,hc-128,rabbit
			chacha20-ietf-poly1305
			rc4-md5

aes-128-ccm is alias for AEAD_AES_128_CCM
aes-128-gcm is alias for AEAD_AES_128_GCM
aes-192-ccm is alias for AEAD_AES_192_CCM
aes-192-gcm is alias for AEAD_AES_192_GCM
aes-256-ccm is alias for AEAD_AES_256_CCM
aes-256-gcm is alias for AEAD_AES_256_GCM
chacha20-ietf-poly1305 is alias for AEAD_CHACHA20_POLY1305

mysocks's People

Contributors

codacy-badger avatar kehao95 avatar zhou0 avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

mysocks's Issues

make遇错

hi.

root@racknerd-7b97d8:/mysocks# make
...
/root/mysocks/src/cipher.c:113:37: error: request for member ‘base’ in something not a structure or union
getentropy(cipher.encrypt.iv.base, cipher.encrypt.iv.len);
^
/root/mysocks/src/cipher.c:113:61: error: request for member ‘len’ in something not a structure or union
getentropy(cipher.encrypt.iv.base, cipher.encrypt.iv.len);
^
CMakeFiles/ssclient.dir/build.make:117: recipe for target 'CMakeFiles/ssclient.dir/src/cipher.c.o' failed
make[2]: *** [CMakeFiles/ssclient.dir/src/cipher.c.o] Error 1
CMakeFiles/Makefile2:86: recipe for target 'CMakeFiles/ssclient.dir/all' failed
make[1]: *** [CMakeFiles/ssclient.dir/all] Error 2
Makefile:145: recipe for target 'all' failed
make: *** [all] Error 2
root@racknerd-7b97d8:
/mysocks#

怎么解决?谢谢回复

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.