Skip to main content
Explorer
October 13, 2025
Question

How to integrate crypth AES-128 method in stm32f767

  • October 13, 2025
  • 0 replies
  • 206 views

I'm currently working on a final project titled "Design and Communication Security Mechanisms in an Embedded Gateway Module for Electric Vehicle Networks." I'll be creating a security mechanism using AES-128 and a hash function, and securing data from Ethernet communication protocols.

I'd like to ask:
1. How can I integrate Ethernet communication and security using the STM32F767ZIT6?

2. How can I create an encryption and decryption mechanism using AES-128 cryptography on the STM32F767ZIT6?