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

nRF5340 - private key vault

Hi,

I've read that highly secured IoT devices have a hardware root of trust.
One very important feature of it is a private identity keys to prove identities for mutual authentication when communicating with cloud services.

The private key is used to sign a token of information (or certificate) as a proof of identity and authorization that can be validated by the remote peer against a public key.
Now, the private keys must be unique and can’t be stolen or forged. They must be stored in a hardware-protected vault.
The question is does NORDIC nRF5340 have any means to uniquely generate and securely store the private keys ?

What's in short the correct way to manage at this ?

Gabriele

Related