{"id":16485167,"url":"https://github.com/single9/rc4","last_synced_at":"2025-10-27T18:31:01.948Z","repository":{"id":30049158,"uuid":"33598361","full_name":"single9/RC4","owner":"single9","description":"RC4 Algorithm.","archived":true,"fork":false,"pushed_at":"2015-04-08T09:57:58.000Z","size":136,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-11T14:45:08.129Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"C++","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/single9.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-08T09:47:03.000Z","updated_at":"2023-08-07T18:03:33.000Z","dependencies_parsed_at":"2022-08-28T15:01:11.223Z","dependency_job_id":null,"html_url":"https://github.com/single9/RC4","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FRC4","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FRC4/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FRC4/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/single9%2FRC4/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/single9","download_url":"https://codeload.github.com/single9/RC4/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":238536154,"owners_count":19488667,"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-10-11T13:24:24.902Z","updated_at":"2025-10-27T18:30:56.671Z","avatar_url":"https://github.com/single9.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RC4\nRC4 Algorithm.\n\n## Description\n\nA RC4 algorithm practice.\n\nReference\n- RC4 Wiki: http://en.wikipedia.org/wiki/RC4\n\n## Usage\n\n### Create Instance\n\n    RC4 rc4;\n  \n### Encrypt/Decrypt\n\n    string out = rc4.doRC4(string input, string key);\n    \nYou can see example in main.cpp\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle9%2Frc4","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsingle9%2Frc4","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsingle9%2Frc4/lists"}