{"id":13698760,"url":"https://github.com/Sumu-Ning/AES","last_synced_at":"2025-05-04T04:30:37.587Z","repository":{"id":34451767,"uuid":"38386958","full_name":"Sumu-Ning/AES","owner":"Sumu-Ning","description":"ABAP Utilities for AES/Rijndael encryption, decryption","archived":false,"fork":false,"pushed_at":"2025-05-03T15:19:53.000Z","size":118,"stargazers_count":80,"open_issues_count":3,"forks_count":20,"subscribers_count":11,"default_branch":"master","last_synced_at":"2025-05-03T16:33:46.406Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"ABAP","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/Sumu-Ning.png","metadata":{"files":{"readme":"README.md","changelog":"History.txt","contributing":null,"funding":null,"license":"License.txt","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":"2015-07-01T18:10:38.000Z","updated_at":"2025-05-03T15:19:57.000Z","dependencies_parsed_at":"2024-08-02T19:01:53.330Z","dependency_job_id":"6a7ac6f8-7704-46f0-b7eb-6f7efee0e288","html_url":"https://github.com/Sumu-Ning/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/Sumu-Ning%2FAES","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumu-Ning%2FAES/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumu-Ning%2FAES/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/Sumu-Ning%2FAES/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/Sumu-Ning","download_url":"https://codeload.github.com/Sumu-Ning/AES/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252288912,"owners_count":21724323,"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":[],"created_at":"2024-08-02T19:00:52.620Z","updated_at":"2025-05-04T04:30:37.242Z","avatar_url":"https://github.com/Sumu-Ning.png","language":"ABAP","readme":"# AES algorithm implementation by ABAP\n\nABAP Utilities for AES encryption, decryption under MIT License.\n\nActual Implementation is done by the more generic Rijndael way, and AES is treated as a special case.\n\nSupporting:  \n  * Encryption mode: ECB, CBC, PCBC, CFB, OFB, CTR.  \n  * Padding standard: None, PKCS #5, PKCS #7. (Please use PKCS #7, No Padding and PKCS #5 do not work well with AES, unless you know clearly what they are doing.)\n\nPlease just copy the source code file into ABAP editor (Source Code-Based mode), and activate it. Or install via [abapGit](http://www.abapgit.org).\n\nClasses:  \n  * ZIF_AES_MODE: Interface for different encryption mode.  \n  * ZCL_AES_MODE_CBC: CBC mode.  \n  * ZCL_AES_MODE_CFB: CFB mode.  \n  * ZCL_AES_MODE_CTR: CTR mode.  \n  * ZCL_AES_MODE_ECB: ECB mode.  \n  * ZCL_AES_MODE_OFB: OFB mode.  \n  * ZCL_AES_MODE_PCBC: PCBC mode.  \n  * ZCL_BYTE_PADDING_UTILITY: Abstract class for Byte padding utilities, including factory method to get concrete class instances.  \n  * ZCL_PADDING_UTILITY_NONE: No padding.  \n  * ZCL_PADDING_UTILITY_PKCS_5: Padding using PKCS #5.  \n  * ZCL_PADDING_UTILITY_PKCS_7: Padding using PKCS #7.  \n  * ZCL_RIJNDAEL_UTILITY: implementation of Rijndael, encrypt and decrypt using xstring.  \n  * ZCL_AES_UTILITY: AES wrapper on ZCL_RIJNDAEL_UTILITY, just need to provide key and data.  \n  * ZCL_AES_UTILITY_TEST:   \n    * Testing cases of ZCL_AES_UTILITY, including encryption mode ECB, CBC, CFB, OFB, CTR, Testing of PCBC is not included yet. \n\t* Testing Data is from http://csrc.nist.gov/publications/nistpubs/800-38a/sp800-38a.pdf  \n    * Testing cases of No padding and PKCS #7 padding, but only in ECB, CBC and CTR mode.  \n  \n\n","funding_links":[],"categories":["Categories"],"sub_categories":["🪄 Data Processing"],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSumu-Ning%2FAES","html_url":"https://awesome.ecosyste.ms/projects/github.com%2FSumu-Ning%2FAES","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2FSumu-Ning%2FAES/lists"}