Hi,
We are using the Experimental Bootloader example from nordic SDK 10. The project is a good example on how to check for authenticity and integrity of the update package provided. Although, my other concern is sharing the binary file that is not encrypted. Is there are way that I can protect my bin file - say using AES encryption to encrypt the whole firmware. If this approach was to be followed I have couple of questions.
1.) Can AES key be generated using the shared secret keys of ECDS algorithm? 2.) If I do use AES for decrypting the binary stream on the devices would it possible given that soft device uses encryption module. Does that also mean reinitializing AES block for every packet received.
Thanks in Advance, Arjun