Skip to content

implementation of the AES encryption algorithm in C

Notifications You must be signed in to change notification settings

JesseRussell411/AES_in_C

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AES_in_C

implementation of AES-128 in C

AES encryption algorithm implemented using AES by Examble by Adam Berent: http://web.archive.org/web/20150510100957/http://www.infosecwriters.com/text_resources/pdf/AESbyExample.pdf

as well as the youtube series by creel https://www.youtube.com/watch?v=K2Xfm0-owS4

Note:

This is merely for educational purposes. There are seiouse security risks associated with writing your own implementation of AES and you should always use a trusted 3rd party library instead.

About

implementation of the AES encryption algorithm in C

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published