Skip to content

megabri/MGCryptor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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:

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages