I have device connected to scooter it’s 4- wire uart communication. My fear is some can read the ascii data and send the at commands and unlock my scooter and steal the scooter. I want to secure the uart communication between the scooter and device.
I am using the nrf SOC and it has hardware support for AES-128bit. I am wondering what method should I go for encryption AES-128 or asymmetric?
I planned to go for AES-128 bit encryption because of hardware support. The only downside is I need to record all the 16-byte keys somewhere.
I am quite new to the encryption.
I checked asymmetric key it's more secure but I don't have hardware support for that. Anyone can guide me in selecting the encryption?