How to use eFuse BLK3 in flash?

GerryTitan
Posts: 30
Joined: Mon Oct 15, 2018 2:10 am

How to use eFuse BLK3 in flash?

Postby GerryTitan » Tue Sep 17, 2019 7:36 pm

Hello,

I am trying to figure out the best approach for using eFuse BLK3 in an application, for example as a 256-bit key. I see from the eFuse manager docs that there are functions such as esp_efuse_read_block and esp_efuse_write_block, but everything else I've read in the docs seems to suggest that eFuse keys are completely inaccessible to software once they are set. I have also tried accessing BLK3 from flash using esp_efuse_read_block, but it seems to always return an empty string (or rather an empty void pointer). So what are the best practices for using BLK3, obviously without compromising security?

Thanks in advance.

WiFive
Posts: 3529
Joined: Tue Dec 01, 2015 7:35 am

Re: How to use eFuse BLK3 in flash?

Postby WiFive » Wed Sep 18, 2019 1:56 am

GerryTitan wrote:
Tue Sep 17, 2019 7:36 pm
eFuse keys are completely inaccessible to software once they are set.
That is true if they are read protected and if they are not read protected they can be read by SW or over UART. So it is useful for an immutable key store but not a secret key store.

Who is online

Users browsing this forum: cdollar and 109 guests