Is Electron communication data with cloud protected?

Is integrity of communication data in publications from Electron to cloud, or in function calls (argument and return value) from cloud to Electron, protected (like, by TCP/IP ) or must I add CRC to every message to/from cloud?

Cloud communication is encrypted, any other communications you use from the device (tcp/upd/etc) will need additional care.

1 Like