STM32 MCUs Security

Ask questions and find answers on STM32 security frameworks and tools, including cryptographic libraries, TrustZone, and the Secure Manager.

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

STM32F4 [ECC] X-CUBE-CRYPTOLIB support

Hello,I am using the Nucleo-STM32F411RE development board and require support for cryptographic functions, particularly ECC Point Generation.input: w0, N output: Y, y Begin generate random scalar y on chosen curve Y=y×G+w0×N (G as defined NIST P-256...

Akash_M by Associate II
  • 468 Views
  • 2 replies
  • 1 kudos

encryption file.bin then

After the build process for the project, I get a file.bin that I want to encrypt to be protected and decrypted in my chip via the bootloader. How is this done, knowing that I use stm32 cube ide?

Resolved! OBKey config file

Hi everyone,We're working with STiROT and TrustZone on an STM32H5 (NUCLEO-H533RE), and during the provisioning process we generate the STiRoT_Config.obk file from the STiRoT_Config.xml using the Trusted Package Creator (TPC).Our question is whether t...

lautiq by Associate II
  • 306 Views
  • 2 replies
  • 0 kudos

PCROP code calls to HAL functions

Hi, I have a firmware I wan't to give already flashed protected by PCROP to a customer. Insidie my firmware I use some standart library functions line strlen(), vsprintf and some HAL functions to manage peripherals.What is the best way to call these ...

mromani by Associate
  • 245 Views
  • 1 replies
  • 0 kudos

STM32 X-CUBE-Cryptolib - IV length and padding

Hi everyone,I am trying to use the X-Cube-Cryptolib library to decrypt an array encrypted by an external application.The original data has been encrypted with the AES-GCM 128 using a key of 16 bytes and an IV of 1 byte.Now, I am getting an error wher...

AGhez by Associate III
  • 236 Views
  • 1 replies
  • 0 kudos