{"id":31056590,"url":"https://github.com/mochabyte0x/chacha20","last_synced_at":"2026-04-18T14:04:05.376Z","repository":{"id":312931364,"uuid":"1049347287","full_name":"mochabyte0x/ChaCha20","owner":"mochabyte0x","description":"ChaCha20 encryption implemented in C/C++ (Header Only)","archived":false,"fork":false,"pushed_at":"2025-09-02T21:59:20.000Z","size":10,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-09-15T06:13:35.119Z","etag":null,"topics":["c","chacha20","cpp","encryption-algorithms"],"latest_commit_sha":null,"homepage":"","language":"C","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/mochabyte0x.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-02T20:59:27.000Z","updated_at":"2025-09-04T01:40:33.000Z","dependencies_parsed_at":"2025-09-02T23:21:11.159Z","dependency_job_id":null,"html_url":"https://github.com/mochabyte0x/ChaCha20","commit_stats":null,"previous_names":["mochabyte0x/chacha20"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/mochabyte0x/ChaCha20","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochabyte0x%2FChaCha20","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochabyte0x%2FChaCha20/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochabyte0x%2FChaCha20/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochabyte0x%2FChaCha20/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mochabyte0x","download_url":"https://codeload.github.com/mochabyte0x/ChaCha20/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mochabyte0x%2FChaCha20/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31971493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["c","chacha20","cpp","encryption-algorithms"],"created_at":"2025-09-15T05:59:28.958Z","updated_at":"2026-04-18T14:04:00.365Z","avatar_url":"https://github.com/mochabyte0x.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ChaCha20\n\nUsage:\n\n```C\n// Initialize context\nstruct chacha20_context ctx;\n\n// Define your KEY (32-Byte)\nunsigned char CHACHA20_KEY[32] = { };\n\n// Define your Nonce (12-Byte)\nunsigned char CHACHA20_NONCE[12] = { };\n\n// After those intializations, you can encrypt / decrypt your buffer using the same function\nchacha20_init_context(\u0026ctx, CHACHA20_KEY, CHACHA20_NONCE, 0);\nchacha20_xor(\u0026ctx, pBuffer, dwSize); // Encrypt or Decrypt\nSecureZeroMemory(\u0026ctx, sizeof(ctx)); // Optional\n\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochabyte0x%2Fchacha20","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmochabyte0x%2Fchacha20","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmochabyte0x%2Fchacha20/lists"}