You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Encryption between end devices and gateways should be encrypted.
This can probably be achievable by using an encryption library and calling the encrypt function on the payload content just before sending.
Problems:
1- Managing the encryption key. Must be provided at compilation time?
2- Single key or mutating key?
The text was updated successfully, but these errors were encountered:
Encryption between end devices and gateways should be encrypted.
This can probably be achievable by using an encryption library and calling the encrypt function on the payload content just before sending.
Problems:
1- Managing the encryption key. Must be provided at compilation time?
2- Single key or mutating key?
The text was updated successfully, but these errors were encountered: