Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Encryption #2

Open
domusonline opened this issue Jul 5, 2023 · 2 comments
Open

Encryption #2

domusonline opened this issue Jul 5, 2023 · 2 comments

Comments

@domusonline
Copy link

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?

@nikito7
Copy link
Owner

nikito7 commented Jul 21, 2023

AES 256 CBC

@nikito7
Copy link
Owner

nikito7 commented Jul 21, 2023

LoRa RadioLib

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants