{"id":13775945,"url":"https://github.com/zhou0/mysocks","last_synced_at":"2025-04-10T02:08:12.160Z","repository":{"id":83396657,"uuid":"86427705","full_name":"zhou0/mysocks","owner":"zhou0","description":"The cross-platform shadowsocks client and server with minimum dependencies. ","archived":false,"fork":false,"pushed_at":"2018-01-07T13:19:17.000Z","size":35243,"stargazers_count":39,"open_issues_count":2,"forks_count":20,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-03-24T03:43:51.001Z","etag":null,"topics":["c11","c99","censorship-circumvention","docker","great-firewall","libuv","shadowsocks","socks","wolfssl"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zhou0.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,"governance":null,"roadmap":null,"authors":null}},"created_at":"2017-03-28T07:18:38.000Z","updated_at":"2025-01-15T03:56:41.000Z","dependencies_parsed_at":null,"dependency_job_id":"458cde65-021c-40ab-9501-7c170452caed","html_url":"https://github.com/zhou0/mysocks","commit_stats":null,"previous_names":[],"tags_count":25,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou0%2Fmysocks","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou0%2Fmysocks/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou0%2Fmysocks/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zhou0%2Fmysocks/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zhou0","download_url":"https://codeload.github.com/zhou0/mysocks/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248142923,"owners_count":21054671,"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":["c11","c99","censorship-circumvention","docker","great-firewall","libuv","shadowsocks","socks","wolfssl"],"created_at":"2024-08-03T17:01:55.412Z","updated_at":"2025-04-10T02:08:12.119Z","avatar_url":"https://github.com/zhou0.png","language":"C","funding_links":[],"categories":["\u003ca id=\"d03d494700077f6a65092985c06bf8e8\"\u003e\u003c/a\u003e工具"],"sub_categories":["\u003ca id=\"cb16466a31a167bb61f39e2a4a85f449\"\u003e\u003c/a\u003eShadowsocks"],"readme":"Mysocks\n\n\n[![GitHub version](https://badge.fury.io/gh/zhou0%2Fmysocks.svg)](https://badge.fury.io/gh/zhou0%2Fmysocks)\n[![Codacy Badge](https://api.codacy.com/project/badge/Grade/a457935ff4474195a171d11ebb79dc13)](https://www.codacy.com/app/zhou0/mysocks?utm_source=github.com\u0026amp;utm_medium=referral\u0026amp;utm_content=zhou0/mysocks\u0026amp;utm_campaign=Badge_Grade)\n[![Build Status](https://travis-ci.org/zhou0/mysocks.svg?branch=master)](https://travis-ci.org/zhou0/mysocks)\n[![Build status](https://ci.appveyor.com/api/projects/status/okfccad7f94s0ex7?svg=true)](https://ci.appveyor.com/project/zhou0/tinysocks)[![Coverage Status](https://coveralls.io/repos/github/zhou0/mysocks/badge.svg?branch=master)](https://coveralls.io/github/zhou0/mysocks?branch=master)\n\u003ca href=\"https://scan.coverity.com/projects/zhou0-mysocks\"\u003e\n  \u003cimg alt=\"Coverity Scan Build Status\"\n       src=\"https://img.shields.io/coverity/scan/12236.svg\"/\u003e\n\u003c/a\u003e\n[![](https://images.microbadger.com/badges/image/fgfw/mysocks.svg)](https://microbadger.com/images/fgfw/mysocks \"Get your own image badge on microbadger.com\")\n[![](https://images.microbadger.com/badges/version/fgfw/mysocks.svg)](https://microbadger.com/images/fgfw/mysocks \"Get your own version badge on microbadger.com\")\n\nMysocks project provides three executables,namely ssclient, ssclient-openssl and ssclient-wolfssl. Supported Platform:Unix,Windows,Linux and Mac OS X. Win32 binaries are provided, You can compile from source on other platforms. \n```\nssclient supports rc4-md5 encryption method only.\n\nssclient-openssl supports the following 17 encryption methods:\n                        aes-128-cfb,aes-128-ctr,aes-128-ofb\n\t\t\taes-192-cfb,aes-192-ctr,aes-192-ofb\n\t\t\taes-256-cfb,aes-256-ctr,aes-256-ofb\n\t\t\tcamellia-128-cfb,camellia-128-ofb\n\t\t\tcamellia-192-cfb,camellia-192-ofb\n\t\t\tcamellia-256-cfb,camellia-256-ofb\n\t\t\trc4-md5\n\nssclient-wolfssl supports the following 19 encryption methods ( including AEAD )\n                        aes-128-cbc,aes-128-ccm,aes-128-ctr,aes-128-gcm\n                        aes-192-cbc,aes-192-ccm,aes-192-ctr,aes-192-gcm\n\t\t\taes-256-cbc,aes-256-ccm,aes-256-ctr,aes-256-gcm\n\t\t\tcamellia-128-cbc,camellia-256-cbc\n\t\t\tchacha20-ietf,hc-128,rabbit\n\t\t\tchacha20-ietf-poly1305\n\t\t\trc4-md5\n\naes-128-ccm is alias for AEAD_AES_128_CCM\naes-128-gcm is alias for AEAD_AES_128_GCM\naes-192-ccm is alias for AEAD_AES_192_CCM\naes-192-gcm is alias for AEAD_AES_192_GCM\naes-256-ccm is alias for AEAD_AES_256_CCM\naes-256-gcm is alias for AEAD_AES_256_GCM\nchacha20-ietf-poly1305 is alias for AEAD_CHACHA20_POLY1305\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou0%2Fmysocks","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzhou0%2Fmysocks","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzhou0%2Fmysocks/lists"}