{"id":18743936,"url":"https://github.com/guyoung/cyberchef-executor","last_synced_at":"2025-10-09T01:32:14.224Z","repository":{"id":234046225,"uuid":"788216735","full_name":"guyoung/CyberChef-executor","owner":"guyoung","description":"GCHQ CyberChef  executor","archived":false,"fork":false,"pushed_at":"2024-04-22T05:19:32.000Z","size":29097,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-08-30T01:53:51.738Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guyoung.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":"2024-04-18T01:55:06.000Z","updated_at":"2024-05-26T15:42:47.000Z","dependencies_parsed_at":"2024-04-22T05:42:56.389Z","dependency_job_id":null,"html_url":"https://github.com/guyoung/CyberChef-executor","commit_stats":null,"previous_names":["guyoung/cyberchef-executor"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/guyoung/CyberChef-executor","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyoung%2FCyberChef-executor","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyoung%2FCyberChef-executor/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyoung%2FCyberChef-executor/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyoung%2FCyberChef-executor/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guyoung","download_url":"https://codeload.github.com/guyoung/CyberChef-executor/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guyoung%2FCyberChef-executor/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000725,"owners_count":26082895,"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","status":"online","status_checked_at":"2025-10-08T02:00:06.501Z","response_time":56,"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":[],"created_at":"2024-11-07T16:13:10.944Z","updated_at":"2025-10-09T01:32:14.208Z","avatar_url":"https://github.com/guyoung.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# CyberChef-executor\n\nGCHQ CyberChef  executor\n\n[CyberChef](https://github.com/gchq/CyberChef) is a simple, intuitive web app for carrying out all manner of \"cyber\" operations within a web browser. These operations include simple encoding like XOR and Base64, more complex encryption like AES, DES and Blowfish, creating binary and hexdumps, compression and decompression of data, calculating hashes and checksums, IPv6 and X.509 parsing, changing character encodings, and much more.\n\n\n## Usage\n\n\n### Node.js / CommonJS\n\n```javascript\nvar chef = require(\"cyberchef-executor\")\n\nconsole.log(chef.getOpCategories())\nconsole.log(chef.getOpConfigs())\n\nlet executor = new chef.Executor('To Base64')\nlet encoded =  executor.run(Buffer.from('hello'), ['A-Za-z0-9+/='])   \nconsole.log(encoded)\n\nexecutor = new chef.Executor('From Base64')\nlet plain =  executor.run(encoded.output, ['A-Za-z0-9+/='])   \nconsole.log(plain)\n\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyoung%2Fcyberchef-executor","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguyoung%2Fcyberchef-executor","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguyoung%2Fcyberchef-executor/lists"}