cocafe / RSA_Algorithms_Demo

Simple demo for RSA encryption, decrytion, signature and SHA-512 hash algorithm

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple Demo of RSA En/Decryption/Signature and SHA-384/512 Hash Algorithm


Toy project for Internet Security homework.

Not optimized too much for performance, only the demo of the related algorithms.

If you have not read the following documents ever, please read them carefully before looking at the source code.

The documents have briefly descripted how the algorithm works and the technical details.


RFC2313

RFC6234


Developed with Jetbrains Clion 2017.01 on Ubuntu 16.04

Dependenices: GNU MP Library

About

Simple demo for RSA encryption, decrytion, signature and SHA-512 hash algorithm


Languages

Language:C 99.5%Language:CMake 0.5%