Open-source code that enables you to use AES in CBC mode
AES_in_CBC_mode_for_microcontrollers is an open-source code that enables you to easily integrate the AES encryption algorithm in CBC mode to your project.
Based on the work of https://github.com/zhouyangchao/AES
GitHub Page: https://github.com/Northstrix/AES_in_CBC_mode_for_microcontrollers
Open-source code that enables you to use Serpent in CBC mode
Serpent_in_CBC_mode_for_microcontrollers is an open-source code that enables you to easily integrate the Serpent encryption algorithm in CBC mode to your project.
Based on the work of https://github.com/peterferrie/serpent
GitHub Page: https://github.com/Northstrix/Serpent_in_CBC_mode_for_microcontrollers