{"id":15017538,"url":"https://github.com/shadowsocks/shadowsocks-crypto","last_synced_at":"2025-05-16T04:05:50.647Z","repository":{"id":40793878,"uuid":"310828561","full_name":"shadowsocks/shadowsocks-crypto","owner":"shadowsocks","description":"Shadowsocks Crypto","archived":false,"fork":false,"pushed_at":"2025-02-12T18:51:05.000Z","size":139,"stargazers_count":49,"open_issues_count":1,"forks_count":25,"subscribers_count":11,"default_branch":"main","last_synced_at":"2025-05-09T10:53:05.759Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/shadowsocks.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2020-11-07T11:24:25.000Z","updated_at":"2025-04-04T02:25:18.000Z","dependencies_parsed_at":"2023-01-30T01:15:44.084Z","dependency_job_id":"94ae589c-9a4b-4cff-8720-aaa07535145c","html_url":"https://github.com/shadowsocks/shadowsocks-crypto","commit_stats":{"total_commits":71,"total_committers":7,"mean_commits":"10.142857142857142","dds":"0.15492957746478875","last_synced_commit":"6da6267f31172dd6d73d1f9d21f83e5b4a0edcc1"},"previous_names":[],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fshadowsocks-crypto","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fshadowsocks-crypto/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fshadowsocks-crypto/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/shadowsocks%2Fshadowsocks-crypto/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/shadowsocks","download_url":"https://codeload.github.com/shadowsocks/shadowsocks-crypto/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254464895,"owners_count":22075570,"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":[],"created_at":"2024-09-24T19:50:37.602Z","updated_at":"2025-05-16T04:05:45.638Z","avatar_url":"https://github.com/shadowsocks.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# shadowsocks-crypto\n\n[![Build \u0026 Test](https://github.com/shadowsocks/shadowsocks-crypto/actions/workflows/build-and-test.yml/badge.svg)](https://github.com/shadowsocks/shadowsocks-crypto/actions/workflows/build-and-test.yml)\n\nshadowsocks' flavored cryptographic algorithm in pure Rust.\n\n## Supported Ciphers\n\nStream Ciphers:\n\n* [x] SS\\_TABLE\n* [x] SS\\_RC4\\_MD5\n* [x] AES\\_128\\_CTR, AES\\_192\\_CTR, AES\\_256\\_CTR\n* [x] AES\\_128\\_CFB1, AES\\_128\\_CFB8, AES\\_128\\_CFB128, AES\\_192\\_CFB1, AES\\_192\\_CFB8, AES\\_192\\_CFB128, AES\\_256\\_CFB1, AES\\_256\\_CFB8, AES\\_256\\_CFB128\n* [x] AES\\_128\\_OFB, AES\\_192\\_OFB, AES\\_256\\_OFB\n* [x] CAMELLIA\\_128\\_CTR, CAMELLIA\\_192\\_CTR, CAMELLIA\\_256\\_CTR\n* [x] CAMELLIA\\_128\\_CFB1, CAMELLIA\\_128\\_CFB8, CAMELLIA\\_128\\_CFB128, CAMELLIA\\_192\\_CFB1, CAMELLIA\\_192\\_CFB8, CAMELLIA\\_192\\_CFB128, CAMELLIA\\_256\\_CFB1, CAMELLIA\\_256\\_CFB8, CAMELLIA\\_256\\_CFB128\n* [x] CAMELLIA\\_128\\_OFB, CAMELLIA\\_192\\_OFB, CAMELLIA\\_256\\_OFB\n* [x] RC4\n* [x] CHACHA20 (IETF Version)\n\nAEAD Ciphers：\n\n* [x] AES\\_128\\_CCM, AES\\_256\\_CCM\n* [x] AES\\_128\\_GCM, AES\\_256\\_GCM\n* [x] AES\\_128\\_GCM\\_SIV, AES\\_256\\_GCM\\_SIV\n* [x] CHACHA20\\_POLY1305 (IETF Version)\n* [x] XCHACHA20\\_POLY1305 (IETF Version)\n* [ ] AES\\_128\\_OCB\\_TAGLEN128, AES\\_192\\_OCB\\_TAGLEN128, AES\\_256\\_OCB\\_TAGLEN128\n* [ ] AES\\_SIV\\_CMAC\\_256, AES\\_SIV\\_CMAC\\_384, AES\\_SIV\\_CMAC\\_512\n* [x] SM4\\_GCM, SM4\\_CCM\n\nAEAD 2022 Ciphers ([SIP022](https://github.com/shadowsocks/shadowsocks-org/issues/196)):\n\n* [x] AEAD2022\\_BLAKE3\\_AES\\_128\\_GCM, AEAD2022\\_BLAKE3\\_AES\\_256\\_GCM\n* [x] AEAD2022\\_BLAKE3\\_CHACHA20\\_POLY1305, AEAD2022\\_BLAKE3\\_CHACHA8\\_POLY1305\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fshadowsocks-crypto","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fshadowsocks%2Fshadowsocks-crypto","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fshadowsocks%2Fshadowsocks-crypto/lists"}