Is it safe to use the serial port for sending sensitive information? For instance, bank credentials, passwords, etc...?
We have a hardware-based safe that people can save sensitive information. The hardware is safe because it's totally offline. However, the information is then sent when connected to the computer via UART (a propietary app is used to listen to the serial port).
I am aware that you cannot listen to the serial port at the same time from two devices. So that'd technically make it safe, right? Could a hacker find a vulnerability and listen to the serial while the COM port is opened by some other program?