https://github.com/strongerprogrammer7/informationsecuritysimple
The repository has ciphers: AES, RSA, El-gamal, GOST Stribog, GOST 34.10.2018
https://github.com/strongerprogrammer7/informationsecuritysimple
aes-encryption cpp elgamal gost3410-2018 rsa simple-project stribog
Last synced: 6 months ago
JSON representation
The repository has ciphers: AES, RSA, El-gamal, GOST Stribog, GOST 34.10.2018
- Host: GitHub
- URL: https://github.com/strongerprogrammer7/informationsecuritysimple
- Owner: StrongerProgrammer7
- Created: 2022-12-24T17:01:30.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2024-03-18T19:58:12.000Z (almost 2 years ago)
- Last Synced: 2025-06-13T13:05:51.163Z (7 months ago)
- Topics: aes-encryption, cpp, elgamal, gost3410-2018, rsa, simple-project, stribog
- Language: C++
- Homepage:
- Size: 4.5 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# InformationSecuritySimpleImplementation
The repository has ciphers:
AES
This repository include only encryption AES (decrypt is on you, inv Subbytes ,MixColumns already included)
Source code and tutorial movie from author: Creel Jam movie AES Encryption ------- Decrypt AES movie (other author)
Advanced Encryption Standard-------Rijndael S-box -------Rijndael MixColumns -----AES key schedule
Almost all tables
Implementation other author with description 1
Implementation other author with description #2
Implementation other author with description #3(Russian language)
Documentation (Google Drive)
RSA
Source code and tutorial movie from author: Sofia Flynn
Coding RSA Encryption and Decryption
Coding RSA Key Generation
My implementation using Boost!
El-gamal
Source code from author: REZISTENZ!
Algorithm El-Gamal (Russian language) 2012
Demo El Gamal encryption with large number
My implementation using Boost!
symbol(M) < p!
RU GOST 34.11-2012 Stribog
Source code and description(Russian language) from author: Евгений Дроботун!
Stribog C
Source code and description(Russian language) from author: Алексей @NeverWalkAloner
Stribog C#(habr.com)
RU GOST 34.10-2018 Sign
Source code and description(Russian language) from author: Алексей @NeverWalkAloner
GOST 34.10-2018 C#(habr.com)
Theory (author : ANDREA CORBELLINI
Documentation (Google Drive)
My implementation using Boost!
Common Documentation (Google Drive)