{"id":21145988,"url":"https://github.com/trou/fastxor","last_synced_at":"2026-04-21T20:34:01.901Z","repository":{"id":149743761,"uuid":"199850654","full_name":"trou/fastxor","owner":"trou","description":"Fast tool to xor files","archived":false,"fork":false,"pushed_at":"2023-07-14T18:31:30.000Z","size":22,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2026-01-01T22:57:36.010Z","etag":null,"topics":["cli-app","linux","xor"],"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/trou.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":"2019-07-31T12:20:41.000Z","updated_at":"2024-12-24T15:28:10.000Z","dependencies_parsed_at":"2024-11-20T08:59:45.056Z","dependency_job_id":"767eebb3-4ed4-41e2-a2d7-62450b7618af","html_url":"https://github.com/trou/fastxor","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/trou/fastxor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trou%2Ffastxor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trou%2Ffastxor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trou%2Ffastxor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trou%2Ffastxor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/trou","download_url":"https://codeload.github.com/trou/fastxor/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/trou%2Ffastxor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32108761,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-21T11:25:29.218Z","status":"ssl_error","status_checked_at":"2026-04-21T11:25:28.499Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["cli-app","linux","xor"],"created_at":"2024-11-20T08:45:02.148Z","updated_at":"2026-04-21T20:34:01.866Z","avatar_url":"https://github.com/trou.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"Fast tool to xor files.\n\n```console\n$ ./fastxor -h\nUsage: fastxor -x hexkey|-f file_key [input_file ouput_file]\n```\nWhen no input and output file is specified, uses stdin and stdout.\n\n### Xor with hex string\n\n```console\n$ ./fastxor -x FF input output\n$ ./fastxor -x 010203040506 input output\n$ cat input | ./fastxor -x 11 \u003e output\n```\n\n### Xor with a file\n\n```console\n$ hd keyfile\n00000000  01 02 03 04 05 06                                 |......|\n$ ./fastxor -f keyfile intput output\n$ cat input | ./fastxor -f keyfile \u003e output\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrou%2Ffastxor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftrou%2Ffastxor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftrou%2Ffastxor/lists"}