STM32 MCUs Security

cancel
Showing results for 
Search instead for 
Did you mean: 

Forum Posts

Does X-CUBE-CRYPTOLIB support hardware acceleration?

Hi,I've been exploring cryptography support on the STM32 uCs, especially on the L4 series. I'm able to run the X-CUBE-CRYPTOLIB code to perform AES-GCM, but it's very slow. It takes roughly 4ms to encrypt and tag 80 bytes, with a master clock of 8MHz...

FNin.1 by Associate
  • 1070 Views
  • 4 replies
  • 2 kudos

Resolved! Cypher using AES 128 CTR

Hi,Im trying to encryp using AES 128 CTR but i dont get the same result that online calculators.Im using this online calculator: https://cryptii.com/pipes/aes-encryptionMy code is the next:uint8_t IVKey[] = {0xDD, 0xF9, 0x11, 0xA6, 0xDD, 0xF9, 0x11, ...

Dosan by Associate III
  • 1759 Views
  • 5 replies
  • 1 kudos

Integrating customers smartcard infrastructure

Hello,We'd like to integrate with some customers smartcard infrastructure.We cannot control which cards and standards are used and therefore would need an MCU that can read all cards possibly in use.Private keys will be provided by the customers.If w...

bwofsi by Associate
  • 345 Views
  • 1 replies
  • 0 kudos

Port SBSFU to NUCLEO-F429ZI

Hello,I'm using SBSFU to secure firmware runs and firmware upgrades. My target board is a custom board with F429ZI and external SPI Flash, but for the beginning, I've started testing with NUCLEO-F429ZI.I have successfully ported "2-Images" example fr...

AliT by Associate II
  • 526 Views
  • 1 replies
  • 0 kudos

Know the memory usage of stm32 crypto lib

I am using stm32L4 series, I try to encrypt data using STM32 cryptographic firmware library and i use the apis cmox_initialize() , cmox_cipher_encrypt() and cmox_cipher_decrypt()  I am using the library libSTM32Cryptographic_CM4.a is any one help me ...

Anand m by Associate II
  • 478 Views
  • 1 replies
  • 0 kudos