{"id":13826867,"url":"https://github.com/dawei101/shadowsocks-android-java","last_synced_at":"2025-04-04T20:13:32.912Z","repository":{"id":50456871,"uuid":"64284366","full_name":"dawei101/shadowsocks-android-java","owner":"dawei101","description":"Shadowsocks android client, pure java version","archived":false,"fork":false,"pushed_at":"2017-10-22T12:03:55.000Z","size":1640,"stargazers_count":585,"open_issues_count":52,"forks_count":283,"subscribers_count":29,"default_branch":"master","last_synced_at":"2025-03-28T19:09:05.258Z","etag":null,"topics":["android","java","shadowsocks","shadowsocks-android","shadowsocks-java"],"latest_commit_sha":null,"homepage":"","language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/dawei101.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2016-07-27T06:45:06.000Z","updated_at":"2025-01-01T04:37:20.000Z","dependencies_parsed_at":"2022-09-24T09:01:33.603Z","dependency_job_id":null,"html_url":"https://github.com/dawei101/shadowsocks-android-java","commit_stats":null,"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawei101%2Fshadowsocks-android-java","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawei101%2Fshadowsocks-android-java/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawei101%2Fshadowsocks-android-java/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dawei101%2Fshadowsocks-android-java/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dawei101","download_url":"https://codeload.github.com/dawei101/shadowsocks-android-java/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247242680,"owners_count":20907134,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["android","java","shadowsocks","shadowsocks-android","shadowsocks-java"],"created_at":"2024-08-04T09:01:45.683Z","updated_at":"2025-04-04T20:13:32.891Z","avatar_url":"https://github.com/dawei101.png","language":"Java","readme":"# shadowsocks-android-java\n\nLast release: [Download](https://github.com/dawei101/shadowsocks-android-java/releases)\n\n\nThis version of shadowsocks for android is pure java version.\nBeacuse of the way of implementation, some feature would not work (icmp protocol, and correct dns result under command line)\n\nMost code is merged from [smartproxy](https://github.com/hedaode/SmartProxy) and [shadowsocks-java](https://github.com/blakey22/shadowsocks-java)\nThis app inherit Smartproxy's feature: tiny/low power cost/simple operation\n\n\nshadowsocks settings format\n\n```\nss://method:password@host:port\nss://base64encode(method:password@host:port)\n```\n\nAnd also it inherited the support of http proxy from Smartproxy , Set the url as stardand http(s) proxy format when use it. \n\nhttp proxy foramt:\n\n```\nhttp://(username:passsword)@host:port\n```\nSupport methods of encryption:\n\n```\nbf-cfb\nseed-cfb\naes-128-cfb\naes-192-cfb\naes-256-cfb\naes-128-ofb\naes-192-ofb\naes-256-ofb\ncamellia-128-cfb\ncamellia-192-cfb\ncamellia-256-cfb\nchacha20\nchacha20-ietf\nrc4-md5\n```\n\n#### Brother version\n\n[Shadowsocks android(Scala)](https://github.com/shadowsocks/shadowsocks-android)\n\nScala version is high threshold to lots of developer, so it's a better choice to choose this version.\n\n-----------\n\n### 关于 About\n\n本版本为shadowsocks android版的纯java版本\n因为实现原理的缘故，会牺牲掉一些功能(主要是用到icmp协议，以及在命令行下的dns解析的正确地址).\n\n代码多整理自 [smartproxy](https://github.com/hedaode/SmartProxy) 和 [shadowsocks-java](https://github.com/blakey22/shadowsocks-java)\n本shadowsocks-android的特点继承了SmartProxy的优点: 体积小,耗电低,设置保持最简单的方式\nshadowsocks设置格式：\n```\nss://method:password@host:port\nss://base64encode(method:password@host:port)\n```\n\n其中代码保留了SmartProxy对http代理的支持, 使用时将配置链接填写标准http代理格式即可.\nhttp代理格式\n\n```\nhttp://(username:passsword)@host:port\n```\n支持的加密类型：\n\n```\nbf-cfb\nseed-cfb\naes-128-cfb\naes-192-cfb\naes-256-cfb\naes-128-ofb\naes-192-ofb\naes-256-ofb\ncamellia-128-cfb\ncamellia-192-cfb\ncamellia-256-cfb\nchacha20\nchacha20-ietf\nrc4-md5\n```\n\n### 兄弟版本 \nBrother version\n\n##### [Shadowsocks android(Scala)](https://github.com/shadowsocks/shadowsocks-android)\n\n### 作者同系列版本 \n[shadowsocks 桌面版，一份代码完美支持windows，mac osx，linux](https://github.com/dawei101/tongsheClient.shadowsocks-go)\n\n\n#### LICENSE\n\n[Apache License](./LICENSE)\n\n\n\n","funding_links":[],"categories":["\u003ca id=\"863839860fab4b8601905205cac9b54f\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"471c124b012dbde8ea3288f35667efc8\"\u003e\u003c/a\u003e流量检测"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawei101%2Fshadowsocks-android-java","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdawei101%2Fshadowsocks-android-java","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdawei101%2Fshadowsocks-android-java/lists"}