Hardware backed crypto on ESP32

All ESP32 boards running MicroPython.
Target audience: MicroPython users with an ESP32 board.
Post Reply
dracarys
Posts: 1
Joined: Sat Jun 12, 2021 11:49 pm

Hardware backed crypto on ESP32

Post by dracarys » Sat Jun 12, 2021 11:53 pm

Hi guys,

I was planning on implementing AES decryption on the ESP32 running Micropython. The ESP32 has a hardware crypto module. I wanted to know whether micropython has libraries to interact with the module? I found ucryptolib but was not sure whether this was hardware backed.

Any leads/code snippets would be helpful.

Thanks!

Post Reply