sybarisdev / crypto_project

AES, CMAC, SHA256, HMAC and RSA written in C.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

A Project of Cryptography - the art of encrypting the text

This project implements AES, CMAC, SHA256, HMAC, RSA in C language.

The code is for demostration rather than production use.

hope it will help you

About

AES, CMAC, SHA256, HMAC and RSA written in C.

License:MIT License


Languages

Language:C 98.4%Language:Makefile 1.6%