Skip to content

The repository has ciphers: AES, RSA, El-gamal, GOST Stribog, GOST 34.10.2018

Notifications You must be signed in to change notification settings

StrongerProgrammer7/InformationSecuritySimple

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

# InformationSecuritySimpleImplementation

The repository has ciphers:

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)