This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

decryption of data

Hi,

I am using the nrf52832 dk,

i want to decrypt the data i receive over ble (AES encrypted data will be sent over ble) which api's or sample codes should I use?

Parents Reply Children
  • Hi,

    I haven't tried the AES example myself yet, but to merge the two examples you just need to make sure you have addall you need from the AES code, source files, paths and SDK configs into the NUS example.

    It should be quite straight forward but it can be a little time consuming at the same time.

    We have support for different crypto engines: for nRF52840 we have CC310 cryptocell and for SW crypto we support micro-ecc, mbedtls and nrf_oberon.

    But you only need to copy one backend to your NUS project. If you are not using cryptocell I recommend using nrf_oberon. All the backends are included in the AES example so it is easy for you to switch and test between all of them.

    All is describe more in detail here.

    Best regards,

    Marjeris

Related