cancel
Showing results for 
Search instead for 
Did you mean: 

Open Source SW for AES Enc/Decr

dimax
Senior
Posted on May 14, 2014 at 07:12

Hi,

I'm looking for open source PC source to implement AES encryption decryption compatible with Crypto module in STM32F2. In other words I need to encrypt packets on PC side and decrypt them on STM side and vice verse. Can you please suggest something?

Thanks.
1 REPLY 1
ivani
Associate II
Posted on May 14, 2014 at 12:46

It is a standard implementation, so there couldn't be compatibility issues.

If you need C I think that PolarSSL could be easily ported to any platform.

From my side I used the Python library 'pycrypto' from https://www.dlitz.net/software/pycrypto/ - it produces the same output as the ST Crypto Library.