Open Source SW for AES Enc/Decr
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-05-13 10:12 PM
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.
This discussion is locked. Please start a new topic to ask your question.
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Email to a Friend
- Report Inappropriate Content
2014-05-14 3:46 AM
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.
