Hi, I am interested in using the KMU and I have seen some examples of it here (9160 but similar): https://github.com/einarthorsrud/kmu_sample
and also some docmentation here: https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/include/hw_unique_key.html
I would like generate keys but not expose the secret key (ie store in flash etc), hence would only be queried from the keyslot if called from a secure app. From what i have read i can only write to the keyslot once and then cannot until a mass erase. So my question is how can i safely generate and write unlimited keys into the keyslot without a mass erase. I don't mind overwriting the existing keyslot. If not keyslot (given the limitations of being able to write only once after an erase), how would you recommend going about doing this.