All Projects → guardianproject → Tor Android

guardianproject / Tor Android

Licence: other
Tor binary and library for Android

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Tor Android

Go Libtor
Self-contained Tor from Go
Stars: ✭ 368 (+308.89%)
Mutual labels:  library, tor, anonymity
Globaleaks
GlobaLeaks is free, open source software enabling anyone to easily set up and maintain a secure whistleblowing platform.
Stars: ✭ 832 (+824.44%)
Mutual labels:  tor, anonymity
Rotating Proxy
Rotating TOR proxy with Docker
Stars: ✭ 739 (+721.11%)
Mutual labels:  proxy, tor
Nipe
An engine to make Tor network your default gateway
Stars: ✭ 1,032 (+1046.67%)
Mutual labels:  tor, anonymity
Awesome Network Stuff
Resources about network security, including: Proxy/GFW/ReverseProxy/Tunnel/VPN/Tor/I2P, and MiTM/PortKnocking/NetworkSniff/NetworkAnalysis/etc。More than 1700 open source tools for now. Post incoming.
Stars: ✭ 578 (+542.22%)
Mutual labels:  proxy, tor
Multitor
Create multiple TOR instances with a load-balancing.
Stars: ✭ 624 (+593.33%)
Mutual labels:  proxy, tor
Arbitrium Rat
Arbitrium is a cross-platform, fully undetectable remote access trojan, to control Android, Windows and Linux and doesn't require any firewall exceptions or port forwarding rules
Stars: ✭ 938 (+942.22%)
Mutual labels:  proxy, firewall
Lanproxy
lanproxy是一个将局域网个人电脑、服务器代理到公网的内网穿透工具,支持tcp流量转发,可支持任何tcp上层协议(访问内网网站、本地支付接口调试、ssh访问、远程桌面、http代理、https代理、socks5代理...)。技术交流QQ群 678776401
Stars: ✭ 4,784 (+5215.56%)
Mutual labels:  proxy, firewall
Tor Router
A SOCKS, HTTP and DNS proxy for distributing traffic across multiple instances of Tor
Stars: ✭ 69 (-23.33%)
Mutual labels:  proxy, tor
Torchat Mac
macOS native TorChat client
Stars: ✭ 73 (-18.89%)
Mutual labels:  tor, anonymity
Transports
A HTTP proxy that aims to support different transports.
Stars: ✭ 88 (-2.22%)
Mutual labels:  proxy, tor
Tor2web
Tor2web is an HTTP proxy software that enables access to Tor Hidden Services by mean of common web browsers
Stars: ✭ 531 (+490%)
Mutual labels:  proxy, tor
Awesome Anti Censorship
curated list of open-source anti-censorship tools
Stars: ✭ 521 (+478.89%)
Mutual labels:  proxy, firewall
Orbot
The Github home of Orbot: Tor on Android (Also available on gitlab!)
Stars: ✭ 629 (+598.89%)
Mutual labels:  tor, anonymity
Coyim
coyim - a safe and secure chat client
Stars: ✭ 513 (+470%)
Mutual labels:  tor, anonymity
Cloak
A censorship circumvention tool to evade detection against state adversaries
Stars: ✭ 942 (+946.67%)
Mutual labels:  proxy, tor
Tinytor
A tiny Tor client implementation (in pure python).
Stars: ✭ 80 (-11.11%)
Mutual labels:  tor, anonymity
Fetch Some Proxies
Simple Python script for fetching "some" (usable) proxies
Stars: ✭ 470 (+422.22%)
Mutual labels:  proxy, anonymity
Mr2
Mr.2 can help you expose local server to external network. Support both TCP/UDP, of course support HTTP. Zero-Configuration.
Stars: ✭ 1,102 (+1124.44%)
Mutual labels:  proxy, firewall
Jacobappelbaumleavestor
🔍 An investigation into Jacob Appelbaum leaving the Tor Project
Stars: ✭ 75 (-16.67%)
Mutual labels:  tor, anonymity

Tor Android

This is a project forked from Orbot for building the tor binary for Android

How to Build

Please see: https://raw.githubusercontent.com/guardianproject/tor-android/master/BUILD

How to Use via Gradle

Add the repository your list as shown:

repositories {
        maven { url "https://raw.githubusercontent.com/guardianproject/gpmaven/master" }
    }
    

and then add the dependency, setting it to the latest version (or any version) we have made available, as a release:

dependencies {
    implementation 'org.torproject:tor-android-binary:0.4.4.6'
}

Tor protects your privacy on the internet by hiding the connection between your Internet address and the services you use. We believe Tor is reasonably secure, but please ensure you read the instructions and configure it properly. Learn more at https://torproject.org/

Tor Frequently Asked Questions:

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].