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

nRF52 data Encryption

Hello Nordic team

I am working on nRF52832 dev board and I have a requirements to encrypt and decrypt data using AES-128 ECB. Could you please provide the example code or documentation how to encrypt and decrypt the data?

Any help will be appreciated.

Thanks

Raj

Parents Reply
  • Thanks Einar. I tried and tested aes_cbc_with_padding example and encryption and decryption both works well.

    Now, I have to use this encryption in ble_beacon example and decryption in decryption in central_scanner example (any central example).

    can you please help me to figure out the way to use this aes_cbc example with BLE project? Is there amy example available so that I can use it?

    Thanks

    Raj

Children
Related