2024-10-31 10:21 AM - edited 2024-10-31 10:22 AM
What is the format of the file when loading an encrypted key into the FUS of WB55 via STM32Programmer_CLI? I am aware that the encrypted key is formed from using the master key, a 12-byte nonce and authenticated data of 00 00 00 02. I would think you'd need to include the 12-byte nonce in the file, but I am not seeing anything specific in ST documentation on how this file would be formatted (i.e. binary file with 12-byte nonce concatenated with encrypted key or vice-versa). Thanks!