Skip to content

Regarding Encryption and Decryption of Payload Messages #459

Answered by bretambrose
mschunekar asked this question in Q&A
Discussion options

You must be logged in to vote

The IoT SDKs do not contain any support for encrypting/decrypting payloads at the moment. AWS IoT Core does not support any broker-side payload encryption/decryption either.

TLS is required to connect to IoT Core so at a minimum you have in-flight encryption automatically. Payload encryption seems most appropriate in situations where you can't use TLS (not the case here with AWS IoT Core) or you don't trust the broker.

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by sbSteveK
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants