ahessling / RFM69-STM32

A protocol agnostic library for HopeRF's RFM69 modules and STM32 controllers
MIT License
64 stars 26 forks source link

AES encryption #1

Open emmaanuel opened 9 years ago

emmaanuel commented 9 years ago

Hello,

I don't see the support of the aes hardware encryption provided by the RFM69. Do you use it ? I use it well on an arduino plateform with this library https://github.com/LowPowerLab/RFM69 , but I would like to use it on a STM32 plateform. Thank you.

ahessling commented 9 years ago

Hi @emmaanuel,

I don't use encryption at the moment, but AES support has been on my todo list for some time now. In the commit 390ff51e4b7b031c4395b70f74eac7fbe982bbb9 I quickly added a function called setAESEncryption which should enable or disable AES encryption. Due to lack of time right now I cannot test it, but in theory it should work.

I will close this issue as soon as I know that the new code works.

Kind regards, André

emmaanuel commented 9 years ago

Hello André,

This is a great news. I’m waiting some RFM69 spare, and I’ll test your code. Thanks for your work.

Emmanuel

Le 11 juin 2015 à 09:56, André Heßling notifications@github.com a écrit :

Hi @emmaanuel https://github.com/emmaanuel,

I don't use encryption at the moment, but AES support has been on my todo list for some time now. In the commit 390ff51 https://github.com/ahessling/RFM69-STM32/commit/390ff51e4b7b031c4395b70f74eac7fbe982bbb9 I quickly added a function called setAESEncryption which should enable or disable AES encryption. Due to lack of time right now I cannot test it, but in theory it should work.

I will close this issue as soon as I know that the new code works.

Kind regards, André

— Reply to this email directly or view it on GitHub https://github.com/ahessling/RFM69-STM32/issues/1#issuecomment-111034909.