Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 767 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 767 Bytes

MGCryptor

AES 128 bit encryption in ANSI C, code optimized for general purpose microcontroller.

#Encryptor/Decryptor in ANSI C

Provides an easy-to-use, ANSI C interface to the AES functionality. Simplifies correct handling of password stretching (PBKDF2), salting, and IV. Also includes automatic HMAC handling to integrity-check messages.

The idea of this code is: