{"id":18636757,"url":"https://github.com/andream16/mitmcracker","last_synced_at":"2026-05-18T06:38:02.646Z","repository":{"id":56306859,"uuid":"184440700","full_name":"andream16/mitmcracker","owner":"andream16","description":"Second version of go-crackerino. More performant and more idiomatic go.","archived":false,"fork":false,"pushed_at":"2025-08-30T11:15:17.000Z","size":352,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-05-17T11:55:56.694Z","etag":null,"topics":["cracker","go","go-routine","golang","meet-in-the-middle-attacks","security"],"latest_commit_sha":null,"homepage":null,"language":"OCaml","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/andream16.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-05-01T15:50:00.000Z","updated_at":"2020-11-17T20:36:17.000Z","dependencies_parsed_at":"2024-11-07T05:34:03.341Z","dependency_job_id":"dd94303c-a708-454c-8c7c-04526ecf8a73","html_url":"https://github.com/andream16/mitmcracker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/andream16/mitmcracker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2Fmitmcracker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2Fmitmcracker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2Fmitmcracker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2Fmitmcracker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/andream16","download_url":"https://codeload.github.com/andream16/mitmcracker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/andream16%2Fmitmcracker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33167827,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-18T05:43:36.989Z","status":"ssl_error","status_checked_at":"2026-05-18T05:43:19.133Z","response_time":71,"last_error":"SSL_read: 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":["cracker","go","go-routine","golang","meet-in-the-middle-attacks","security"],"created_at":"2024-11-07T05:31:57.149Z","updated_at":"2026-05-18T06:38:02.614Z","avatar_url":"https://github.com/andream16.png","language":"OCaml","funding_links":[],"categories":[],"sub_categories":[],"readme":"# mitmcracker ![](https://stuff.mit.edu/afs/sipb/project/golang/arch/go1.2.1-linux-amd64/favicon.ico)\n\n## Golang Key Cracker Which Implements Meet In the Middle Strategy.\n\nGiven a known `cipher-text` and a known `plain-text`, it finds two keys `k1` and `k2` in a way that \n`Ek1(plain) == Dk2(cipher)`\nwhere `E` is the encryption function and `D` is the decryption function.\n\nIt tries all the possible keys in the range of `24/28/32 bits` and prints which are the keys to be used for the encryption and decryption.\n\nKeys can only be `6/7/8 Digits HEX` and `Cipher/Plain` can only be `16 Digits HEX`.\n\n## What you need to run the project:\n\n- Go: ~v1.15\n- Ocaml: ~v4.08.1\n\n## How to run the app\n\nFrom the root of the project:\n\n- build the go/ocaml binaries: `make`\n- run the command: `./mitmcracker -key=$keyLength -encoded=$encodedMsg -plain=$plainMsg`\n\n## Known Inputs/Outputs\n\n- 24-bit:\n    - plain: C330C9CBD01DFBA0\n    - encoded: E10C65124518DB05\n    - encoding key to be found: 6d3952\n    - decoding key to be found: 513346\n- 28-bit:\n    - plain: 492A5BB83F8A3F95\n    - encoded: 47090A6AC4A56798\n    - encoding key to be found: ???????\n    - decoding key to be found: ???????\n- 32-bit:\n    - plain: FFC7C9E5694ABFF7\n    - encoded: 98AC59F25448FFAC\n    - encoding key to be found: ????????\n    - decoding key to be found: ????????\n\nWhen `Ek1(C) == Dk2(P)` you found the right keys `k1, k2` to read all encrypted messages.","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandream16%2Fmitmcracker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fandream16%2Fmitmcracker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fandream16%2Fmitmcracker/lists"}