{"id":21753596,"url":"https://github.com/melardev/cpp_aes_ecb_implementation","last_synced_at":"2025-03-21T02:45:37.143Z","repository":{"id":107256118,"uuid":"189214175","full_name":"melardev/Cpp_AES_ECB_Implementation","owner":"melardev","description":null,"archived":false,"fork":false,"pushed_at":"2019-05-29T11:44:00.000Z","size":8,"stargazers_count":2,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-01-25T23:36:11.346Z","etag":null,"topics":["aes","aes-ecb","aes-encryption","cpp","ecp"],"latest_commit_sha":null,"homepage":null,"language":"C++","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/melardev.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}},"created_at":"2019-05-29T11:42:39.000Z","updated_at":"2020-10-22T10:06:50.000Z","dependencies_parsed_at":null,"dependency_job_id":"84bbaf76-410d-453d-b5c4-e45b16c9ff76","html_url":"https://github.com/melardev/Cpp_AES_ECB_Implementation","commit_stats":{"total_commits":1,"total_committers":1,"mean_commits":1.0,"dds":0.0,"last_synced_commit":"364e03626db3135cb266c8c0fbe9371b698cb604"},"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FCpp_AES_ECB_Implementation","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FCpp_AES_ECB_Implementation/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FCpp_AES_ECB_Implementation/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/melardev%2FCpp_AES_ECB_Implementation/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/melardev","download_url":"https://codeload.github.com/melardev/Cpp_AES_ECB_Implementation/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244728199,"owners_count":20500023,"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-ecb","aes-encryption","cpp","ecp"],"created_at":"2024-11-26T09:09:57.742Z","updated_at":"2025-03-21T02:45:37.124Z","avatar_url":"https://github.com/melardev.png","language":"C++","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Introduction\nAES ECB implementation I wrote in C++ many years ago, this was a really old code I have written, I didn't implement\nthe decryption code thought, sorry. I may come back to this code to implement the decryption routine.\nThis code is not meant to be used in real world applications obviously, but only for learning, it is easy to read and\nnot very professional code. I upload it as my \u003cem\u003esouvenir\u003c/em\u003e and also for sharing code with beginners that may\nwant to learn cryptography and find very difficult to read professional code.\nTo prove this works, you can encrypt your plain text with python:\n\n```py\n\tfrom Crypto.Cipher import AES\n\tkey = 'string 2 encrypt'\n\tcipher = AES.new(key.encode(), AES.MODE_ECB)\n\thexed = \"\"\n\tencrypted = cipher.encrypt('ABCDEFGHIJKLMNOPQRSTUVWXYZ[\\\\]^_3'.encode())\n\tfor c in encrypted:\n\t\thexed += \"%02x\" %c\n\tprint(hexed)\n```\n\n# Social Media\n- [Youtube](https://youtube.com/Melardev)\n- [Twitter](https://twitter.com/@melardev)\n- [Instagram](https://instagram.com/melar_dev)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fcpp_aes_ecb_implementation","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmelardev%2Fcpp_aes_ecb_implementation","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmelardev%2Fcpp_aes_ecb_implementation/lists"}