All Projects → basil00 → Reqrypt

basil00 / Reqrypt

A censorship circumvention tool

Programming Languages

c
50402 projects - #5 most used programming language

Projects that are alternatives of or similar to Reqrypt

Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+54.6%)
Mutual labels:  anticensorship, tunnel, censorship-circumvention
Tinylist
Tiny version of gfwlist, focusing on common websites ONLY
Stars: ✭ 139 (-58.75%)
Mutual labels:  anticensorship, censorship-circumvention
V2ray Core
A platform for building proxies to bypass network restrictions.
Stars: ✭ 13,438 (+3887.54%)
Mutual labels:  anticensorship, tunnel
Gfwlist
The one and only one gfwlist here
Stars: ✭ 19,033 (+5547.77%)
Mutual labels:  anticensorship, censorship-circumvention
Goodbyedpi
GoodbyeDPI—Passive Deep Packet Inspection blocker and Active DPI circumvention utility (for Windows)
Stars: ✭ 4,936 (+1364.69%)
Mutual labels:  anticensorship, censorship-circumvention
Orbot
The Github home of Orbot: Tor on Android (Also available on gitlab!)
Stars: ✭ 629 (+86.65%)
Mutual labels:  anticensorship, censorship-circumvention
Powertunnel Android
Simple, scalable, cross-platform and effective solution against government censorship for Android
Stars: ✭ 157 (-53.41%)
Mutual labels:  anticensorship, censorship-circumvention
bebasdns
Membantumu berselancar dengan aman dan tidak terbatas!.
Stars: ✭ 56 (-83.38%)
Mutual labels:  anticensorship, censorship-circumvention
shapeshifter-transports
Shapeshifter Transports is a set of Pluggable Transports implementing the Go API from the Pluggable Transports 2.0 specification
Stars: ✭ 31 (-90.8%)
Mutual labels:  anticensorship, censorship-circumvention
Trojan
An unidentifiable mechanism that helps you bypass GFW.
Stars: ✭ 15,248 (+4424.63%)
Mutual labels:  anticensorship, censorship-circumvention
Bebasid
bebasid dapat membantu membuka halaman situs web yang diblokir oleh pemerintah Indonesia dengan memanfaatkan hosts file.
Stars: ✭ 372 (+10.39%)
Mutual labels:  anticensorship, censorship-circumvention
shadowsocks-perl
An asynchronous, non-blocking shadowsocks client and server written in Perl.
Stars: ✭ 37 (-89.02%)
Mutual labels:  tunnel, censorship-circumvention
Xray Core
Xray, Penetrates Everything. Also the best v2ray-core, with XTLS support. Fully compatible configuration.
Stars: ✭ 6,908 (+1949.85%)
Mutual labels:  tunnel, anticensorship
Powertunnel
Simple, scalable, cross-platform and effective solution against government censorship
Stars: ✭ 157 (-53.41%)
Mutual labels:  anticensorship, censorship-circumvention
Dpitunnel
DPITunnel is an android app made for censorship bypass
Stars: ✭ 179 (-46.88%)
Mutual labels:  anticensorship, censorship-circumvention
gotapdance
Moved to https://github.com/refraction-networking/gotapdance
Stars: ✭ 29 (-91.39%)
Mutual labels:  anticensorship, censorship-circumvention
Trojan Go
Go实现的Trojan代理,支持多路复用/路由功能/CDN中转/Shadowsocks混淆插件,多平台,无依赖。A Trojan proxy written in Go. An unidentifiable mechanism that helps you bypass GFW. https://p4gefau1t.github.io/trojan-go/
Stars: ✭ 4,049 (+1101.48%)
Mutual labels:  anticensorship, tunnel
alice
An hackathon project made for RSF/RWB by AnDaolVras' Devs (Coworking Space in #Brest , Western France)
Stars: ✭ 13 (-96.14%)
Mutual labels:  censorship-circumvention
Lunnel
fast reverse-proxy
Stars: ✭ 293 (-13.06%)
Mutual labels:  tunnel
gost
GO Simple Tunnel - a simple tunnel written in golang
Stars: ✭ 8,395 (+2391.1%)
Mutual labels:  tunnel

REQRYPT

ReQrypt is a tool for tunneling and encrypting web browser requests to hide them from local (e.g. router-level, or ISP-level) snooping and interception. ReQrypt is useful for bypassing ISP-level URL censorship/filtering/logging systems.

ReQrypt works very differently than other bypassing methods. ReQrypt is based on a technology known as "triangular routing". In a nutshell, ReQrypt works like this:

(1) Tunneled request      +----------------+      (2) Forwarded request
           +------------->| ReQrypt server |-------------+
           |              +----------------+             |
           |                                             |
           |                                             V
   +----------------+                             +----------------+
   | PC web browser |<----------------------------|   Web server   |
   +----------------+                             +----------------+
                        (3) Web-page response

Basically:

  1. Your web browser issues a HTTP request to the web-server, which is encrypted and tunnelled to a ReQrypt server.
  2. The ReQrypt server decrypts the tunneled packet, and forwards it to the web-server.
  3. The web-server responds the HTTP request as if it came directly from your computer, and the web page response is sent back via the normal route.

Ordinarily, the HTTP request is sent directly to the web server, unencrypted. This means it may be read and/or intercepted by a local eavesdropper, such as your ISP, workplace, or shared family router. However, with ReQrypt the outgoing HTTP requests are encrypted and tunneled, rendering them unreadable to any local eavesdropper.

ReQrypt is effective against systems that only attack outbound HTTP requests only, and ignore inbound HTTP responses. Such systems are very common is ISP-level censorship and logging systems, since processing URL traffic (HTTP requests) is significantly easier than processing web page responses.

Finally, unlike proxies, VPNs, Tor, etc., ReQrypt is not an anonymity tool. It does not change the IP address of the tunneled packet. This can be a good thing: it means the web responses are sent directly to your PC which means ReQrypt is typically faster than these other systems.

LICENSE

This package is distributed under the GNU Public License (GPL) Version 3.

Please note the following:

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

You should have received a copy of the GNU General Public License along with this program. If not, see http://www.gnu.org/licenses/

COPYRIGHT

(C) 2018, basil00, all rights reserved.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].