Other Parts Discussed in Thread: AM2432
器件型号: AM2432
您好、
我将 AM2432 与工业 SDK 11.00.00.08 配合使用、
我收到了一个私钥、需要将其安全存储在闪存中
如果不对值进行加密、则无法在闪存中保存该值、并且无法在代码中使用硬编码的密钥。
我该怎么做? 是否有一个可能的攻击者无法从外部查看的值?
谢谢您、
此致、
Andrea
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
以下是有关 AM243x MCU+SDK 软件包中安全功能的一些指针、请参考。
https://software-dl.ti.com/processor-industrial-sw/esd/ind_comms_sdk/am243x/11_00_00_08/mcu_plus_sdk/docs/api_guide_am243x/SECURE_BOOT.html
https://software-dl.ti.com/processor-industrial-sw/esd/ind_comms_sdk/am243x/11_00_00_08/mcu_plus_sdk/docs/api_guide_am243x/SECURITY_PAGE.html
此致、
- Hong
Hong Hong:
感谢您的答复。
第一个链接对我来说用处不大、因为它讨论的是对固件加密、而不是变量本身或整个闪存。 然而、在第二个链路上、我以通过硬件的 AES CBC 128 为例。
现在是否有办法为生产的每个用作密钥的器件提取唯一的机密值? 目前、我从 这个答案中看到了 Get_So C_UID、但我需要超过 256 位才能进行更多的加密。
谢谢您、
此致、
Andrea
您好、Andrea、
TIFS 安全服务的一些提示供您参考。
- DKEK
https://software-dl.ti.com/tisci/esd/latest/6_topic_user_guides/dkek_management.html
- CSP
https://software-dl.ti.com/tisci/esd/latest/6_topic_user_guides/csp.html
此致、
- Hong