35650d71bf
liballium attempts to reduce the amount of boilerplate code required to implement pluggable transports for Tor in C or C++. WWW: https://github.com/yawning/liballium obfsclient is a C++11 Tor-managed pluggable transport client implementation of the following protocols: obfs2 - The Twobfuscator obfs3 - The Threebfuscator ScrambleSuit - Experimental WWW: https://github.com/yawning/obfsclient PR: 187926, 187927 Submitted by: fk@fabiankeil.de
9 lines
229 B
Plaintext
9 lines
229 B
Plaintext
obfsclient is a C++11 Tor-managed pluggable transport client
|
|
implementation of the following protocols:
|
|
|
|
obfs2 - The Twobfuscator
|
|
obfs3 - The Threebfuscator
|
|
ScrambleSuit - Experimental
|
|
|
|
WWW: https://github.com/yawning/obfsclient
|