{"id":18772568,"url":"https://github.com/emoose/excrypt","last_synced_at":"2025-07-25T22:06:12.417Z","repository":{"id":48808179,"uuid":"201635324","full_name":"emoose/ExCrypt","owner":"emoose","description":"Open source replacement for the Xbox360 XeCrypt suite.","archived":false,"fork":false,"pushed_at":"2024-10-28T03:41:35.000Z","size":107,"stargazers_count":26,"open_issues_count":6,"forks_count":4,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-10-28T06:56:25.408Z","etag":null,"topics":["c","cryptography","reverse-engineering","xbox360","xecrypt"],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/emoose.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-08-10T13:41:08.000Z","updated_at":"2024-10-28T03:41:39.000Z","dependencies_parsed_at":"2023-01-19T21:18:46.095Z","dependency_job_id":"1c80c55b-4a9f-489b-a64e-aadd20aa5ccd","html_url":"https://github.com/emoose/ExCrypt","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":0.07894736842105265,"last_synced_commit":"a18ef2e9efd1075bd1d6a69753759e929e4b2d9b"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoose%2FExCrypt","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoose%2FExCrypt/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoose%2FExCrypt/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/emoose%2FExCrypt/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/emoose","download_url":"https://codeload.github.com/emoose/ExCrypt/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223576526,"owners_count":17167879,"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":["c","cryptography","reverse-engineering","xbox360","xecrypt"],"created_at":"2024-11-07T19:29:31.927Z","updated_at":"2024-11-07T19:29:32.567Z","avatar_url":"https://github.com/emoose.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ExCrypt\n\nExCrypt is an open-source drop-in replacement for the XeCrypt suite of functions used by the Xbox 360.\n\nIt's been designed to be as closely compatible to those functions as possible - perhaps at the expense of various security \u0026 performance concerns.\n\nAs such, it should only be used where compatibility with existing Xbox 360 code/data is required. \n\n### Contents\n\nThe goal of ExCrypt is to implement XeCrypt functions known to be used on the Xbox 360.\n\nWe only target XeCrypt functions that are exported from the kernel, used during X360 boot, or included inside a game/app.\n\nFor a list of XeCrypt targets, their status, and any implementation-specific notes, take a look at the [implementation status page](https://github.com/emoose/ExCrypt/issues/5).\n\n### Implementation\n\nCode has to make sure to set the exact same state variables \u0026 return values as the 360 functions do.\n\nThis doesn't mean variables local to the function have to match up though - only data that is somehow written externally (hence could maybe be acted on by other non-XeCrypt code) should be kept exact, the rest can work however we want.\n\nCode is expected to be receiving big-endian data, converting that data to little-endian to be worked on may be required.\n\nSome effort to make the code a bit more readable, rather than just a straight assembly-to-C conversion, would be appreciated (though isn't exactly mandatory, so long as the code actually works)\n\nWe only target x86 \u0026 x64 - maybe other platforms in the future, but for now there's not much use in supporting anything else.\n\nWhere possible, making use of existing, well-known crypto code is always preferrable to needing to write your own (unless some XeCrypt oddity somehow prevents it, that is)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femoose%2Fexcrypt","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Femoose%2Fexcrypt","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Femoose%2Fexcrypt/lists"}