{"id":16799144,"url":"https://github.com/taimoorzaeem/aes","last_synced_at":"2025-10-04T18:32:33.833Z","repository":{"id":138737163,"uuid":"445654068","full_name":"taimoorzaeem/aes","owner":"taimoorzaeem","description":"Implemented AES in Intel x86 assembly.","archived":false,"fork":false,"pushed_at":"2022-10-02T14:25:16.000Z","size":119,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2024-11-23T06:42:49.587Z","etag":null,"topics":["aes-128","aes-encryption","assembly","intel","masm32","x86"],"latest_commit_sha":null,"homepage":"","language":"Assembly","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"gpl-3.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/taimoorzaeem.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":"2022-01-07T21:13:38.000Z","updated_at":"2022-09-06T08:44:21.000Z","dependencies_parsed_at":null,"dependency_job_id":"7717257d-ef55-491f-bcc5-a4bc5b44fd03","html_url":"https://github.com/taimoorzaeem/aes","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/taimoorzaeem%2Faes","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taimoorzaeem%2Faes/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taimoorzaeem%2Faes/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/taimoorzaeem%2Faes/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/taimoorzaeem","download_url":"https://codeload.github.com/taimoorzaeem/aes/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":235293536,"owners_count":18966586,"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":["aes-128","aes-encryption","assembly","intel","masm32","x86"],"created_at":"2024-10-13T09:27:59.727Z","updated_at":"2025-10-04T18:32:28.497Z","avatar_url":"https://github.com/taimoorzaeem.png","language":"Assembly","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AES-128-in-x86-Assembly\nImplemented AES in Intel x86 assembly.\n\nFor building on windows:\n\n### Requirements\nYou must have Microsoft Macro Assembler `ml` installed on your machine.\nYou will also need Microsoft Incremental Linker `link` for linking with libraries.\nDisable windows defender in case it interferes with building.\n\n**To build with cmd:**\n```\n\u003e ml -c /I include -coff aes.asm\n\u003e link aes.obj lib\\irvine32.lib lib\\kernel32.lib /SUBSYSTEM:CONSOLE\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaimoorzaeem%2Faes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ftaimoorzaeem%2Faes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ftaimoorzaeem%2Faes/lists"}