{"id":16967886,"url":"https://github.com/skyf0l/aes-library","last_synced_at":"2025-03-21T18:18:33.152Z","repository":{"id":134742610,"uuid":"375317606","full_name":"skyf0l/AES-library","owner":"skyf0l","description":"Lightweight AES library in C","archived":false,"fork":false,"pushed_at":"2021-06-09T11:34:28.000Z","size":38,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-01-26T13:11:50.993Z","etag":null,"topics":["aes","aes-128","aes-256","aes-cbc","aes-ecb","aes-encryption","c","clib"],"latest_commit_sha":null,"homepage":"","language":"C","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/skyf0l.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":"2021-06-09T10:36:52.000Z","updated_at":"2024-10-09T13:06:13.000Z","dependencies_parsed_at":null,"dependency_job_id":"3f99c5bd-af44-4dcc-9b1c-e76a32ceeb45","html_url":"https://github.com/skyf0l/AES-library","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/skyf0l%2FAES-library","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FAES-library/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FAES-library/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skyf0l%2FAES-library/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skyf0l","download_url":"https://codeload.github.com/skyf0l/AES-library/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244844531,"owners_count":20519790,"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-256","aes-cbc","aes-ecb","aes-encryption","c","clib"],"created_at":"2024-10-14T00:10:03.359Z","updated_at":"2025-03-21T18:18:33.127Z","avatar_url":"https://github.com/skyf0l.png","language":"C","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AES-library\n\nAES library in C\n\n# Features\n\n- [x] AES ECB\n- [x] AES CBC\n- [x] Encryption from 128 (useful) to 4096 (overkill) bytes\n- [x] Almost no malloc\n\n# Tests\n\n```\n------------------------------------------------------------------------------\n                           GCC Code Coverage Report\nDirectory: .\n------------------------------------------------------------------------------\nFile                                       Lines    Exec  Cover   Missing\n------------------------------------------------------------------------------\nsrc/aes.c                                     20      14    70%   16-21\nsrc/aes_change.c                              13      13   100%   \nsrc/aes_decrypt.c                             30      28    93%   35-36\nsrc/aes_encrypt.c                             27      27   100%   \nsrc/aes_key_expansion.c                       36      33    91%   20,22,30\nsrc/aes_padding.c                             23      23   100%   \nsrc/aes_random.c                              10      10   100%   \nsrc/aes_tools.c                               14      14   100%   \nsrc/matrix_functions/matrix_add_round_key.c    5       5   100%   \nsrc/matrix_functions/matrix_mix_columns.c     19      19   100%   \nsrc/matrix_functions/matrix_shift_rows.c      36      36   100%   \nsrc/matrix_functions/matrix_sub_bytes.c       10      10   100%   \n------------------------------------------------------------------------------\nTOTAL                                        243     232    95%\n-----------------------------------------------------------------------------\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyf0l%2Faes-library","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskyf0l%2Faes-library","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskyf0l%2Faes-library/lists"}