In my code now, we're just storing the key as a constant, so we initialize the AES context thus:
Code: Select all
esp_aes_setkey_enc( &context, &key, 256);Code: Select all
esp_aes_setkey_enc( &context, &key, 256);What is key_status and read protect of BLOCK3 used for?AFAIK it is not possible to use flash encryption key to AES-encrypt arbitrary data.
Users browsing this forum: Semrush [Bot] and 3 guests