L
L
larry4442018-05-16 20:49:59
Arduino
larry444, 2018-05-16 20:49:59

How to ensure the security of the "Smart Home"?

Please advise how to ensure information security in the "Smart Home" system built on Arduino. It is necessary to ensure the security of data transmission channels.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
G
Godless, 2018-05-17
@larry444

The question draws on a separate book, as it seems to me. But since there are no details, the general principles are something like this:
1. An isolated locale, if used. Lack of radio channels (any, wifi, 433, etc.). If you really can’t, consider the situation that there is no channel, or the data on the channel is fake, incl. with malicious intent.
2. If it is directly necessary for the hardware to pull something from the Internet - for example, an additional linux gateway that allows only what is needed. Variations with direct access from tyrnet to iron should be discarded immediately.
3. Encrypt data over the network. Don't use weak ciphers.
4. Don't use simple passwords (yes, 2018).
5. Correctly configure services, carefully expose access to files.
6. I don’t write about the iron part. But the issue of surge protection, port burnout, functional redundancy, etc., also applies to security.
7. Backups and redundancy should not be an empty phrase for you.
8. [....]
Well, I think the direction of thought is clear.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question