HI, I'm developing a device (based on uBlox Anna-B112 with nRF52832) that must securely store three 256bit keys. These keys must remain secret and must not be readable by any user, otherwise the security of the device would be compromised.
Is there a software module that allows me to save these keys securely in flash memory? I will definitely have to block access to memory via programmer/debugger but I don't think that's enough.
I think the best solution is to use an external crypto chip. Is there any chip already compatible with the software modules present in the SDK?
Thanks