Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 511 Bytes

README.md

File metadata and controls

9 lines (6 loc) · 511 Bytes

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.