{"id":20962403,"url":"https://github.com/yasnakateb/aes","last_synced_at":"2026-03-19T18:13:54.736Z","repository":{"id":131233185,"uuid":"462829877","full_name":"yasnakateb/AES","owner":"yasnakateb","description":"🔐 Hardware Implementation Of AES Algorithm in Verilog HDL","archived":false,"fork":false,"pushed_at":"2022-03-22T15:25:56.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-01-20T00:56:29.319Z","etag":null,"topics":["aes","aes-128","aes-encryption","encryption","encryption-algorithm","icarus-verilog","iverilog","verilog","verilog-hdl"],"latest_commit_sha":null,"homepage":"","language":"Verilog","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/yasnakateb.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":"2022-02-23T17:04:23.000Z","updated_at":"2024-10-06T19:57:12.000Z","dependencies_parsed_at":null,"dependency_job_id":"cf1ff709-fe46-4c9e-a4f9-13f21034aa29","html_url":"https://github.com/yasnakateb/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/yasnakateb%2FAES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasnakateb%2FAES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasnakateb%2FAES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yasnakateb%2FAES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yasnakateb","download_url":"https://codeload.github.com/yasnakateb/AES/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243358317,"owners_count":20277996,"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","aes-128","aes-encryption","encryption","encryption-algorithm","icarus-verilog","iverilog","verilog","verilog-hdl"],"created_at":"2024-11-19T02:33:08.514Z","updated_at":"2025-12-27T18:55:45.775Z","avatar_url":"https://github.com/yasnakateb.png","language":"Verilog","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Advanced Encryption Standard\nThe Advanced Encryption Standard (AES) is a symmetric block cipher to encrypt sensitive data. This implementation supports a 128-bit key. AES-128 bit requires 10 rounds to complete the full operation. The input data is 128 bits and the input key is also 128-bit and each round requires 1 cycle to complete.\n\n## The schematic of AES structure\n\n![](assets/view.jpg)\n\n### Steps\n   * Add round key\n   \n   * Substitute bytes\n   \n   * Shift rows\n   \n   * Mix columns\n   \n\n## Building on macOS\n1. Icarus-Verilog can be installed via Homebrew :\n   \u003ccode\u003e$ brew install icarus-verilog\u003c/code\u003e\n2. Download [Scansion](http://www.logicpoet.com/scansion/) from here.  \n3. Clone the repository.\n4. Run \u003ccode\u003e$ make \u003c/code\u003e and type MIPS code to see it in binary form in rams_init_file.hex file. \n\n5. \u003ccode\u003e$ make simulate\u003c/code\u003e will: \n* compile design+TB\n* simulate the verilog design\n\n6. \u003ccode\u003e$ make display\u003c/code\u003e will: \n*  display waveforms.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasnakateb%2Faes","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyasnakateb%2Faes","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyasnakateb%2Faes/lists"}