Skip to content

A minimal dependency shadowsocksr implementation.

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING
Notifications You must be signed in to change notification settings

ssr-ssr-ssr/shadowsocksr-uvw

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shadowsocksr-uvw

A minimal dependency shadowsocksr implementation.

How to build

mkdir build
cd build
cmake .. -DSSR_UVW_WITH_QT=0
make

Encrypto method

rc4 rc4-md5-6 rc4-md5
aes-128-cfb aes-192-cfb aes-256-cfb
aes-128-ctr aes-192-ctr aes-256-ctr
camellia-128-cfb camellia-192-cfb camellia-256-cfb
bf-cfb cast5-cfb des-cfb idea-cfb rc2-cfb seed-cfb
salsa20 chacha20 chacha20-ietf

Protocols

Protocols
origin
auth_sha1
auth_sha1_v2
auth_sha1_v4
auth_aes128_sha1
auth_aes128_md5
auth_chain_a
auth_chain_b

obfuscators

obfuscators
plain
http_simple
http_post
tls1.2_ticket_auth

Licence

shadowsocksr-uvw is under GPLv3 licence. It's based on uvw which is a header-only, event based, tiny and easy to use libuv wrapper in modern C++.

Link dependencies

Name License
libuv MIT
libsodium ISC
openssl Apache

About

A minimal dependency shadowsocksr implementation.

Resources

License

GPL-3.0, Unknown licenses found

Licenses found

GPL-3.0
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 70.0%
  • C 25.7%
  • CMake 4.3%