- Analytics for the Internet of Things(IoT)
- Andrew Minteer
- 252字
- 2021-07-02 18:59:41
Securing customer data
Keep your IoT data secure, use access controls, and encrypt data files. IoT data can be used to infer things about your customers, so take special care with it. You are the guardian of their information. You could be unintentionally exposing your company to legal risk by not properly securing customer data.
Encryption can be enabled in two ways, in transit and at rest. In transit refers to network transmission such as SSL or TLS. Most cloud services require their use. Make sure all the network communication in support of your analytic processes is encrypted in transit.
Encryption at rest refers to data storage. This could be data files on a server or data inside a database. Cloud providers can encrypt your data and make it transparent to you if you are using public/private key pairs to secure it.
Use this when data could be accessed by a wide set of users, such as all employees of your company. If the data is only accessible by a few people due to tight access controls and it is in a private subnet, you can be a little less strict - it is unlikely to get out. In general, if encryption is seamless, use it. If your data is accessible through the public internet, definitely use it.
Cloud providers were born operating inside the public internet. Security is built in at every level. Take advantage of it and use public/private keys, private subnets, access control, and encryption to secure your valuable data.
- OpenStack Cloud Computing Cookbook(Third Edition)
- Android項目開發入門教程
- Web交互界面設計與制作(微課版)
- 深度強化學習算法與實踐:基于PyTorch的實現
- R大數據分析實用指南
- 從Java到Web程序設計教程
- Getting Started with Hazelcast(Second Edition)
- Learning Unreal Engine Android Game Development
- Canvas Cookbook
- Learning Material Design
- IDA Pro權威指南(第2版)
- Head First Kotlin程序設計
- Unreal Engine Game Development Cookbook
- Java程序性能優化實戰
- Python GUI設計tkinter菜鳥編程(增強版)