{"id":22912278,"url":"https://github.com/strongerprogrammer7/informationsecuritysimple","last_synced_at":"2025-06-30T14:08:18.580Z","repository":{"id":122253039,"uuid":"581871192","full_name":"StrongerProgrammer7/InformationSecuritySimple","owner":"StrongerProgrammer7","description":"The repository has ciphers: AES, RSA, El-gamal, GOST Stribog, GOST 34.10.2018","archived":false,"fork":false,"pushed_at":"2024-03-18T19:58:12.000Z","size":4715,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-13T13:05:51.163Z","etag":null,"topics":["aes-encryption","cpp","elgamal","gost3410-2018","rsa","simple-project","stribog"],"latest_commit_sha":null,"homepage":"","language":"C++","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/StrongerProgrammer7.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,"zenodo":null}},"created_at":"2022-12-24T17:01:30.000Z","updated_at":"2025-06-05T06:52:53.000Z","dependencies_parsed_at":"2024-03-18T21:10:48.924Z","dependency_job_id":"dbee04f2-3ada-47f8-b273-23f5132ad829","html_url":"https://github.com/StrongerProgrammer7/InformationSecuritySimple","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/StrongerProgrammer7/InformationSecuritySimple","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrongerProgrammer7%2FInformationSecuritySimple","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrongerProgrammer7%2FInformationSecuritySimple/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrongerProgrammer7%2FInformationSecuritySimple/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrongerProgrammer7%2FInformationSecuritySimple/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/StrongerProgrammer7","download_url":"https://codeload.github.com/StrongerProgrammer7/InformationSecuritySimple/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/StrongerProgrammer7%2FInformationSecuritySimple/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":259732862,"owners_count":22903096,"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-encryption","cpp","elgamal","gost3410-2018","rsa","simple-project","stribog"],"created_at":"2024-12-14T04:27:39.215Z","updated_at":"2025-06-30T14:08:18.553Z","avatar_url":"https://github.com/StrongerProgrammer7.png","language":"C++","readme":"\n\u003ch1 align=\"center\" \u003e# InformationSecuritySimpleImplementation\u003c/h1\u003e\n\u003ch3\u003eThe repository has ciphers:\u003c/h3\u003e \n\u003cdiv align=\"center\"\u003e\n        \u003ch3\u003eAES\u003c/h3\u003e\n        \u003cp\u003e This repository include only \u003cb\u003eencryption\u003c/b\u003e AES (decrypt is on you, inv Subbytes ,MixColumns already included)\u003c/p\u003e\n        \u003cp\u003e Source code and tutorial movie from author: \u003cb\u003eCreel\u003c/b\u003e \u003ca href=\"https://www.youtube.com/watch?v=K2Xfm0-owS4\u0026list=RDCMUCq7dxy_qYNEBcHqQVCbc20w\u0026start_radio=1\u0026rv=K2Xfm0-owS4\u0026t=2\u0026ab_channel=Creel\"\u003e Jam movie AES Encryption\u003c/a\u003e ------- \u003ca href=\"https://www.youtube.com/watch?v=CTqvPze8uv8\u0026ab_channel=ChiragBhalodia\"\u003e Decrypt AES movie (other author)\u003c/a\u003e\u003c/p\u003e\n        \u003cp\u003e\u003ca href=\"https://en.wikipedia.org/wiki/Advanced_Encryption_Standard \"\u003e\u003cb\u003eAdvanced Encryption Standard\u003c/b\u003e\u003c/a\u003e-------\u003ca href=\"https://en.wikipedia.org/wiki/Rijndael_S-box#Inverse_S-box\"\u003e\u003cb\u003eRijndael S-box\u003c/b\u003e \u003c/a\u003e-------\u003ca href=\"https://en.wikipedia.org/wiki/Rijndael_MixColumns\"\u003e\u003cb\u003eRijndael MixColumns\u003c/b\u003e \u003c/a\u003e-----\u003ca href=\"https://en.wikipedia.org/wiki/AES_key_schedule\"\u003e\u003cb\u003eAES key schedule\u003c/b\u003e\u003c/a\u003e\u003cbr\u003e\n            \u003ca href=\"https://code.google.com/archive/p/slowaes/wikis/MixColumnsSpeed.wiki\"\u003eAlmost all tables\u003c/a\u003e\u003c/p\u003e\u003cp\u003e \u003ca href=\"https://programmer.group/c-implementation-of-aes-encryption-algorithms.html\"\u003e Implementation other author with description 1\u003c/a\u003e \u003cbr\u003e\n        \u003ca href=\"https://www.samiam.org/key-schedule.html\"\u003eImplementation other author with description #2\u003c/a\u003e\u003cbr\u003e\n         \u003ca href=\"https://russianblogs.com/article/5945905509/\"\u003eImplementation other author with description #3(Russian language)\u003c/a\u003e\u003cbr\u003e\n         \u003ca href=\"https://drive.google.com/drive/folders/1G_JTYFBFsHxnAKbtrpX7MNACOlf8vlIp?usp=sharing\"\u003eDocumentation (Google Drive)\u003c/a\u003e\u003c/p\u003e\n    \u003c/div\u003e\n  \u003cdiv align=\"center\"\u003e\n        \u003ch3\u003eRSA\u003c/h3\u003e\n        \u003cp\u003e Source code and tutorial movie from author: \u003cb\u003eSofia Flynn\u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://www.youtube.com/watch?v=LHnJfVRyJ-c\u0026ab_channel=SofiaFlynn\"\u003e Coding RSA Encryption and Decryption \u003c/a\u003e\u003cbr\u003e\n        \u003ca href=\"https://www.youtube.com/watch?v=lAN6MqV144g\u0026ab_channel=SofiaFlynn\"\u003eCoding RSA Key Generation\u003c/a\u003e\u003cbr\u003e\n        \u003cspan\u003e My implementation using Boost!\u003c/span\u003e\u003c/p\u003e\n    \u003c/div\u003e\n\u003cdiv align=\"center\"\u003e\n        \u003ch3\u003eEl-gamal\u003c/h3\u003e\n        \u003cp\u003e Source code from author: \u003cb\u003eREZISTENZ!\u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://rezistenz.blogspot.com/2012/01/elgamal.html\"\u003e Algorithm El-Gamal (Russian language) 2012 \u003c/a\u003e\u003cbr\u003e\n        \u003c/p\u003e\n        \u003cp\u003e\u003ca href=\"https://www.youtube.com/watch?v=t_oYxcWM9QM\u0026ab_channel=KhoaH\"\u003eDemo El Gamal encryption with large number\u003c/a\u003e\u003cbr\u003e\n        \u003cspan\u003e My implementation using Boost!\u003c/span\u003e\u003c/p\u003e\n        \u003cspan\u003e symbol(M) \u003c p!\u003c/span\u003e\n    \u003c/div\u003e\n     \u003cdiv align=\"center\"\u003e\n        \u003ch3\u003eRU GOST 34.11-2012 Stribog\u003c/h3\u003e\n        \u003cp\u003e Source code and description(Russian language) from author: \u003cb\u003eЕвгений Дроботун!\u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://xakep.ru/2016/07/20/hash-gost-34-11-2012/\"\u003e Stribog C \u003c/a\u003e\u003cbr\u003e\n        \u003c/p\u003e\n        \u003cp\u003e Source code and description(Russian language) from author: \u003cb\u003eАлексей @NeverWalkAloner\u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://habr.com/ru/post/188152/\"\u003e Stribog C#(habr.com) \u003c/a\u003e\u003cbr\u003e\n        \u003c/p\u003e\n    \u003c/div\u003e\n     \u003cdiv align=\"center\"\u003e\n        \u003ch3\u003eRU GOST 34.10-2018 Sign\u003c/h3\u003e\n        \u003cp\u003e Source code and description(Russian language) from author: \u003cb\u003eАлексей @NeverWalkAloner\u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://habr.com/ru/post/191240/\"\u003e GOST 34.10-2018 C#(habr.com) \u003c/a\u003e\u003cbr\u003e\n        \u003ca href=\"https://andrea.corbellini.name/2015/05/17/elliptic-curve-cryptography-a-gentle-introduction/\"\u003e Theory (author : ANDREA CORBELLINI\u003c/a\u003e\u003cbr\u003e\n         \u003ca href=\"https://drive.google.com/drive/folders/1E2gjTWDUZBR1kDXZ9Wygj48w5JmriajD?usp=sharing\"\u003e Documentation (Google Drive)\u003c/a\u003e\u003cbr\u003e\n         \u003cspan\u003e My implementation using Boost!\u003c/span\u003e\n        \u003c/p\u003e\n    \u003c/div\u003e\n    \u003cdiv\u003e\n        \u003cb\u003e Library Boost : \u003c/b\u003e\u003cbr\u003e\n        \u003ca href=\"https://www.youtube.com/watch?v=TEF5U1AaIV8\u0026ab_channel=Brotcrunsher \"\u003e Boost Tutorial (large arithmetic)\u003c/a\u003e\u003cbr\u003e\n        \u003ca href=\"https://www.boost.org/users/download/\"\u003e Download Boost (official website) \u003c/a\u003e\n    \u003c/div\u003e\n    \u003cbr\u003e\n   \u003ca href=\"https://drive.google.com/drive/folders/1E_zaf7L87qWII9gAMMPLWFLaUXnKWDxz?usp=sharing\"\u003e Common Documentation (Google Drive)\u003c/a\u003e\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongerprogrammer7%2Finformationsecuritysimple","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fstrongerprogrammer7%2Finformationsecuritysimple","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fstrongerprogrammer7%2Finformationsecuritysimple/lists"}